Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_gcd.c65 BIGNUM local_B; in bn_mod_inverse_no_branch() local
66 bn_init(&local_B); in bn_mod_inverse_no_branch()
67 BN_with_flags(&local_B, B, BN_FLG_CONSTTIME); in bn_mod_inverse_no_branch()
68 if (!BN_nnmod(B, &local_B, A, ctx)) in bn_mod_inverse_no_branch()
70 /* Ensure local_B goes out of scope before any further use of B */ in bn_mod_inverse_no_branch()
/third_party/openssl/crypto/bn/
H A Dbn_gcd.c65 BIGNUM local_B; in bn_mod_inverse_no_branch() local
66 bn_init(&local_B); in bn_mod_inverse_no_branch()
67 BN_with_flags(&local_B, B, BN_FLG_CONSTTIME); in bn_mod_inverse_no_branch()
68 if (!BN_nnmod(B, &local_B, A, ctx)) in bn_mod_inverse_no_branch()
70 /* Ensure local_B goes out of scope before any further use of B */ in bn_mod_inverse_no_branch()

Completed in 3 milliseconds