Home
last modified time | relevance | path

Searched refs:constant_time_is_zero_8 (Results 1 – 3 of 3) sorted by relevance

/openssl-master/crypto/rsa/
A Drsa_pk1.c331 good &= ~constant_time_is_zero_8(from[i]); in ossl_rsa_padding_check_PKCS1_type_2_TLS()
332 good &= constant_time_is_zero_8(from[flen - SSL_MAX_MASTER_KEY_LENGTH - 1]); in ossl_rsa_padding_check_PKCS1_type_2_TLS()
/openssl-master/include/internal/
A Dconstant_time.h58 static ossl_inline unsigned char constant_time_is_zero_8(unsigned int a);
175 static ossl_inline unsigned char constant_time_is_zero_8(unsigned int a) in constant_time_is_zero_8() function
/openssl-master/test/
A Dconstant_time_test.c128 if (a == 0 && !TEST_uint_eq(constant_time_is_zero_8(a), CONSTTIME_TRUE_8)) in test_is_zero_8()
130 if (a != 0 && !TEST_uint_eq(constant_time_is_zero_8(a), CONSTTIME_FALSE_8)) in test_is_zero_8()

Completed in 6 milliseconds