Home
last modified time | relevance | path

Searched refs:fixed_pt (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/test/
H A Devp_extra_test.c7020 static const unsigned char fixed_pt[] = "THE QUICK BROWN FOX JUMPS OVER LAZY!!"; in test_aead_oneshot_roundtrip() local
7024 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()