Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/dsa/
H A Ddsa_meth.c127 int (*sign_setup) (DSA *, BN_CTX *, BIGNUM **, BIGNUM **)) in DSA_meth_set_sign_setup() argument
155 const BIGNUM *, const BIGNUM *, const BIGNUM *, BN_CTX *, in DSA_meth_set_mod_exp() argument
171 const BIGNUM *, BN_CTX *, BN_MONT_CTX *)) in DSA_meth_set_bn_mod_exp() argument
/freebsd/crypto/openssl/crypto/dh/
H A Ddh_meth.c140 const BIGNUM *, BN_CTX *, BN_MONT_CTX *)) in DH_meth_set_bn_mod_exp() argument
/freebsd/usr.bin/factor/
H A Dfactor.c85 #define BN_CTX int macro
/freebsd/crypto/openssl/include/openssl/
H A Dtypes.h88 typedef struct bignum_ctx BN_CTX; typedef