Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/crypto/io/
H A Dmd4_mod.c157 static crypto_kcf_provider_handle_t md4_prov_handle = NULL; variable
168 if (crypto_register_provider(&md4_prov_info, &md4_prov_handle)) { in _init()
180 if (md4_prov_handle != NULL) { in _fini()
181 if (crypto_unregister_provider(md4_prov_handle)) in _fini()
184 md4_prov_handle = NULL; in _fini()