Home
last modified time | relevance | path

Searched refs:krb5_hash_provider (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Ddk.h31 const struct krb5_hash_provider *hash,
38 const struct krb5_hash_provider *hash,
46 krb5_const struct krb5_hash_provider *hash,
59 krb5_const struct krb5_hash_provider *hash,
76 const struct krb5_hash_provider *hash,
82 const struct krb5_hash_provider *hash,
90 const struct krb5_hash_provider *hash,
H A Dhash_provider.h35 extern const struct krb5_hash_provider krb5int_hash_crc32;
36 extern const struct krb5_hash_provider krb5int_hash_md5;
37 extern const struct krb5_hash_provider krb5int_hash_sha1;
H A Darcfour.h13 const struct krb5_hash_provider *,
20 const struct krb5_hash_provider *,
30 const struct krb5_hash_provider *,
H A Draw.h31 const struct krb5_hash_provider *hash,
37 const struct krb5_hash_provider *hash,
45 const struct krb5_hash_provider *hash,
H A Dold.h36 const struct krb5_hash_provider *hash,
42 const struct krb5_hash_provider *hash,
50 const struct krb5_hash_provider *hash,
H A Dk5-int.h805 struct krb5_hash_provider { struct
836 const struct krb5_hash_provider *hash,
842 krb5_const struct krb5_hash_provider *hash,
857 const struct krb5_hash_provider *hash,
866 const struct krb5_hash_provider *hash;
898 const struct krb5_hash_provider *hash;
988 krb5_const struct krb5_hash_provider *,
1001 extern const struct krb5_hash_provider krb5int_hash_md5;
2349 const struct krb5_hash_provider *md5_hash_provider;
2351 krb5_error_code (* krb5_hmac) (krb5_context, const struct krb5_hash_provider *hash,
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/dk/
H A Ddk_decrypt.c41 const struct krb5_hash_provider *hash,
53 const struct krb5_hash_provider *hash, in krb5_dk_decrypt()
66 const struct krb5_hash_provider *hash, in krb5int_aes_dk_decrypt()
79 const struct krb5_hash_provider *hash, in krb5_dk_decrypt_maybe_trunc_hmac()
H A Ddk_encrypt.c47 const struct krb5_hash_provider *hash, in krb5_dk_encrypt_length()
60 const struct krb5_hash_provider *hash, in krb5_dk_encrypt()
169 const struct krb5_hash_provider *hash;
186 const struct krb5_hash_provider *hash, in trunc_hmac()
222 const struct krb5_hash_provider *hash, in krb5int_aes_dk_encrypt()
H A Dchecksum.c115 krb5_const struct krb5_hash_provider *hash;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/raw/
H A Draw_encrypt.c39 const struct krb5_hash_provider *hash, in krb5_raw_encrypt_length()
53 const struct krb5_hash_provider *hash, in krb5_raw_encrypt()
H A Draw_decrypt.c40 const struct krb5_hash_provider *hash, in krb5_raw_decrypt()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/old/
H A Dold_encrypt.c38 const struct krb5_hash_provider *hash, in krb5_old_encrypt_length()
54 const struct krb5_hash_provider *hash, in krb5_old_encrypt()
H A Dold_decrypt.c40 const struct krb5_hash_provider *hash, in krb5_old_decrypt()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/hash_provider/
H A Dhash_kmd5.c58 const struct krb5_hash_provider krb5int_hash_md5 = {
H A Dhash_ksha1.c68 const struct krb5_hash_provider krb5int_hash_sha1 = {
H A Dhash_crc32.c57 const struct krb5_hash_provider krb5int_hash_crc32 = {
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/hash_provider/
H A Dhash_md5.c56 const struct krb5_hash_provider krb5int_hash_md5 = {
H A Dhash_sha1.c53 const struct krb5_hash_provider krb5int_hash_sha1 = {
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/arcfour/
H A Dk5_arcfour.c23 const struct krb5_hash_provider *hash;
75 const struct krb5_hash_provider *hash;
272 const struct krb5_hash_provider *hash;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dhmac.c107 krb5_const struct krb5_hash_provider *hash, in krb5_hmac()