Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dspi.h716 extern int crypto_unregister_provider(crypto_kcf_provider_handle_t);
/f-stack/freebsd/contrib/openzfs/module/icp/io/
H A Dskein_mod.c238 if ((ret = crypto_unregister_provider(skein_prov_handle)) != in skein_mod_fini()
H A Dsha1_mod.c214 if ((ret = crypto_unregister_provider(sha1_prov_handle)) != in sha1_mod_fini()
H A Dsha2_mod.c241 if ((ret = crypto_unregister_provider(sha2_prov_handle)) != in sha2_mod_fini()
H A Daes.c225 if (crypto_unregister_provider(aes_prov_handle)) in aes_mod_fini()
/f-stack/freebsd/contrib/openzfs/module/icp/spi/
H A Dkcf_spi.c289 crypto_unregister_provider(crypto_kcf_provider_handle_t handle) in crypto_unregister_provider() function