Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/rsa/
Dblinding.c123 struct bn_blinding_st { struct
124 BIGNUM *A; // The base blinding factor, Montgomery-encoded.
125 BIGNUM *Ai; // The inverse of the blinding factor, Montgomery-encoded.
126 unsigned counter;
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py366 class bn_blinding_st(Structure): class
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py366 class bn_blinding_st(Structure): class