Searched refs:BN_consttime_swap (Results 1 – 4 of 4) sorted by relevance
/external/openssl/crypto/ec/ |
D | ec2_mult.c | 282 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/ |
D | bn_lib.c | 844 void BN_consttime_swap(BN_ULONG condition, BIGNUM *a, BIGNUM *b, int nwords) in BN_consttime_swap() function
|
D | bn.h | 541 void BN_consttime_swap(BN_ULONG swap, BIGNUM *a, BIGNUM *b, int nwords);
|
/external/openssl/include/openssl/ |
D | bn.h | 541 void BN_consttime_swap(BN_ULONG swap, BIGNUM *a, BIGNUM *b, int nwords);
|