Home
last modified time | relevance | path

Searched defs:BN_gcd (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_gcd.c549 int BN_gcd(BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx) in BN_gcd() function
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_gcd.c549 int BN_gcd(BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx) in BN_gcd() function
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbn.h107 #define BN_gcd PGPV_BN_gcd macro
/netbsd-src/sbin/nvmectl/
H A Dbignum.c5770 BN_gcd(BIGNUM *r, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) in BN_gcd() function