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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Decc.c225 static crypto_kcf_provider_handle_t ecc_prov_handle = NULL; variable
247 if (crypto_register_provider(&ecc_prov_info, &ecc_prov_handle)) {
259 if (ecc_prov_handle != NULL) {
260 if (crypto_unregister_provider(ecc_prov_handle))
263 ecc_prov_handle = NULL;

Completed in 61 milliseconds