Home
last modified time | relevance | path

Searched refs:lowlevel_rsa_public_check (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/netpgp/dist/src/libverify/
H A Dlibverify.c1432 lowlevel_rsa_public_check(const uint8_t *encbuf, int enclen, uint8_t *dec, const rsa_pubkey_t *rsa) in lowlevel_rsa_public_check() function
1509 ret = lowlevel_rsa_public_check(enc, enclen, dec, &pub); in rsa_public_decrypt()
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dlibverify.c1891 lowlevel_rsa_public_check(const uint8_t *encbuf, int enclen, uint8_t *dec, const netpgpv_rsa_pubkey… in lowlevel_rsa_public_check() function
1969 ret = lowlevel_rsa_public_check(enc, enclen, dec, &pub); in rsa_public_decrypt()