Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dmodes_internal_test.c821 } gcm128_vectors[] = { variable
847 SIZED_DATA K = gcm128_vectors[idx].K; in test_gcm128()
848 SIZED_DATA IV = gcm128_vectors[idx].IV; in test_gcm128()
849 SIZED_DATA A = gcm128_vectors[idx].A; in test_gcm128()
850 SIZED_DATA P = gcm128_vectors[idx].P; in test_gcm128()
851 SIZED_DATA C = gcm128_vectors[idx].C; in test_gcm128()
852 SIZED_DATA T = gcm128_vectors[idx].T; in test_gcm128()
897 ADD_ALL_TESTS(test_gcm128, OSSL_NELEM(gcm128_vectors)); in setup_tests()