Home
last modified time | relevance | path

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

/openssl/include/internal/
H A Dconstant_time.h58 static ossl_inline unsigned char constant_time_is_zero_8(unsigned int a);
216 static ossl_inline unsigned char constant_time_is_zero_8(unsigned int a) in constant_time_is_zero_8() function
/openssl/test/
H 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()
/openssl/crypto/rsa/
H A Drsa_pk1.c581 good &= ~constant_time_is_zero_8(from[i]); in ossl_rsa_padding_check_PKCS1_type_2_TLS()
582 good &= constant_time_is_zero_8(from[flen - SSL_MAX_MASTER_KEY_LENGTH - 1]); in ossl_rsa_padding_check_PKCS1_type_2_TLS()

Completed in 19 milliseconds