Home
last modified time | relevance | path

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

/babblesim_ext_libCryptov1-latest/include/openssl/
Dbn.h307 typedef struct bn_blinding_st BN_BLINDING;
595 BN_BLINDING *BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai, BIGNUM *mod);
596 void BN_BLINDING_free(BN_BLINDING *b);
597 int BN_BLINDING_update(BN_BLINDING *b, BN_CTX *ctx);
598 int BN_BLINDING_convert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
599 int BN_BLINDING_invert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
600 int BN_BLINDING_convert_ex(BIGNUM *n, BIGNUM *r, BN_BLINDING *b, BN_CTX *);
601 int BN_BLINDING_invert_ex(BIGNUM *n, const BIGNUM *r, BN_BLINDING *b,
604 unsigned long BN_BLINDING_get_thread_id(const BN_BLINDING *);
605 void BN_BLINDING_set_thread_id(BN_BLINDING *, unsigned long);
[all …]
Dossl_typ.h122 typedef struct bn_blinding_st BN_BLINDING; typedef