Searched refs:fixed_pt (Results 1 – 1 of 1) sorted by relevance
7020 static const unsigned char fixed_pt[] = "THE QUICK BROWN FOX JUMPS OVER LAZY!!"; in test_aead_oneshot_roundtrip() local7024 size_t pt_len = sizeof(fixed_pt) - 1; in test_aead_oneshot_roundtrip()7054 fixed_pt, pt_len, ct, tag, &why)) { in test_aead_oneshot_roundtrip()7070 if (!TEST_mem_eq(pt, pt_len, fixed_pt, pt_len)) { in test_aead_oneshot_roundtrip()