Searched refs:hash_data (Results 1 – 12 of 12) sorted by relevance
/freebsd/lib/libsecureboot/ |
H A D | libsecureboot-priv.h | 38 } hash_data; typedef 45 void ve_forbidden_digest_add(hash_data *digest, size_t); 68 hash_data* efi_get_forbidden_digests(size_t *count);
|
H A D | vets.c | 61 typedef VECTOR(hash_data) digest_list; 314 ve_forbidden_digest_add(hash_data *digest, size_t num) in ve_forbidden_digest_add() 612 hash_data *digest; in check_forbidden_digests()
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | hash.c | 51 struct hash_data { struct 155 struct hash_data *hd = arg; in hash_find_list_cb() 173 struct hash_data hd; in hash_find_iter() 188 struct hash_data *hd = arg; in hash_find_first_cb() 201 struct hash_data hd; in hash_find()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | MappedHash.h |
|
/freebsd/contrib/bearssl/src/rsa/ |
H A D | rsa_oaep_pad.c | 33 hash_data(const br_hash_class *dig, void *dst, const void *src, size_t len) in hash_data() function 88 hash_data(dig, buf + 1 + hlen, label, label_len); in br_rsa_oaep_pad()
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | MKuserdefs.sh | 124 static const HashData hash_data[] = { 130 return hash_data;
|
H A D | MKcaptab.sh | 212 static const HashData hash_data[2] = 221 return &hash_data[(termcap != FALSE)];
|
/freebsd/lib/libsecureboot/efi/ |
H A D | efi_variables.c | 167 hash_data* 171 hash_data *digests; in efi_get_forbidden_digests() 228 (digest_count + 1) * sizeof(hash_data)); in efi_get_forbidden_digests()
|
H A D | efi_init.c | 37 hash_data *digests; in ve_efi_init()
|
/freebsd/contrib/wpa/src/common/ |
H A D | sae_pk.c | 708 u8 *hash_data, *pos; in sae_pk_valid_fingerprint() local 724 hash_data = os_malloc(hash_data_len); in sae_pk_valid_fingerprint() 725 if (!hash_data) in sae_pk_valid_fingerprint() 727 pos = hash_data; in sae_pk_valid_fingerprint() 735 hash_data, hash_data_len); in sae_pk_valid_fingerprint() 736 res = sae_hash(hash_len, hash_data, hash_data_len, hash); in sae_pk_valid_fingerprint() 737 bin_clear_free(hash_data, hash_data_len); in sae_pk_valid_fingerprint()
|
/freebsd/contrib/bearssl/src/ssl/ |
H A D | ssl_hs_server.c | 219 hash_data(br_ssl_server_context *ctx, in hash_data() function 316 hv_len = hash_data(ctx, ctx->eng.pad, algo_id & 0xFF, in do_ecdhe_part1()
|
H A D | ssl_hs_server.t0 | 164 hash_data(br_ssl_server_context *ctx, 261 hv_len = hash_data(ctx, ctx->eng.pad, algo_id & 0xFF,
|