Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/crypto/openssl/hash_provider/
H A Dhash_evp.c84 const struct krb5_hash_provider krb5int_hash_md4 = {
96 const struct krb5_hash_provider krb5int_hash_md5 = {
108 const struct krb5_hash_provider krb5int_hash_sha1 = {
126 const struct krb5_hash_provider krb5int_hash_sha256 = {
130 const struct krb5_hash_provider krb5int_hash_sha384 = {
/freebsd/crypto/krb5/src/lib/crypto/krb/
H A Dcrypto_int.h119 struct krb5_hash_provider { struct
160 const struct krb5_hash_provider *hash;
222 const struct krb5_hash_provider *hash;
387 const struct krb5_hash_provider *hash,
392 const struct krb5_hash_provider *hash,
397 const struct krb5_hash_provider *hash,
480 extern const struct krb5_hash_provider krb5int_hash_md4;
481 extern const struct krb5_hash_provider krb5int_hash_md5;
482 extern const struct krb5_hash_provider krb5int_hash_sha1;
483 extern const struct krb5_hash_provider krb5int_hash_sha256;
[all …]
H A Dderive.c82 const struct krb5_hash_provider *hash, in krb5int_derive_random()
109 const struct krb5_hash_provider *hash, in krb5int_derive_keyblock()
136 const struct krb5_hash_provider *hash, in krb5int_derive_key()
H A Denc_rc4.c40 const struct krb5_hash_provider *hash, in usage_key()
70 const struct krb5_hash_provider *hash, in enc_key()
136 const struct krb5_hash_provider *hash = ktp->hash; in krb5int_arcfour_encrypt()
221 const struct krb5_hash_provider *hash = ktp->hash; in krb5int_arcfour_decrypt()
317 const struct krb5_hash_provider *hash = &krb5int_hash_md5; in krb5int_arcfour_gsscrypt()
H A Dprf_des.c33 const struct krb5_hash_provider *hash = &krb5int_hash_md5; in krb5int_des_prf()
H A Denc_dk_hmac.c74 const struct krb5_hash_provider *hash = ktp->hash; in krb5int_dk_encrypt()
184 const struct krb5_hash_provider *hash = ktp->hash; in krb5int_dk_decrypt()
H A Dprf_dk.c34 const struct krb5_hash_provider *hash = ktp->hash; in krb5int_dk_prf()
H A Dchecksum_hmac_md5.c101 const struct krb5_hash_provider *hash = &krb5int_hash_md5; in k5_hmac_md5()
H A Ds2k_pbkdf2.c114 const struct krb5_hash_provider *hash; in pbkdf2_string_to_key()
/freebsd/crypto/krb5/src/lib/crypto/openssl/
H A Dhmac.c106 map_digest(const struct krb5_hash_provider *hash) in map_digest()
125 krb5int_hmac_keyblock(const struct krb5_hash_provider *hash, in krb5int_hmac_keyblock()
178 krb5int_hmac_keyblock(const struct krb5_hash_provider *hash, in krb5int_hmac_keyblock()
224 krb5int_hmac(const struct krb5_hash_provider *hash, krb5_key key, in krb5int_hmac()
H A Dkdf.c41 hash_name(const struct krb5_hash_provider *hash) in hash_name()
69 k5_sp800_108_counter_hmac(const struct krb5_hash_provider *hash, in k5_sp800_108_counter_hmac()
H A Dpbkdf2.c36 krb5int_pbkdf2_hmac(const struct krb5_hash_provider *hash, in krb5int_pbkdf2_hmac()
/freebsd/crypto/krb5/src/lib/crypto/builtin/
H A Dpbkdf2.c82 k5_hmac(const struct krb5_hash_provider *hash, krb5_keyblock *pass, in k5_hmac()
100 const struct krb5_hash_provider *hash, size_t hlen, krb5_keyblock *pass, in F()
140 pbkdf2(const struct krb5_hash_provider *hash, krb5_keyblock *pass, in pbkdf2()
191 krb5int_pbkdf2_hmac(const struct krb5_hash_provider *hash, in krb5int_pbkdf2_hmac()
H A Dhmac.c53 krb5int_hmac_keyblock(const struct krb5_hash_provider *hash, in krb5int_hmac_keyblock()
117 krb5int_hmac(const struct krb5_hash_provider *hash, krb5_key key, in krb5int_hmac()
H A Dkdf.c33 k5_sp800_108_counter_hmac(const struct krb5_hash_provider *hash, in k5_sp800_108_counter_hmac()
/freebsd/crypto/krb5/src/lib/crypto/builtin/hash_provider/
H A Dhash_sha2.c78 const struct krb5_hash_provider krb5int_hash_sha256 = {
85 const struct krb5_hash_provider krb5int_hash_sha384 = {
H A Dhash_md4.c58 const struct krb5_hash_provider krb5int_hash_md4 = {
H A Dhash_md5.c58 const struct krb5_hash_provider krb5int_hash_md5 = {
H A Dhash_sha1.c59 const struct krb5_hash_provider krb5int_hash_sha1 = {
/freebsd/crypto/krb5/src/lib/crypto/crypto_tests/
H A Dt_derive.c300 static const struct krb5_hash_provider *
321 const struct krb5_hash_provider *hash; in main()
H A Dt_sha2.c90 hash_test(const struct krb5_hash_provider *hash, struct test *tests) in hash_test()
H A Dt_hmac.c85 static krb5_error_code hmac1(const struct krb5_hash_provider *h, in hmac1()