| /src/crypto/external/bsd/openssl.old/dist/crypto/rsa/ |
| rsa_ssl.c | 98 err = constant_time_select_int(good, 0, RSA_R_BLOCK_TYPE_IS_NOT_02); 107 zero_index = constant_time_select_int(~found_zero_byte & equals0, 121 err = constant_time_select_int(mask | good, err, 132 err = constant_time_select_int(mask | good, err, 147 err = constant_time_select_int(mask | good, err, RSA_R_DATA_TOO_LARGE); 159 tlen = constant_time_select_int(constant_time_lt(num - RSA_PKCS1_PADDING_SIZE, tlen), 175 return constant_time_select_int(good, mlen, -1);
|
| rsa_pk1.c | 204 zero_index = constant_time_select_int(~found_zero_byte & equals0, 238 tlen = constant_time_select_int(constant_time_lt(num - RSA_PKCS1_PADDING_SIZE, tlen), 254 return constant_time_select_int(good, mlen, -1);
|
| rsa_oaep.c | 215 one_index = constant_time_select_int(~found_one_byte & equals1, 246 tlen = constant_time_select_int(constant_time_lt(dblen - mdlen - 1, tlen), 270 return constant_time_select_int(good, mlen, -1);
|
| rsa_pmeth.c | 346 ret = constant_time_select_int(constant_time_msb(ret), ret, 1);
|
| /src/crypto/external/apache2/openssl/dist/crypto/ml_dsa/ |
| ml_dsa_key_compress.c | 48 *r0 = constant_time_select_int(mask, r0_adjusted, *r0); 50 *r1 = constant_time_select_int(mask, r1_adjusted, *r1);
|
| ml_dsa_local.h | 158 return constant_time_select_int(constant_time_lt(x, y), y, x);
|
| /src/crypto/external/apache2/openssl/dist/crypto/rsa/ |
| rsa_pk1.c | 217 zero_index = constant_time_select_int(~found_zero_byte & equals0, 251 tlen = constant_time_select_int(constant_time_lt(num - RSA_PKCS1_PADDING_SIZE, tlen), 274 return constant_time_select_int(good, mlen, -1); 460 synthetic_length = constant_time_select_int( 475 zero_index = constant_time_select_int(~found_zero_byte & equals0, 500 msg_index = constant_time_select_int(good, msg_index, synth_msg_index);
|
| rsa_oaep.c | 280 one_index = constant_time_select_int(~found_one_byte & equals1, 311 tlen = constant_time_select_int(constant_time_lt(dblen - mdlen - 1, tlen), 340 return constant_time_select_int(good, mlen, -1);
|
| rsa_pmeth.c | 391 ret = constant_time_select_int(constant_time_msb(ret), ret, 1);
|
| /src/crypto/external/bsd/openssl/dist/crypto/rsa/ |
| rsa_pk1.c | 216 zero_index = constant_time_select_int(~found_zero_byte & equals0, 250 tlen = constant_time_select_int(constant_time_lt(num - RSA_PKCS1_PADDING_SIZE, tlen), 273 return constant_time_select_int(good, mlen, -1);
|
| rsa_oaep.c | 262 one_index = constant_time_select_int(~found_one_byte & equals1, 293 tlen = constant_time_select_int(constant_time_lt(dblen - mdlen - 1, tlen), 322 return constant_time_select_int(good, mlen, -1);
|
| rsa_pmeth.c | 373 ret = constant_time_select_int(constant_time_msb(ret), ret, 1);
|
| /src/crypto/external/bsd/openssl.old/dist/include/internal/ |
| 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, function
|
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| constant_time.h | 99 static ossl_inline int constant_time_select_int(unsigned int mask, int a, 356 static ossl_inline int constant_time_select_int(unsigned int mask, int a, function
|
| /src/crypto/external/bsd/openssl/dist/include/internal/ |
| constant_time.h | 96 static ossl_inline int constant_time_select_int(unsigned int mask, int a, 320 static ossl_inline int constant_time_select_int(unsigned int mask, int a, function
|
| /src/crypto/external/apache2/openssl/dist/crypto/bn/ |
| bn_lib.c | 718 res = constant_time_select_int(constant_time_lt_bn(ap[i], bp[i]), 720 res = constant_time_select_int(constant_time_lt_bn(bp[i], ap[i]), 1057 res = constant_time_select_int(constant_time_eq_bn(ap[0], w), 1, 0); 1060 res = constant_time_select_int(constant_time_is_zero_bn(ap[i]), 1162 atop = constant_time_select_int(mask, j + 1, atop); 1167 a->neg = constant_time_select_int(mask, 0, a->neg);
|
| /src/crypto/external/bsd/openssl/dist/crypto/bn/ |
| bn_lib.c | 629 res = constant_time_select_int(constant_time_lt_bn(ap[i], bp[i]), 631 res = constant_time_select_int(constant_time_lt_bn(bp[i], ap[i]), 971 res = constant_time_select_int(constant_time_eq_bn(ap[0], w), 1, 0); 974 res = constant_time_select_int(constant_time_is_zero_bn(ap[i]), 1078 atop = constant_time_select_int(mask, j + 1, atop); 1083 a->neg = constant_time_select_int(mask, 0, a->neg);
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| constant_time_test.c | 211 if (!TEST_int_eq(constant_time_select_int(CONSTTIME_TRUE, a, b), a)) 213 if (!TEST_int_eq(constant_time_select_int(CONSTTIME_FALSE, a, b), b))
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| constant_time_test.c | 212 if (!TEST_int_eq(constant_time_select_int(CONSTTIME_TRUE, a, b), a)) 214 if (!TEST_int_eq(constant_time_select_int(CONSTTIME_FALSE, a, b), b))
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| constant_time_test.c | 212 if (!TEST_int_eq(constant_time_select_int(CONSTTIME_TRUE, a, b), a)) 214 if (!TEST_int_eq(constant_time_select_int(CONSTTIME_FALSE, a, b), b))
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/asymciphers/ |
| rsa_enc.c | 283 ret = constant_time_select_int(constant_time_msb(ret), 0, 1);
|
| /src/crypto/external/apache2/openssl/dist/crypto/err/ |
| err.c | 895 clear = constant_time_select_int(constant_time_eq_int(clear, 0),
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/asymciphers/ |
| rsa_enc.c | 314 ret = constant_time_select_int(constant_time_msb(ret), 0, 1);
|
| /src/crypto/external/bsd/openssl/dist/crypto/err/ |
| err.c | 948 clear = constant_time_select_int(constant_time_eq_int(clear, 0),
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/err/ |
| err.c | 981 clear = constant_time_select_int(constant_time_eq_int(clear, 0),
|