Searched refs:rsa_prov_handle (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Drsa.c321 static crypto_kcf_provider_handle_t rsa_prov_handle = NULL; variable
332 if (crypto_register_provider(&rsa_prov_info, &rsa_prov_handle)) {
344 if (rsa_prov_handle != NULL) {
345 if (crypto_unregister_provider(rsa_prov_handle))
348 rsa_prov_handle = NULL;

Completed in 59 milliseconds