Searched refs:BN_consttime_swap (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/crypto/openssl/crypto/ec/ |
| D | ec2_mult.c | 333 BN_consttime_swap(scalar->d[i] & mask, x1, x2, group->field.top); in ec_GF2m_montgomery_point_multiply() 334 BN_consttime_swap(scalar->d[i] & mask, z1, z2, group->field.top); in ec_GF2m_montgomery_point_multiply() 339 BN_consttime_swap(scalar->d[i] & mask, x1, x2, group->field.top); in ec_GF2m_montgomery_point_multiply() 340 BN_consttime_swap(scalar->d[i] & mask, z1, z2, group->field.top); in ec_GF2m_montgomery_point_multiply()
|
| /freebsd-9-stable/crypto/openssl/crypto/bn/ |
| D | bn.h | 535 void BN_consttime_swap(BN_ULONG swap, BIGNUM *a, BIGNUM *b, int nwords);
|
| D | bn_gf2m.c | 1317 void BN_consttime_swap(BN_ULONG condition, BIGNUM *a, BIGNUM *b, int nwords) in BN_consttime_swap() function
|
| /freebsd-9-stable/crypto/openssl/ |
| D | NEWS | 62 o FIPS capable link failure with missing symbol BN_consttime_swap.
|
| /freebsd-9-stable/crypto/openssl/util/ |
| D | libeay.num | 3515 BN_consttime_swap 3907 EXIST::FUNCTION:
|