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 = NULL; variable
251 (void) crypto_register_provider(&md5_prov_info, &md5_prov_handle);
264 if (md5_prov_handle != NULL) {
265 if ((ret = crypto_unregister_provider(md5_prov_handle)) !=
269 md5_prov_handle = NULL;

Completed in 65 milliseconds