Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/rsa/
H A Drsa_blinding.c125 struct bn_blinding_st { struct
126 BIGNUM *A;
127 BIGNUM *Ai;
128 BIGNUM *e;
129 BIGNUM *mod;
130 pthread_t tid;
131 int counter;
132 BN_MONT_CTX *m_ctx;
133 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,