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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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.h545 void BN_consttime_swap(BN_ULONG swap, BIGNUM *a, BIGNUM *b, int nwords);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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.h545 void BN_consttime_swap(BN_ULONG swap, BIGNUM *a, BIGNUM *b, int nwords);

Completed in 56 milliseconds