Home
last modified time | relevance | path

Searched refs:aes_prov_handle (Results 1 – 1 of 1) sorted by relevance

/titanic_50/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)) { in _init()
232 if (aes_prov_handle != NULL) { in _fini()
233 if (crypto_unregister_provider(aes_prov_handle)) in _fini()
236 aes_prov_handle = NULL; in _fini()