Searched refs:ct_test_data (Results 1 – 1 of 1) sorted by relevance
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | gcm.c | 627 static const unsigned char ct_test_data[MAX_TESTS * 3][64] = variable 834 if ( memcmp( buf, ct_test_data[j * 6 + i], in mbedtls_gcm_self_test() 865 ct_test_data[j * 6 + i], buf, 16, tag_buf ); in mbedtls_gcm_self_test() 931 if( memcmp( buf, ct_test_data[j * 6 + i], in mbedtls_gcm_self_test() 967 ret = mbedtls_gcm_update( &ctx, 32, ct_test_data[j * 6 + i], in mbedtls_gcm_self_test() 973 ct_test_data[j * 6 + i] + 32, in mbedtls_gcm_self_test() 981 ct_test_data[j * 6 + i], in mbedtls_gcm_self_test()
|
Completed in 4 milliseconds