Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Duipc_ktls.c105 static int ktls_allow_unload; variable
107 &ktls_allow_unload, 0, "Allow software crypto modules to unload");
303 if (!ktls_allow_unload) { in ktls_crypto_backend_deregister()
927 if (ktls_allow_unload) in ktls_try_sw()
936 if (ktls_allow_unload) in ktls_try_sw()
940 if (ktls_allow_unload) in ktls_try_sw()
1452 if (tls->be != NULL && ktls_allow_unload) { in ktls_destroy()