Home
last modified time | relevance | path

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

12

/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/crypto/openssl/hash_provider/
H A Dhash_evp.c94 const struct krb5_hash_provider krb5int_hash_md4 = {
98 const struct krb5_hash_provider krb5int_hash_md5 = {
102 const struct krb5_hash_provider krb5int_hash_sha1 = {
106 const struct krb5_hash_provider krb5int_hash_sha256 = {
110 const struct krb5_hash_provider krb5int_hash_sha384 = {
/dports/security/krb5/krb5-1.19.2/src/lib/crypto/openssl/hash_provider/
H A Dhash_evp.c94 const struct krb5_hash_provider krb5int_hash_md4 = {
98 const struct krb5_hash_provider krb5int_hash_md5 = {
102 const struct krb5_hash_provider krb5int_hash_sha1 = {
106 const struct krb5_hash_provider krb5int_hash_sha256 = {
110 const struct krb5_hash_provider krb5int_hash_sha384 = {
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/crypto/krb/
H A Dcrypto_int.h63 struct krb5_hash_provider { struct
104 const struct krb5_hash_provider *hash;
166 const struct krb5_hash_provider *hash;
338 const struct krb5_hash_provider *hash,
348 k5_sp800_108_counter_hmac(const struct krb5_hash_provider *hash,
437 extern const struct krb5_hash_provider krb5int_hash_md4;
438 extern const struct krb5_hash_provider krb5int_hash_md5;
439 extern const struct krb5_hash_provider krb5int_hash_sha1;
440 extern const struct krb5_hash_provider krb5int_hash_sha256;
441 extern const struct krb5_hash_provider krb5int_hash_sha384;
[all …]
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 Dderive.c217 k5_sp800_108_counter_hmac(const struct krb5_hash_provider *hash, in k5_sp800_108_counter_hmac()
261 const struct krb5_hash_provider *hash, in krb5int_derive_random()
289 const struct krb5_hash_provider *hash, in krb5int_derive_keyblock()
316 const struct krb5_hash_provider *hash, in krb5int_derive_key()
H A Dprf_des.c33 const struct krb5_hash_provider *hash = &krb5int_hash_md5; in krb5int_des_prf()
/dports/security/krb5/krb5-1.19.2/src/lib/crypto/krb/
H A Dcrypto_int.h63 struct krb5_hash_provider { struct
104 const struct krb5_hash_provider *hash;
166 const struct krb5_hash_provider *hash;
338 const struct krb5_hash_provider *hash,
348 k5_sp800_108_counter_hmac(const struct krb5_hash_provider *hash,
437 extern const struct krb5_hash_provider krb5int_hash_md4;
438 extern const struct krb5_hash_provider krb5int_hash_md5;
439 extern const struct krb5_hash_provider krb5int_hash_sha1;
440 extern const struct krb5_hash_provider krb5int_hash_sha256;
441 extern const struct krb5_hash_provider krb5int_hash_sha384;
[all …]
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 Dderive.c217 k5_sp800_108_counter_hmac(const struct krb5_hash_provider *hash, in k5_sp800_108_counter_hmac()
261 const struct krb5_hash_provider *hash, in krb5int_derive_random()
289 const struct krb5_hash_provider *hash, in krb5int_derive_keyblock()
316 const struct krb5_hash_provider *hash, in krb5int_derive_key()
H A Dprf_des.c33 const struct krb5_hash_provider *hash = &krb5int_hash_md5; in krb5int_des_prf()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/crypto/openssl/
H A Dhmac.c98 map_digest(const struct krb5_hash_provider *hash) in map_digest()
115 krb5int_hmac_keyblock(const struct krb5_hash_provider *hash, in krb5int_hmac_keyblock()
159 krb5int_hmac(const struct krb5_hash_provider *hash, krb5_key key, in krb5int_hmac()
H A Dpbkdf2.c33 krb5int_pbkdf2_hmac(const struct krb5_hash_provider *hash, in krb5int_pbkdf2_hmac()
/dports/security/krb5/krb5-1.19.2/src/lib/crypto/openssl/
H A Dhmac.c98 map_digest(const struct krb5_hash_provider *hash) in map_digest()
115 krb5int_hmac_keyblock(const struct krb5_hash_provider *hash, in krb5int_hmac_keyblock()
159 krb5int_hmac(const struct krb5_hash_provider *hash, krb5_key key, in krb5int_hmac()
H A Dpbkdf2.c33 krb5int_pbkdf2_hmac(const struct krb5_hash_provider *hash, in krb5int_pbkdf2_hmac()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/crypto/builtin/
H A Dpbkdf2.c80 k5_hmac(const struct krb5_hash_provider *hash, krb5_keyblock *pass, in k5_hmac()
98 const struct krb5_hash_provider *hash, size_t hlen, krb5_keyblock *pass, in F()
138 pbkdf2(const struct krb5_hash_provider *hash, krb5_keyblock *pass, in pbkdf2()
189 krb5int_pbkdf2_hmac(const struct krb5_hash_provider *hash, in krb5int_pbkdf2_hmac()
H A Dhmac.c51 krb5int_hmac_keyblock(const struct krb5_hash_provider *hash, in krb5int_hmac_keyblock()
115 krb5int_hmac(const struct krb5_hash_provider *hash, krb5_key key, in krb5int_hmac()
/dports/security/krb5/krb5-1.19.2/src/lib/crypto/builtin/
H A Dpbkdf2.c80 k5_hmac(const struct krb5_hash_provider *hash, krb5_keyblock *pass, in k5_hmac()
98 const struct krb5_hash_provider *hash, size_t hlen, krb5_keyblock *pass, in F()
138 pbkdf2(const struct krb5_hash_provider *hash, krb5_keyblock *pass, in pbkdf2()
189 krb5int_pbkdf2_hmac(const struct krb5_hash_provider *hash, in krb5int_pbkdf2_hmac()
H A Dhmac.c51 krb5int_hmac_keyblock(const struct krb5_hash_provider *hash, in krb5int_hmac_keyblock()
115 krb5int_hmac(const struct krb5_hash_provider *hash, krb5_key key, in krb5int_hmac()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/crypto/builtin/hash_provider/
H A Dhash_sha2.c76 const struct krb5_hash_provider krb5int_hash_sha256 = {
83 const struct krb5_hash_provider krb5int_hash_sha384 = {
H A Dhash_md5.c56 const struct krb5_hash_provider krb5int_hash_md5 = {
H A Dhash_md4.c56 const struct krb5_hash_provider krb5int_hash_md4 = {
/dports/security/krb5/krb5-1.19.2/src/lib/crypto/builtin/hash_provider/
H A Dhash_sha2.c76 const struct krb5_hash_provider krb5int_hash_sha256 = {
83 const struct krb5_hash_provider krb5int_hash_sha384 = {
H A Dhash_md4.c56 const struct krb5_hash_provider krb5int_hash_md4 = {
H A Dhash_md5.c56 const struct krb5_hash_provider krb5int_hash_md5 = {
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/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()

12