Searched refs:rsaes_oaep_decrypt_hardened (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/libecc/src/examples/sig/rsa/ |
H A D | rsa.h | 154 ATTRIBUTE_WARN_UNUSED_RET int rsaes_oaep_decrypt_hardened(const rsa_priv_key *priv, const rsa_pub_k…
|
H A D | rsa_tests.h | 136 …ret = rsaes_oaep_decrypt_hardened(&priv, &pub, t->res, t->reslen, cipher, &clen, modbits, NULL, 0,… in perform_rsa_tests()
|
H A D | rsa.c | 1564 int rsaes_oaep_decrypt_hardened(const rsa_priv_key *priv, const rsa_pub_key *pub, const u8 *c, u32 … in rsaes_oaep_decrypt_hardened() function
|