Searched defs:aes_prov_handle (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Daes.c208 static crypto_kcf_provider_handle_t aes_prov_handle = NULL; variable
220 if (crypto_register_provider(&aes_prov_info, &aes_prov_handle)) {
232 if (aes_prov_handle != NULL) {
233 if (crypto_unregister_provider(aes_prov_handle))
236 aes_prov_handle = NULL;

Completed in 60 milliseconds