Searched refs:local_A (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_gcd.c | 96 BIGNUM local_A; in bn_mod_inverse_no_branch() local 97 bn_init(&local_A); in bn_mod_inverse_no_branch() 98 BN_with_flags(&local_A, A, BN_FLG_CONSTTIME); in bn_mod_inverse_no_branch() 101 if (!BN_div(D, M, &local_A, B, ctx)) in bn_mod_inverse_no_branch() 103 /* Ensure local_A goes out of scope before any further use of A */ in bn_mod_inverse_no_branch()
|
/third_party/openssl/crypto/bn/ |
H A D | bn_gcd.c | 96 BIGNUM local_A; in bn_mod_inverse_no_branch() local 97 bn_init(&local_A); in bn_mod_inverse_no_branch() 98 BN_with_flags(&local_A, A, BN_FLG_CONSTTIME); in bn_mod_inverse_no_branch() 101 if (!BN_div(D, M, &local_A, B, ctx)) in bn_mod_inverse_no_branch() 103 /* Ensure local_A goes out of scope before any further use of A */ in bn_mod_inverse_no_branch()
|
Completed in 3 milliseconds