/freebsd/contrib/bearssl/src/kdf/ |
H A D | hkdf.c | 31 br_hkdf_init(br_hkdf_context *hc, const br_hash_class *digest_vtable, in br_hkdf_init() 49 br_hkdf_inject(br_hkdf_context *hc, const void *ikm, size_t ikm_len) in br_hkdf_inject() 56 br_hkdf_flip(br_hkdf_context *hc) in br_hkdf_flip() 69 br_hkdf_produce(br_hkdf_context *hc, in br_hkdf_produce()
|
/freebsd/contrib/bearssl/src/hash/ |
H A D | multihash.c | 91 const br_hash_class *hc; in br_multihash_init() local 129 const br_hash_class *hc; in br_multihash_update() local 153 const br_hash_class *hc; in br_multihash_out() local
|
H A D | mgf1.c | 39 br_hash_compat_context hc; in br_mgf1_xor() local
|
/freebsd/contrib/bearssl/src/mac/ |
H A D | hmac.c | 38 process_key(const br_hash_class **hc, void *ks, in process_key() 60 br_hash_compat_context hc; in br_hmac_key_init() local 108 br_hash_compat_context hc; in br_hmac_out() local
|
/freebsd/contrib/bearssl/src/rand/ |
H A D | hmac_drbg.c | 48 br_hmac_context hc; in br_hmac_drbg_generate() local 96 br_hmac_context hc; in br_hmac_drbg_update() local
|
/freebsd/sys/dev/hyperv/vmbus/x86/ |
H A D | hyperv_x86.c | 116 uint64_t hc, hc_orig; in hypercall_page_setup() local 144 uint64_t hc; in hypercall_disable() local
|
/freebsd/sys/powerpc/pseries/ |
H A D | phyp-hvcall.S | 28 #define hc .long 0x44000022 macro
|
/freebsd/sys/powerpc/ps3/ |
H A D | ps3-hvcall.S | 3 #define hc .long 0x44000022 macro
|
/freebsd/contrib/bearssl/src/x509/ |
H A D | x509_minimal_full.c | 54 const br_hash_class *hc; in br_x509_minimal_init_full() local
|
/freebsd/contrib/bearssl/src/ssl/ |
H A D | ssl_client_full.c | 151 const br_hash_class *hc; in br_ssl_client_init_full() local
|
H A D | ssl_server_full_rsa.c | 111 const br_hash_class *hc; in br_ssl_server_init_full_rsa() local
|
H A D | ssl_server_full_ec.c | 128 const br_hash_class *hc; in br_ssl_server_init_full_ec() local
|
H A D | prf.c | 37 br_hmac_context hc; in br_tls_phash() local
|
H A D | ssl_rec_cbc.c | 111 br_hmac_context hc; in cbc_decrypt() local 316 br_hmac_context hc; in cbc_encrypt() local
|
/freebsd/contrib/bearssl/tools/ |
H A D | server.c | 518 const br_hash_class *hc; in sp_do_sign() local 546 const br_hash_class *hc; in sp_do_sign() local 1081 const br_hash_class *hc; in do_server() local 1137 const br_hash_class *hc; in do_server() local
|
H A D | client.c | 371 const br_hash_class *hc; in cc_do_sign() local 897 const br_hash_class *hc; in do_client() local 987 const br_hash_class *hc; in do_client() local
|
H A D | twrch.c | 755 const br_hash_class *hc; in do_twrch() local 861 const br_hash_class *hc; in do_twrch() local
|
H A D | keys.c | 224 const br_hash_class *hc; in get_hash_impl() local
|
/freebsd/contrib/bearssl/src/rsa/ |
H A D | rsa_pss_sig_pad.c | 35 br_hash_compat_context hc; in br_rsa_pss_sig_pad() local
|
H A D | rsa_pss_sig_unpad.c | 35 br_hash_compat_context hc; in br_rsa_pss_sig_unpad() local
|
H A D | rsa_oaep_pad.c | 35 br_hash_compat_context hc; in hash_data() local
|
H A D | rsa_oaep_unpad.c | 35 br_hash_compat_context hc; in xor_hash_data() local
|
/freebsd/sys/dev/hyperv/vmbus/aarch64/ |
H A D | hyperv_aarch64.c | 72 hypercall_page_setup(vm_paddr_t hc) in hypercall_page_setup()
|
/freebsd/crypto/openssh/ |
H A D | umac.c | 538 static void nh_transform(nh_ctx *hc, const UINT8 *buf, UINT32 nbytes) in nh_transform() 583 static void nh_reset(nh_ctx *hc) in nh_reset() 603 static void nh_init(nh_ctx *hc, aes_int_key prf_key) in nh_init() 613 static void nh_update(nh_ctx *hc, const UINT8 *buf, UINT32 nbytes) in nh_update() 668 static void nh_final(nh_ctx *hc, UINT8 *result) in nh_final() 708 static void nh(nh_ctx *hc, const UINT8 *buf, UINT32 padded_len, in nh() 833 static void poly_hash(uhash_ctx_t hc, UINT32 data_in[]) in poly_hash()
|
/freebsd/contrib/bearssl/inc/ |
H A D | bearssl_hmac.h | 170 const br_hmac_context *hc) in br_hmac_get_digest()
|