Searched refs:CONSTTIME_TRUE_8 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dconstant_time_test.c55 static const unsigned char CONSTTIME_TRUE_8 = 0xff; variable
81 if (is_true && c != CONSTTIME_TRUE_8) {
83 "(TRUE), got %u\n", op_name, a, b, CONSTTIME_TRUE_8, c);
111 if (a == 0 && c != CONSTTIME_TRUE_8) {
113 "expected %u (TRUE), got %u\n", a, CONSTTIME_TRUE_8, c);
144 unsigned char selected = constant_time_select_8(CONSTTIME_TRUE_8, a, b);
199 if (a == b && equal != CONSTTIME_TRUE_8) {
201 "expected %u(TRUE), got %u\n", a, b, CONSTTIME_TRUE_8, equal);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dconstant_time_test.c55 static const unsigned char CONSTTIME_TRUE_8 = 0xff; variable
81 if (is_true && c != CONSTTIME_TRUE_8) {
83 "(TRUE), got %u\n", op_name, a, b, CONSTTIME_TRUE_8, c);
111 if (a == 0 && c != CONSTTIME_TRUE_8) {
113 "expected %u (TRUE), got %u\n", a, CONSTTIME_TRUE_8, c);
144 unsigned char selected = constant_time_select_8(CONSTTIME_TRUE_8, a, b);
199 if (a == b && equal != CONSTTIME_TRUE_8) {
201 "expected %u(TRUE), got %u\n", a, b, CONSTTIME_TRUE_8, equal);

Completed in 233 milliseconds