Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_blind.c16 struct bn_blinding_st { struct
17 BIGNUM *A;
18 BIGNUM *Ai;
19 BIGNUM *e;
20 BIGNUM *mod; /* just a reference */
21 CRYPTO_THREAD_ID tid;
22 int counter;
23 unsigned long flags;
24 BN_MONT_CTX *m_ctx;
25 int (*bn_mod_exp) (BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
[all …]

Completed in 5 milliseconds