Home
last modified time | relevance | path

Searched defs:gen_hash_type (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/libecc/src/examples/hash/
H A Dhash.c14 ATTRIBUTE_WARN_UNUSED_RET static int get_libecc_hash(gen_hash_alg_type gen_hash_type, hash_alg_type… in get_libecc_hash()
169 int gen_hash_get_hash_sizes(gen_hash_alg_type gen_hash_type, u8 *hlen, u8 *block_size) in gen_hash_get_hash_sizes()
233 …ash_hfunc_scattered(const u8 **input, const u32 *ilen, u8 *digest, gen_hash_alg_type gen_hash_type) in gen_hash_hfunc_scattered()
290 int gen_hash_hfunc(const u8 *input, u32 ilen, u8 *digest, gen_hash_alg_type gen_hash_type) in gen_hash_hfunc()
298 int gen_hash_init(gen_hash_context *ctx, gen_hash_alg_type gen_hash_type) in gen_hash_init()
361 …_hash_update(gen_hash_context *ctx, const u8 *chunk, u32 chunklen, gen_hash_alg_type gen_hash_type) in gen_hash_update()
414 int gen_hash_final(gen_hash_context *ctx, u8 *output, gen_hash_alg_type gen_hash_type) in gen_hash_final()
/freebsd/crypto/libecc/src/examples/sig/rsa/
H A Drsa.c603 ATTRIBUTE_WARN_UNUSED_RET static int rsa_digestinfo_from_hash(gen_hash_alg_type gen_hash_type, u8 *… in rsa_digestinfo_from_hash()
835 u16 *eminlen, gen_hash_alg_type gen_hash_type, gen_hash_alg_type mgf_hash_type, in emsa_pss_encode()
957 gen_hash_alg_type gen_hash_type, gen_hash_alg_type mgf_hash_type, in emsa_pss_verify()
1078 gen_hash_alg_type gen_hash_type) in emsa_pkcs1_v1_5_encode()
1301 gen_hash_alg_type gen_hash_type, gen_hash_alg_type mgf_hash_type, in rsaes_oaep_encrypt()
1420 const u8 *label, u32 label_len, gen_hash_alg_type gen_hash_type, in _rsaes_oaep_decrypt()
1555 const u8 *label, u32 label_len, gen_hash_alg_type gen_hash_type, in rsaes_oaep_decrypt()
1566 const u8 *label, u32 label_len, gen_hash_alg_type gen_hash_type, in rsaes_oaep_decrypt_hardened()
1578 u8 *s, u16 *slen, u32 modbits, gen_hash_alg_type gen_hash_type) in _rsassa_pkcs1_v1_5_sign()
1627 u8 *s, u16 *slen, u32 modbits, gen_hash_alg_type gen_hash_type) in rsassa_pkcs1_v1_5_sign()
[all …]