Home
last modified time | relevance | path

Searched refs:constant_time_eq_int (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/openssl/openssl/include/internal/
H A Dconstant_time.h69 static ossl_inline unsigned int constant_time_eq_int(int a, int b);
212 static ossl_inline unsigned int constant_time_eq_int(int a, int b) in constant_time_eq_int() function
/third_party/openssl/include/internal/
H A Dconstant_time.h69 static ossl_inline unsigned int constant_time_eq_int(int a, int b);
212 static ossl_inline unsigned int constant_time_eq_int(int a, int b) in constant_time_eq_int() function
/third_party/openssl/ohos_lite/include/internal/
H A Dconstant_time.h68 static ossl_inline unsigned int constant_time_eq_int(int a, int b);
206 static ossl_inline unsigned int constant_time_eq_int(int a, int b) in constant_time_eq_int() function
/third_party/openssl/test/
H A Dconstant_time_test.c239 if (a == b && !TEST_uint_eq(constant_time_eq_int(a, b), CONSTTIME_TRUE)) in test_eq_int()
241 if (a != b && !TEST_uint_eq(constant_time_eq_int(a, b), CONSTTIME_FALSE)) in test_eq_int()
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_lib.c161 mask = constant_time_eq_int(i, j); /* 0xff..ff if i==j, 0x0 otherwise */ in bn_num_bits_consttime()
173 mask = ~(constant_time_eq_int(i, ((int)-1))); in bn_num_bits_consttime()
1040 mask = constant_time_eq_int(atop, 0); in bn_correct_top_consttime()
H A Dbn_exp.c558 ((BN_ULONG)0 - (constant_time_eq_int(j,idx)&1)); in MOD_EXP_CTIME_COPY_FROM_PREBUF()
570 y0 = (BN_ULONG)0 - (constant_time_eq_int(i,0)&1); in MOD_EXP_CTIME_COPY_FROM_PREBUF()
571 y1 = (BN_ULONG)0 - (constant_time_eq_int(i,1)&1); in MOD_EXP_CTIME_COPY_FROM_PREBUF()
572 y2 = (BN_ULONG)0 - (constant_time_eq_int(i,2)&1); in MOD_EXP_CTIME_COPY_FROM_PREBUF()
573 y3 = (BN_ULONG)0 - (constant_time_eq_int(i,3)&1); in MOD_EXP_CTIME_COPY_FROM_PREBUF()
583 & ((BN_ULONG)0 - (constant_time_eq_int(j,idx)&1)); in MOD_EXP_CTIME_COPY_FROM_PREBUF()
/third_party/openssl/crypto/bn/
H A Dbn_lib.c161 mask = constant_time_eq_int(i, j); /* 0xff..ff if i==j, 0x0 otherwise */ in bn_num_bits_consttime()
173 mask = ~(constant_time_eq_int(i, ((int)-1))); in bn_num_bits_consttime()
1040 mask = constant_time_eq_int(atop, 0); in bn_correct_top_consttime()
H A Dbn_exp.c550 ((BN_ULONG)0 - (constant_time_eq_int(j,idx)&1)); in MOD_EXP_CTIME_COPY_FROM_PREBUF()
562 y0 = (BN_ULONG)0 - (constant_time_eq_int(i,0)&1); in MOD_EXP_CTIME_COPY_FROM_PREBUF()
563 y1 = (BN_ULONG)0 - (constant_time_eq_int(i,1)&1); in MOD_EXP_CTIME_COPY_FROM_PREBUF()
564 y2 = (BN_ULONG)0 - (constant_time_eq_int(i,2)&1); in MOD_EXP_CTIME_COPY_FROM_PREBUF()
565 y3 = (BN_ULONG)0 - (constant_time_eq_int(i,3)&1); in MOD_EXP_CTIME_COPY_FROM_PREBUF()
575 & ((BN_ULONG)0 - (constant_time_eq_int(j,idx)&1)); in MOD_EXP_CTIME_COPY_FROM_PREBUF()
/third_party/node/deps/openssl/openssl/crypto/err/
H A Derr.c948 clear = constant_time_select_int(constant_time_eq_int(clear, 0), in err_clear_last_constant_time()
/third_party/openssl/crypto/err/
H A Derr.c948 clear = constant_time_select_int(constant_time_eq_int(clear, 0), in err_clear_last_constant_time()

Completed in 13 milliseconds