Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dapi.h415 extern int crypto_get_all_mech_info(crypto_mech_type_t,
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_miscapi.c642 crypto_get_all_mech_info(crypto_mech_type_t mech_type, in crypto_get_all_mech_info() function
/illumos-gate/usr/src/uts/sparc/ml/
H A Dmodstubs.S1023 NO_UNLOAD_STUB(kcf, crypto_get_all_mech_info, nomod_minus_one);
/illumos-gate/usr/src/uts/intel/ml/
H A Dmodstubs.S893 NO_UNLOAD_STUB(kcf, crypto_get_all_mech_info, nomod_minus_one);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c4761 crypto_rc = crypto_get_all_mech_info(alg->alg_mech_type, in ipsec_alg_fix_min_max()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c1126 rv = crypto_get_all_mech_info(mech_type, &mech_infos, &num_mech_infos, in get_all_mechanism_info()