Home
last modified time | relevance | path

Searched refs:hash_data (Results 1 – 12 of 12) sorted by relevance

/freebsd/lib/libsecureboot/
H A Dlibsecureboot-priv.h38 } 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 Dvets.c61 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 Dhash.c51 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 DMappedHash.h
/freebsd/contrib/bearssl/src/rsa/
H A Drsa_oaep_pad.c33 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 DMKuserdefs.sh124 static const HashData hash_data[] = {
130 return hash_data;
H A DMKcaptab.sh212 static const HashData hash_data[2] =
221 return &hash_data[(termcap != FALSE)];
/freebsd/lib/libsecureboot/efi/
H A Defi_variables.c167 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 Defi_init.c37 hash_data *digests; in ve_efi_init()
/freebsd/contrib/wpa/src/common/
H A Dsae_pk.c708 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 Dssl_hs_server.c219 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 Dssl_hs_server.t0164 hash_data(br_ssl_server_context *ctx,
261 hv_len = hash_data(ctx, ctx->eng.pad, algo_id & 0xFF,