Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/examples/sig/rsa/
H A Drsa.h151 ATTRIBUTE_WARN_UNUSED_RET int rsaes_oaep_decrypt(const rsa_priv_key *priv, const u8 *c, u32 clen,
H A Drsa_tests.h129 …ret = rsaes_oaep_decrypt(&priv, t->res, t->reslen, cipher, &clen, modbits, NULL, 0, t->hash, t->ha… in perform_rsa_tests()
H A Drsa.c1553 int rsaes_oaep_decrypt(const rsa_priv_key *priv, const u8 *c, u32 clen, in rsaes_oaep_decrypt() function