Searched refs:digestinfo_len (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/libecc/src/examples/sig/rsa/ |
H A D | rsa.c | 603 … int rsa_digestinfo_from_hash(gen_hash_alg_type gen_hash_type, u8 *digestinfo, u32 *digestinfo_len) in rsa_digestinfo_from_hash() argument 608 MUST_HAVE((digestinfo_len != NULL), ret, err); in rsa_digestinfo_from_hash() 615 MUST_HAVE(((*digestinfo_len) >= sizeof(_digestinfo)), ret, err); in rsa_digestinfo_from_hash() 617 (*digestinfo_len) = sizeof(_digestinfo); in rsa_digestinfo_from_hash() 624 MUST_HAVE(((*digestinfo_len) >= sizeof(_digestinfo)), ret, err); in rsa_digestinfo_from_hash() 626 (*digestinfo_len) = sizeof(_digestinfo); in rsa_digestinfo_from_hash() 633 MUST_HAVE(((*digestinfo_len) >= sizeof(_digestinfo)), ret, err); in rsa_digestinfo_from_hash() 635 (*digestinfo_len) = sizeof(_digestinfo); in rsa_digestinfo_from_hash() 642 MUST_HAVE(((*digestinfo_len) >= sizeof(_digestinfo)), ret, err); in rsa_digestinfo_from_hash() 644 (*digestinfo_len) = sizeof(_digestinfo); in rsa_digestinfo_from_hash() [all …]
|