Home
last modified time | relevance | path

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

/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() function
1107 ret = rsa_digestinfo_from_hash(gen_hash_type, em, &digestinfo_len); EG(ret, err); in emsa_pkcs1_v1_5_encode()
1115 ret = rsa_digestinfo_from_hash(gen_hash_type, &em[emlen - tlen], &digestinfo_len); EG(ret, err); in emsa_pkcs1_v1_5_encode()