Home
last modified time | relevance | path

Searched refs:cdas_sysctl (Results 1 – 1 of 1) sorted by relevance

/freebsd/tests/sys/opencrypto/
H A Druntests.sh85 cdas_sysctl=kern.crypto.allow_soft
86 if ! oldcdas=$(sysctl -e $cdas_sysctl); then
87 echo "1..0 # SKIP: could not resolve sysctl: $cdas_sysctl"
90 if ! sysctl $cdas_sysctl=1; then
91 echo "1..0 # SKIP: could not enable /dev/crypto access via $cdas_sysctl sysctl."