Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/hash_provider/
H A Dhash_kmd5.c52 if (k5_ef_hash(context, icount, input, output)) in k5_md5_hash()
H A Dhash_ksha1.c61 if (k5_ef_hash(context, icount, input, output)) in k5_sha1_hash()
H A Dhash_kef_generic.c14 k5_ef_hash(krb5_context context, int icount, in k5_ef_hash() function
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/hash_provider/
H A Dhash_md5.c52 return(k5_ef_hash(context, &mechanism, icount, input, output)); in k5_md5_hash()
H A Dhash_sha1.c48 return(k5_ef_hash(context, &mechanism, icount, input, output)); in k5_sha1_hash()
H A Dhash_ef_generic.c10 k5_ef_hash(krb5_context context, in k5_ef_hash() function
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/keyhash_provider/
H A Dk5_kmd5des.c107 if (k5_ef_hash(context, 2, hash_input, output)) { in k5_md5des_hash()
241 if (k5_ef_hash(context, 1, hash_input, &hash_output)) { in k5_md5des_verify()
H A Dk_hmac_md5.c128 if (k5_ef_hash(context, 2, hash_input, &md5tmp)) { in k5_hmac_md5_hash()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/
H A Dmapfile-vers275 k5_ef_hash;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h1654 int k5_ef_hash(krb5_context, int, const krb5_data *, krb5_data *);
1691 krb5_error_code k5_ef_hash(krb5_context, CK_MECHANISM *,