Home
last modified time | relevance | path

Searched refs:BN_BLINDING_COUNTER (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_blind.c14 #define BN_BLINDING_COUNTER 32 macro
105 if (++b->counter == BN_BLINDING_COUNTER && b->e != NULL && in BN_BLINDING_update()
124 if (b->counter == BN_BLINDING_COUNTER) in BN_BLINDING_update()
/third_party/openssl/crypto/bn/
H A Dbn_blind.c14 #define BN_BLINDING_COUNTER 32 macro
105 if (++b->counter == BN_BLINDING_COUNTER && b->e != NULL && in BN_BLINDING_update()
124 if (b->counter == BN_BLINDING_COUNTER) in BN_BLINDING_update()

Completed in 2 milliseconds