Home
last modified time | relevance | path

Searched refs:BN_consttime_swap (Results 1 – 9 of 9) sorted by relevance

/openssl-master/crypto/bn/
A Dbn_gcd.c603 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 Dbn_lib.c826 void BN_consttime_swap(BN_ULONG condition, BIGNUM *a, BIGNUM *b, int nwords) in BN_consttime_swap() function
/openssl-master/crypto/ec/
A Dec_mult.c253 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 Ddsa_ossl.c285 BN_consttime_swap(BN_is_bit_set(l, q_bits), k, l, q_words + 2); in dsa_sign_setup()
/openssl-master/test/
A Dbntest.c181 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 Dbn.h352 void BN_consttime_swap(BN_ULONG swap, BIGNUM *a, BIGNUM *b, int nwords);
/openssl-master/util/
A Dmissingcrypto.txt252 BN_consttime_swap(3)
A Dmissingcrypto111.txt274 BN_consttime_swap(3)
A Dlibcrypto.num184 BN_consttime_swap 188 3_0_0 EXIST::FUNCTION:

Completed in 31 milliseconds