Searched refs:BN_consttime_swap (Results 1 – 9 of 9) sorted by relevance
/openssl-master/crypto/bn/ |
A D | bn_gcd.c | 603 BN_consttime_swap((~r->d[0]) & 1, r, g, top); in BN_gcd() 618 BN_consttime_swap(cond, r, g, top); in BN_gcd() 624 BN_consttime_swap(g->d[0] & 1 /* g is odd */ in BN_gcd()
|
A D | bn_lib.c | 826 void BN_consttime_swap(BN_ULONG condition, BIGNUM *a, BIGNUM *b, int nwords) in BN_consttime_swap() function
|
/openssl-master/crypto/ec/ |
A D | ec_mult.c | 253 BN_consttime_swap(kbit, k, lambda, group_top + 2); in ossl_ec_scalar_mul_ladder() 286 BN_consttime_swap(c, (a)->X, (b)->X, w); \ in ossl_ec_scalar_mul_ladder() 287 BN_consttime_swap(c, (a)->Y, (b)->Y, w); \ in ossl_ec_scalar_mul_ladder() 288 BN_consttime_swap(c, (a)->Z, (b)->Z, w); \ in ossl_ec_scalar_mul_ladder()
|
/openssl-master/crypto/dsa/ |
A D | dsa_ossl.c | 285 BN_consttime_swap(BN_is_bit_set(l, q_bits), k, l, q_words + 2); in dsa_sign_setup()
|
/openssl-master/test/ |
A D | bntest.c | 181 BN_consttime_swap(cond, a, b, top); in test_swap() 188 BN_consttime_swap(cond, a, b, top); in test_swap() 204 BN_consttime_swap(cond, a, b, top); in test_swap() 212 BN_consttime_swap(cond, a, b, top); in test_swap()
|
/openssl-master/include/openssl/ |
A D | bn.h | 352 void BN_consttime_swap(BN_ULONG swap, BIGNUM *a, BIGNUM *b, int nwords);
|
/openssl-master/util/ |
A D | missingcrypto.txt | 252 BN_consttime_swap(3)
|
A D | missingcrypto111.txt | 274 BN_consttime_swap(3)
|
A D | libcrypto.num | 184 BN_consttime_swap 188 3_0_0 EXIST::FUNCTION:
|
Completed in 31 milliseconds