Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dmd5_mod.c236 static crypto_kcf_provider_handle_t md5_prov_handle = 0; variable
251 (void) crypto_register_provider(&md5_prov_info, &md5_prov_handle); in _init()
264 if (md5_prov_handle != 0) { in _fini()
265 if ((ret = crypto_unregister_provider(md5_prov_handle)) != in _fini()
269 md5_prov_handle = 0; in _fini()