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

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

Completed in 24 milliseconds