Searched refs:BN_consttime_swap (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/crypto/openssl/crypto/ec/ |
| D | ec2_mult.c | 332 BN_consttime_swap(word & mask, x1, x2, group->field.top); in ec_GF2m_montgomery_point_multiply() 333 BN_consttime_swap(word & mask, z1, z2, group->field.top); in ec_GF2m_montgomery_point_multiply() 338 BN_consttime_swap(word & mask, x1, x2, group->field.top); in ec_GF2m_montgomery_point_multiply() 339 BN_consttime_swap(word & mask, z1, z2, group->field.top); in ec_GF2m_montgomery_point_multiply()
|
| /freebsd-10-stable/crypto/openssl/crypto/bn/ |
| D | bn_lib.c | 864 void BN_consttime_swap(BN_ULONG condition, BIGNUM *a, BIGNUM *b, int nwords) in BN_consttime_swap() function
|
| D | bn.h | 563 void BN_consttime_swap(BN_ULONG swap, BIGNUM *a, BIGNUM *b, int nwords);
|
| /freebsd-10-stable/crypto/openssl/util/ |
| D | libeay.num | 3518 BN_consttime_swap 3907 EXIST::FUNCTION:
|