Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/examples/sig/rsa/
H A Drsa.h147 ATTRIBUTE_WARN_UNUSED_RET int rsaes_oaep_encrypt(const rsa_pub_key *pub, const u8 *m, u32 mlen,
H A Drsa_tests.h121 …ret = rsaes_oaep_encrypt(&pub, t->m, t->mlen, cipher, &clen, modbits, NULL, 0, t->hash, t->hash, t… in perform_rsa_tests()
H A Drsa.c1299 int rsaes_oaep_encrypt(const rsa_pub_key *pub, const u8 *m, u32 mlen, in rsaes_oaep_encrypt() function