Searched refs:one_index (Results 1 – 3 of 3) sorted by relevance
185 one_index = mask_str.find('1')196 if one_index != -1:198 test_bid = self.test_bid_int ^ (1 << one_index)219 one_index = flag_str_pad_rev.find('1')232 if one_index != -1:233 test_flags = self.test_flags ^ (1 << one_index)
84 int one_index = 0; in ReshapeToTranspose() local88 perm.push_back(one_indices[one_index]); in ReshapeToTranspose()89 one_index++; in ReshapeToTranspose()
446 size_t one_index = 0; in RSA_padding_check_PKCS1_OAEP_mgf1() local450 one_index = in RSA_padding_check_PKCS1_OAEP_mgf1()451 constant_time_select_w(looking_for_one_byte & equals1, i, one_index); in RSA_padding_check_PKCS1_OAEP_mgf1()463 one_index++; in RSA_padding_check_PKCS1_OAEP_mgf1()464 size_t mlen = dblen - one_index; in RSA_padding_check_PKCS1_OAEP_mgf1()470 OPENSSL_memcpy(out, db + one_index, mlen); in RSA_padding_check_PKCS1_OAEP_mgf1()