Searched refs:hash_name (Results 1 – 14 of 14) sorted by relevance
/freebsd/crypto/krb5/src/lib/crypto/openssl/ |
H A D | kdf.c | 41 hash_name(const struct krb5_hash_provider *hash) in hash_name() function 79 digest = hash_name(hash); in k5_sp800_108_counter_hmac()
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | hash.h | 51 int hash_name(int, const char *);
|
H A D | iidesc.c | 65 return (hash_name(nbuckets, ii->ii_name)); in iidesc_hash()
|
H A D | hash.c | 75 hash_name(int nbuckets, const char *name) in hash_name() function
|
H A D | tdata.c | 107 return (hash_name(nbuckets, name)); in tdesc_layouthash()
|
/freebsd/crypto/libecc/src/hash/ |
H A D | hash_algs.c | 23 ATTRIBUTE_WARN_UNUSED_RET int get_hash_by_name(const char *hash_name, const hash_mapping **hm) in get_hash_by_name() argument 29 MUST_HAVE(((hash_name != NULL) && (hm != NULL)), ret, err); in get_hash_by_name() 36 if ((!are_str_equal(hash_name, exp_name, &check)) && check) { in get_hash_by_name()
|
/freebsd/crypto/openssl/ssl/ |
H A D | t1_lib.c | 482 sinf->hash_name = NULL; in add_provider_sigalgs() 486 OPENSSL_free(sinf->hash_name); in add_provider_sigalgs() 487 sinf->hash_name = OPENSSL_strdup(p->data); in add_provider_sigalgs() 488 if (sinf->hash_name == NULL) in add_provider_sigalgs() 624 if (sinf->hash_name != NULL) in add_provider_sigalgs() 625 OBJ_create(sinf->hash_oid, sinf->hash_name, NULL); in add_provider_sigalgs() 627 (sinf->hash_name != NULL in add_provider_sigalgs() 628 ? OBJ_txt2nid(sinf->hash_name) in add_provider_sigalgs() 649 OPENSSL_free(sinf->hash_name); in add_provider_sigalgs() 650 sinf->hash_name = NULL; in add_provider_sigalgs() [all …]
|
H A D | ssl_local.h | 760 char *hash_name; /* hash algorithm name */ member
|
H A D | ssl_lib.c | 4463 OPENSSL_free(a->sigalg_list[j].hash_name); in SSL_CTX_free()
|
/freebsd/crypto/libecc/src/tests/ |
H A D | ec_utils.c | 171 const char *hash_name, hash_alg_type * hash_type) in string_to_params() argument 212 ret = get_hash_by_name(hash_name, &hm); in string_to_params() 216 hash_name); in string_to_params()
|
/freebsd/crypto/libecc/include/libecc/hash/ |
H A D | hash_algs.h | 549 ATTRIBUTE_WARN_UNUSED_RET int get_hash_by_name(const char *hash_name, const hash_mapping **hm);
|
/freebsd/crypto/krb5/src/lib/crypto/krb/ |
H A D | crypto_int.h | 120 char hash_name[8]; member
|
/freebsd/crypto/libecc/scripts/ |
H A D | expand_libecc.py | 1184 …vectors = [[ gen_self_test(curve, hashf, sign, verify, genkp, num, hash_name, sig_alg_name, total_… 1185 …for (hashf, hash_name) in all_hash_funcs ] for (sign, verify, genkp, sig_alg_name) in all_sig_algs…
|
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/ |
H A D | pkinit_crypto_openssl.c | 2798 char *hash_name = NULL; in pkinit_kdf() local 2863 free(hash_name); in pkinit_kdf()
|