Searched refs:one_index (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/rsa/ |
H A D | rsa_oaep.c | 164 int i, dblen = 0, mlen = -1, one_index = 0, msg_index; in RSA_padding_check_PKCS1_OAEP_mgf1() local 262 one_index = constant_time_select_int(~found_one_byte & equals1, in RSA_padding_check_PKCS1_OAEP_mgf1() 263 i, one_index); in RSA_padding_check_PKCS1_OAEP_mgf1() 275 msg_index = one_index + 1; in RSA_padding_check_PKCS1_OAEP_mgf1()
|
/third_party/openssl/crypto/rsa/ |
H A D | rsa_oaep.c | 164 int i, dblen = 0, mlen = -1, one_index = 0, msg_index; in RSA_padding_check_PKCS1_OAEP_mgf1() local 262 one_index = constant_time_select_int(~found_one_byte & equals1, in RSA_padding_check_PKCS1_OAEP_mgf1() 263 i, one_index); in RSA_padding_check_PKCS1_OAEP_mgf1() 275 msg_index = one_index + 1; in RSA_padding_check_PKCS1_OAEP_mgf1()
|
Completed in 2 milliseconds