/third_party/node/deps/openssl/openssl/crypto/rsa/ |
D | rsa_pk1.c | 216 zero_index = constant_time_select_int(~found_zero_byte & equals0, in RSA_padding_check_PKCS1_type_2() 250 tlen = constant_time_select_int(constant_time_lt(num - RSA_PKCS1_PADDING_SIZE, tlen), in RSA_padding_check_PKCS1_type_2() 273 return constant_time_select_int(good, mlen, -1); in RSA_padding_check_PKCS1_type_2()
|
D | rsa_oaep.c | 262 one_index = constant_time_select_int(~found_one_byte & equals1, in RSA_padding_check_PKCS1_OAEP_mgf1() 293 tlen = constant_time_select_int(constant_time_lt(dblen - mdlen - 1, tlen), in RSA_padding_check_PKCS1_OAEP_mgf1() 322 return constant_time_select_int(good, mlen, -1); in RSA_padding_check_PKCS1_OAEP_mgf1()
|
D | rsa_pmeth.c | 373 ret = constant_time_select_int(constant_time_msb(ret), ret, 1); in pkey_rsa_decrypt()
|
/third_party/openssl/crypto/rsa/ |
D | rsa_pk1.c | 216 zero_index = constant_time_select_int(~found_zero_byte & equals0, in RSA_padding_check_PKCS1_type_2() 250 tlen = constant_time_select_int(constant_time_lt(num - RSA_PKCS1_PADDING_SIZE, tlen), in RSA_padding_check_PKCS1_type_2() 273 return constant_time_select_int(good, mlen, -1); in RSA_padding_check_PKCS1_type_2()
|
D | rsa_oaep.c | 262 one_index = constant_time_select_int(~found_one_byte & equals1, in RSA_padding_check_PKCS1_OAEP_mgf1() 293 tlen = constant_time_select_int(constant_time_lt(dblen - mdlen - 1, tlen), in RSA_padding_check_PKCS1_OAEP_mgf1() 322 return constant_time_select_int(good, mlen, -1); in RSA_padding_check_PKCS1_OAEP_mgf1()
|
D | rsa_pmeth.c | 373 ret = constant_time_select_int(constant_time_msb(ret), ret, 1); in pkey_rsa_decrypt()
|
/third_party/openssl/ohos_lite/include/internal/ |
D | constant_time.h | 95 static ossl_inline int constant_time_select_int(unsigned int mask, int a, 291 static ossl_inline int constant_time_select_int(unsigned int mask, int a, in constant_time_select_int() function
|
/third_party/node/deps/openssl/openssl/include/internal/ |
D | constant_time.h | 96 static ossl_inline int constant_time_select_int(unsigned int mask, int a, 297 static ossl_inline int constant_time_select_int(unsigned int mask, int a, in constant_time_select_int() function
|
/third_party/openssl/include/internal/ |
D | constant_time.h | 96 static ossl_inline int constant_time_select_int(unsigned int mask, int a, 297 static ossl_inline int constant_time_select_int(unsigned int mask, int a, in constant_time_select_int() function
|
/third_party/openssl/test/ |
D | constant_time_test.c | 212 if (!TEST_int_eq(constant_time_select_int(CONSTTIME_TRUE, a, b), a)) in test_select_int() 214 if (!TEST_int_eq(constant_time_select_int(CONSTTIME_FALSE, a, b), b)) in test_select_int()
|
/third_party/openssl/crypto/bn/ |
D | bn_lib.c | 1037 atop = constant_time_select_int(mask, j + 1, atop); in bn_correct_top_consttime() 1042 a->neg = constant_time_select_int(mask, 0, a->neg); in bn_correct_top_consttime()
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
D | bn_lib.c | 1037 atop = constant_time_select_int(mask, j + 1, atop); in bn_correct_top_consttime() 1042 a->neg = constant_time_select_int(mask, 0, a->neg); in bn_correct_top_consttime()
|
/third_party/openssl/providers/implementations/asymciphers/ |
D | rsa_enc.c | 283 ret = constant_time_select_int(constant_time_msb(ret), 0, 1); in rsa_decrypt()
|
/third_party/node/deps/openssl/openssl/providers/implementations/asymciphers/ |
D | rsa_enc.c | 283 ret = constant_time_select_int(constant_time_msb(ret), 0, 1); in rsa_decrypt()
|
/third_party/openssl/crypto/err/ |
D | err.c | 948 clear = constant_time_select_int(constant_time_eq_int(clear, 0), in err_clear_last_constant_time()
|
/third_party/node/deps/openssl/openssl/crypto/err/ |
D | err.c | 948 clear = constant_time_select_int(constant_time_eq_int(clear, 0), in err_clear_last_constant_time()
|