Home
last modified time | relevance | path

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

/external/openssl/crypto/ec/
Dec2_mult.c282 BN_consttime_swap(word & mask, x1, x2, group->field.top); in ec_GF2m_montgomery_point_multiply()
283 BN_consttime_swap(word & mask, z1, z2, group->field.top); in ec_GF2m_montgomery_point_multiply()
286 BN_consttime_swap(word & mask, x1, x2, group->field.top); in ec_GF2m_montgomery_point_multiply()
287 BN_consttime_swap(word & mask, z1, z2, group->field.top); in ec_GF2m_montgomery_point_multiply()
/external/openssl/crypto/bn/
Dbn_lib.c844 void BN_consttime_swap(BN_ULONG condition, BIGNUM *a, BIGNUM *b, int nwords) in BN_consttime_swap() function
Dbn.h541 void BN_consttime_swap(BN_ULONG swap, BIGNUM *a, BIGNUM *b, int nwords);
/external/openssl/include/openssl/
Dbn.h541 void BN_consttime_swap(BN_ULONG swap, BIGNUM *a, BIGNUM *b, int nwords);