Searched refs:plaintexts (Results 1 – 2 of 2) sorted by relevance
256 uint8_t** plaintexts = in gsec_test_multiple_random_encrypt_decrypt() local286 plaintexts[ind] = static_cast<uint8_t*>(gpr_malloc(plaintext_lengths[ind])); in gsec_test_multiple_random_encrypt_decrypt()290 plaintexts[ind], plaintext_lengths[ind], in gsec_test_multiple_random_encrypt_decrypt()294 GPR_ASSERT(memcmp(messages[ind], plaintexts[ind], message_length) == 0); in gsec_test_multiple_random_encrypt_decrypt()372 gpr_free(plaintexts[ind]); in gsec_test_multiple_random_encrypt_decrypt()382 gpr_free(plaintexts); in gsec_test_multiple_random_encrypt_decrypt()