Searched refs:BIGNUM (Results 1 – 3 of 3) sorted by relevance
/babblesim_ext_libCryptov1-latest/include/openssl/ |
D | bn.h | 304 typedef struct bignum_st BIGNUM; 326 BIGNUM RR; /* used to convert to montgomery form */ 327 BIGNUM N; /* The modulus */ 328 BIGNUM Ni; /* R*(1/R mod N) - N*Ni = 1 (Ni is only 341 BIGNUM N; /* the divisor */ 342 BIGNUM Nr; /* the reciprocal */ 411 BIGNUM *_tmp_bn = (a); \ 421 const BIGNUM *BN_value_one(void); 429 BIGNUM *BN_CTX_get(BN_CTX *ctx); 431 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom); [all …]
|
D | ossl_typ.h | 117 # ifdef BIGNUM 118 # undef BIGNUM 120 typedef struct bignum_st BIGNUM; typedef
|
D | asn1.h | 929 ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai); 930 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn); 934 ASN1_ENUMERATED *BN_to_ASN1_ENUMERATED(BIGNUM *bn, ASN1_ENUMERATED *ai); 935 BIGNUM *ASN1_ENUMERATED_to_BN(ASN1_ENUMERATED *ai, BIGNUM *bn); 1040 int ASN1_bn_print(BIO *bp, const char *number, const BIGNUM *num,
|