Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/examples/sig/rsa/
H A Drsa.h154 ATTRIBUTE_WARN_UNUSED_RET int rsaes_oaep_decrypt_hardened(const rsa_priv_key *priv, const rsa_pub_k…
H A Drsa_tests.h136 …ret = rsaes_oaep_decrypt_hardened(&priv, &pub, t->res, t->reslen, cipher, &clen, modbits, NULL, 0,… in perform_rsa_tests()
H A Drsa.c1564 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