Home
last modified time | relevance | path

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

/babblesim_ext_libCryptov1-latest/include/openssl/
Dbn.h306 typedef struct bignum_ctx BN_CTX;
423 BN_CTX *BN_CTX_new(void);
425 void BN_CTX_init(BN_CTX *c);
427 void BN_CTX_free(BN_CTX *c);
428 void BN_CTX_start(BN_CTX *ctx);
429 BIGNUM *BN_CTX_get(BN_CTX *ctx);
430 void BN_CTX_end(BN_CTX *ctx);
450 int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
451 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
464 BN_CTX *ctx);
[all …]
Dossl_typ.h121 typedef struct bignum_ctx BN_CTX; typedef