Home
last modified time | relevance | path

Searched defs:hc (Results 1 – 25 of 50) sorted by relevance

12

/freebsd/contrib/bearssl/src/kdf/
H A Dhkdf.c31 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 Dmultihash.c91 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 Dmgf1.c39 br_hash_compat_context hc; in br_mgf1_xor() local
/freebsd/contrib/bearssl/src/mac/
H A Dhmac.c38 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 Dhmac_drbg.c48 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 Dhyperv_x86.c116 uint64_t hc, hc_orig; in hypercall_page_setup() local
144 uint64_t hc; in hypercall_disable() local
/freebsd/sys/powerpc/pseries/
H A Dphyp-hvcall.S28 #define hc .long 0x44000022 macro
/freebsd/sys/powerpc/ps3/
H A Dps3-hvcall.S3 #define hc .long 0x44000022 macro
/freebsd/contrib/bearssl/src/x509/
H A Dx509_minimal_full.c54 const br_hash_class *hc; in br_x509_minimal_init_full() local
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_client_full.c151 const br_hash_class *hc; in br_ssl_client_init_full() local
H A Dssl_server_full_rsa.c111 const br_hash_class *hc; in br_ssl_server_init_full_rsa() local
H A Dssl_server_full_ec.c128 const br_hash_class *hc; in br_ssl_server_init_full_ec() local
H A Dprf.c37 br_hmac_context hc; in br_tls_phash() local
H A Dssl_rec_cbc.c111 br_hmac_context hc; in cbc_decrypt() local
316 br_hmac_context hc; in cbc_encrypt() local
/freebsd/contrib/bearssl/tools/
H A Dserver.c518 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 Dclient.c371 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 Dtwrch.c755 const br_hash_class *hc; in do_twrch() local
861 const br_hash_class *hc; in do_twrch() local
H A Dkeys.c224 const br_hash_class *hc; in get_hash_impl() local
/freebsd/contrib/bearssl/src/rsa/
H A Drsa_pss_sig_pad.c35 br_hash_compat_context hc; in br_rsa_pss_sig_pad() local
H A Drsa_pss_sig_unpad.c35 br_hash_compat_context hc; in br_rsa_pss_sig_unpad() local
H A Drsa_oaep_pad.c35 br_hash_compat_context hc; in hash_data() local
H A Drsa_oaep_unpad.c35 br_hash_compat_context hc; in xor_hash_data() local
/freebsd/sys/dev/hyperv/vmbus/aarch64/
H A Dhyperv_aarch64.c72 hypercall_page_setup(vm_paddr_t hc) in hypercall_page_setup()
/freebsd/crypto/openssh/
H A Dumac.c538 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 Dbearssl_hmac.h170 const br_hmac_context *hc) in br_hmac_get_digest()

12