Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbn.h78 #define BN_div PGPV_BN_div
180 int PGPV_BN_div(PGPV_BIGNUM */*q*/, PGPV_BIGNUM */*r*/, const PGPV_BIGNUM */*a*/, const PGPV_BIGNUM…
H A Drsa.c474 if (!PGPV_BN_div(NULL, M, t1, dsa->q, NULL)) { in dsa_do_verify()
H A Dlibverify.c2112 !PGPV_BN_div(NULL, t1, t1, pubkey->bn[DSA_Q].bn, NULL)) { in verify_dsa_sig()
H A Dbignum.c5406 PGPV_BN_div(PGPV_BIGNUM *dv, PGPV_BIGNUM *rem, const PGPV_BIGNUM *a, const PGPV_BIGNUM *d, PGPV_BN_… in PGPV_BN_div() function