Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/kssl/
H A Dkssl.c467 mechs = crypto_get_mech_list(&mech_count, KM_SLEEP); in kssl_event_callback()
H A Dksslioctl.c437 mechs = crypto_get_mech_list(&mech_count, KM_SLEEP); in create_kssl_entry()
/titanic_50/usr/src/uts/common/sys/crypto/
H A Dapi.h342 extern crypto_mech_name_t *crypto_get_mech_list(uint_t *count, int kmflag);
/titanic_50/usr/src/uts/common/crypto/api/
H A Dkcf_miscapi.c115 crypto_get_mech_list(uint_t *countp, int kmflag) in crypto_get_mech_list() function
/titanic_50/usr/src/uts/sparc/ml/
H A Dmodstubs.s1121 NO_UNLOAD_STUB(kcf, crypto_get_mech_list, nomod_minus_one);
/titanic_50/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s1198 NO_UNLOAD_STUB(kcf, crypto_get_mech_list, nomod_minus_one);
/titanic_50/usr/src/uts/common/inet/ip/
H A Dspdsock.c3652 mechs = crypto_get_mech_list(&mech_count, KM_SLEEP); in spdsock_merge_algs()
H A Dspd.c5049 mechs = crypto_get_mech_list(&mech_count, KM_SLEEP); in ipsec_prov_update_callback_stack()
/titanic_50/usr/src/uts/common/crypto/io/
H A Dcrypto.c995 entries = crypto_get_mech_list(&count, KM_SLEEP); in get_mechanism_list()