Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbn.h81 #define BN_lshift PGPV_BN_lshift
183 int PGPV_BN_lshift(PGPV_BIGNUM */*r*/, const PGPV_BIGNUM */*a*/, int /*n*/);
H A Dbignum.c5328 PGPV_BN_lshift(PGPV_BIGNUM *r, const PGPV_BIGNUM *a, int n) in PGPV_BN_lshift() function