Searched refs:ct_test_data (Results 1 – 1 of 1) sorted by relevance
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | gcm.c | 606 static const unsigned char ct_test_data[MAX_TESTS * 3][64] = variable 813 if ( memcmp( buf, ct_test_data[j * 6 + i], in mbedtls_gcm_self_test() 844 ct_test_data[j * 6 + i], buf, 16, tag_buf ); in mbedtls_gcm_self_test() 910 if( memcmp( buf, ct_test_data[j * 6 + i], in mbedtls_gcm_self_test() 946 ret = mbedtls_gcm_update( &ctx, 32, ct_test_data[j * 6 + i], in mbedtls_gcm_self_test() 952 ct_test_data[j * 6 + i] + 32, in mbedtls_gcm_self_test() 960 ct_test_data[j * 6 + i], in mbedtls_gcm_self_test()
|
Completed in 4 milliseconds