Home
last modified time | relevance | path

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 = 0; variable
247 if (crypto_register_provider(&ecc_prov_info, &ecc_prov_handle)) { in _init()
259 if (ecc_prov_handle != 0) { in _fini()
260 if (crypto_unregister_provider(ecc_prov_handle)) in _fini()
263 ecc_prov_handle = 0; in _fini()