Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/
Dbn_local.h266 struct bn_blinding_st { struct
267 BIGNUM *A;
268 BIGNUM *Ai;
269 BIGNUM *e;
270 BIGNUM *mod; /* just a reference */
271 CRYPTO_THREAD_ID tid;
272 int counter;
273 unsigned long flags;
274 BN_MONT_CTX *m_ctx;
275 int (*bn_mod_exp) (BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
[all …]
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py366 class bn_blinding_st(Structure): class