Home
last modified time | relevance | path

Searched refs:found_zero_byte (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_pk1.c174 unsigned int good, found_zero_byte, mask; in RSA_padding_check_PKCS1_type_2() local
212 found_zero_byte = 0; in RSA_padding_check_PKCS1_type_2()
216 zero_index = constant_time_select_int(~found_zero_byte & equals0, in RSA_padding_check_PKCS1_type_2()
218 found_zero_byte |= equals0; in RSA_padding_check_PKCS1_type_2()
/third_party/openssl/crypto/rsa/
H A Drsa_pk1.c174 unsigned int good, found_zero_byte, mask; in RSA_padding_check_PKCS1_type_2() local
212 found_zero_byte = 0; in RSA_padding_check_PKCS1_type_2()
216 zero_index = constant_time_select_int(~found_zero_byte & equals0, in RSA_padding_check_PKCS1_type_2()
218 found_zero_byte |= equals0; in RSA_padding_check_PKCS1_type_2()

Completed in 2 milliseconds