Searched refs:crypto_get_mech_list (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/common/inet/kssl/ |
H A D | kssl.c | 467 mechs = crypto_get_mech_list(&mech_count, KM_SLEEP); in kssl_event_callback()
|
H A D | ksslioctl.c | 437 mechs = crypto_get_mech_list(&mech_count, KM_SLEEP); in create_kssl_entry()
|
/titanic_50/usr/src/uts/common/sys/crypto/ |
H A D | api.h | 342 extern crypto_mech_name_t *crypto_get_mech_list(uint_t *count, int kmflag);
|
/titanic_50/usr/src/uts/common/crypto/api/ |
H A D | kcf_miscapi.c | 115 crypto_get_mech_list(uint_t *countp, int kmflag) in crypto_get_mech_list() function
|
/titanic_50/usr/src/uts/sparc/ml/ |
H A D | modstubs.s | 1121 NO_UNLOAD_STUB(kcf, crypto_get_mech_list, nomod_minus_one);
|
/titanic_50/usr/src/uts/intel/ia32/ml/ |
H A D | modstubs.s | 1198 NO_UNLOAD_STUB(kcf, crypto_get_mech_list, nomod_minus_one);
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | spdsock.c | 3652 mechs = crypto_get_mech_list(&mech_count, KM_SLEEP); in spdsock_merge_algs()
|
H A D | spd.c | 5049 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 D | crypto.c | 995 entries = crypto_get_mech_list(&count, KM_SLEEP); in get_mechanism_list()
|