Searched defs:BIGNUM (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/openssl/crypto/dsa/ |
H A D | dsa_meth.c | 127 int (*sign_setup) (DSA *, BN_CTX *, BIGNUM **, BIGNUM **)) in DSA_meth_set_sign_setup() argument 154 int (*mod_exp) (DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *, in DSA_meth_set_mod_exp() argument 170 int (*bn_mod_exp) (DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *, in DSA_meth_set_bn_mod_exp() argument
|
/freebsd/crypto/openssl/crypto/dh/ |
H A D | dh_meth.c | 139 int (*bn_mod_exp) (const DH *, BIGNUM *, const BIGNUM *, const BIGNUM *, in DH_meth_set_bn_mod_exp() argument
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_backend.c | 36 DEFINE_STACK_OF(BIGNUM) in DEFINE_STACK_OF() argument 121 DEFINE_SPECIAL_STACK_OF_CONST(BIGNUM_const, BIGNUM) in DEFINE_SPECIAL_STACK_OF_CONST() argument
|
H A D | rsa_lib.c | 741 DEFINE_STACK_OF(BIGNUM) in DEFINE_STACK_OF() argument 843 DEFINE_SPECIAL_STACK_OF_CONST(BIGNUM_const, BIGNUM) in DEFINE_SPECIAL_STACK_OF_CONST() argument
|
/freebsd/crypto/openssl/crypto/ |
H A D | param_build_set.c | 20 DEFINE_SPECIAL_STACK_OF_CONST(BIGNUM_const, BIGNUM) in DEFINE_SPECIAL_STACK_OF_CONST() argument
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | x_bignum.c | 57 ASN1_ITEM_start(BIGNUM) in ASN1_ITEM_start() argument
|
/freebsd/crypto/openssh/ |
H A D | packet.h | 31 # define BIGNUM void macro
|
H A D | sshkey.h | 44 # define BIGNUM void macro
|
H A D | kex.h | 45 # define BIGNUM void macro
|
/freebsd/usr.bin/factor/ |
H A D | factor.c | 82 typedef ubig BIGNUM; typedef
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | types.h | 87 typedef struct bignum_st BIGNUM; typedef
|
/freebsd/crypto/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2text.c | 35 DEFINE_SPECIAL_STACK_OF_CONST(BIGNUM_const, BIGNUM) in DEFINE_SPECIAL_STACK_OF_CONST() argument
|
/freebsd/crypto/openssl/providers/implementations/keymgmt/ |
H A D | rsa_kmgmt.c | 60 DEFINE_SPECIAL_STACK_OF_CONST(BIGNUM_const, BIGNUM) in DEFINE_SPECIAL_STACK_OF_CONST() argument
|