Home
last modified time | relevance | path

Searched refs:rsa_padding_check_none (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Drsa.c51 rsa_padding_check_none(uint8_t *to, int tlen, const uint8_t *from, int flen, int num) in rsa_padding_check_none() function
179 r = rsa_padding_check_none(to, nbytes, buf, j, nbytes); in lowlevel_rsa_private_decrypt()
238 if ((r = rsa_padding_check_none(dec, nbytes, decbuf, decbytes, 0)) < 0) { in lowlevel_rsa_public_decrypt()
H A Dlibverify.c1873 rsa_padding_check_none(uint8_t *to, int tlen, const uint8_t *from, int flen, int num) in rsa_padding_check_none() function
1942 if ((r = rsa_padding_check_none(dec, nbytes, decbuf, decbytes, 0)) < 0) { in lowlevel_rsa_public_check()
/netbsd-src/crypto/external/bsd/netpgp/dist/src/librsa/
H A Drsa.c51 rsa_padding_check_none(uint8_t *to, int tlen, const uint8_t *from, int flen, int num) in rsa_padding_check_none() function
179 r = rsa_padding_check_none(to, nbytes, buf, j, nbytes); in lowlevel_rsa_private_decrypt()
238 if ((r = rsa_padding_check_none(dec, nbytes, decbuf, decbytes, 0)) < 0) { in lowlevel_rsa_public_decrypt()
/netbsd-src/crypto/external/bsd/netpgp/dist/src/libverify/
H A Dlibverify.c1414 rsa_padding_check_none(uint8_t *to, int tlen, const uint8_t *from, int flen, int num) in rsa_padding_check_none() function
1482 if ((r = rsa_padding_check_none(dec, nbytes, decbuf, decbytes, 0)) < 0) { in lowlevel_rsa_public_check()