Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/examples/sig/rsa/
H A Drsa_tests.h168 …ret = rsassa_pss_verify(&pub, t->m, t->mlen, t->res, (u16)(t->reslen), modbits, t->hash, t->hash, … in perform_rsa_tests()
172 …ret = rsassa_pss_verify(&pub, t->m, t->mlen, t->res, (u16)(t->reslen), modbits, t->hash, t->hash, … in perform_rsa_tests()
H A Drsa.h173 ATTRIBUTE_WARN_UNUSED_RET int rsassa_pss_verify(const rsa_pub_key *pub, const u8 *m, u32 mlen,
H A Drsa.c1777 int rsassa_pss_verify(const rsa_pub_key *pub, const u8 *m, u32 mlen, in rsassa_pss_verify() function