Searched refs:BN_consttime_swap (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/ec/
H A Dec2_mult.c332 BN_consttime_swap(word & mask, x1, x2, group->field.top);
333 BN_consttime_swap(word & mask, z1, z2, group->field.top);
338 BN_consttime_swap(word & mask, x1, x2, group->field.top);
339 BN_consttime_swap(word & mask, z1, z2, group->field.top);
/freebsd-10-stable/crypto/openssl/crypto/bn/
H A Dbn_lib.c310 * Valgrind complains in BN_consttime_swap because we process the whole
864 void BN_consttime_swap(BN_ULONG condition, BIGNUM *a, BIGNUM *b, int nwords) function
H A Dbn.h563 void BN_consttime_swap(BN_ULONG swap, BIGNUM *a, BIGNUM *b, int nwords);

Completed in 111 milliseconds