Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng_kcf.c215 crypto_provider_notification(n2rng->n_prov, CRYPTO_PROVIDER_READY); in n2rng_register_provider()
/titanic_41/usr/src/uts/common/sys/crypto/
H A Dspi.h762 extern void crypto_provider_notification(crypto_kcf_provider_handle_t, uint_t);
/titanic_41/usr/src/uts/common/crypto/spi/
H A Dkcf_spi.c610 crypto_provider_notification(crypto_kcf_provider_handle_t handle, uint_t state) in crypto_provider_notification() function
/titanic_41/usr/src/uts/sparc/ml/
H A Dmodstubs.s1054 NO_UNLOAD_STUB(kcf, crypto_provider_notification, nomod_minus_one);
/titanic_41/usr/src/uts/common/io/tpm/
H A Dtpm.c2096 crypto_provider_notification(tpm->n_prov, CRYPTO_PROVIDER_READY); in tpmrng_register()
/titanic_41/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s1131 NO_UNLOAD_STUB(kcf, crypto_provider_notification, nomod_minus_one);
/titanic_41/usr/src/uts/common/crypto/io/
H A Ddca.c136 #define crypto_prov_notify crypto_provider_notification
H A Ddprov.c1847 crypto_provider_notification(softc->ds_prov_handle, in dprov_attach()