Searched refs:tag_buf (Results 1 – 2 of 2) sorted by relevance
/openthread-2.7.6/third_party/mbedtls/repo/library/ |
D | gcm.c | 780 unsigned char tag_buf[16]; in mbedtls_gcm_self_test() local 821 buf, 16, tag_buf ); in mbedtls_gcm_self_test() 827 memcmp( tag_buf, tag_test_data[j * 6 + i], 16 ) != 0 ) in mbedtls_gcm_self_test() 856 ct_test_data[j * 6 + i], buf, 16, tag_buf ); in mbedtls_gcm_self_test() 863 memcmp( tag_buf, tag_test_data[j * 6 + i], 16 ) != 0 ) in mbedtls_gcm_self_test() 918 ret = mbedtls_gcm_finish( &ctx, tag_buf, 16 ); in mbedtls_gcm_self_test() 924 memcmp( tag_buf, tag_test_data[j * 6 + i], 16 ) != 0 ) in mbedtls_gcm_self_test() 978 ret = mbedtls_gcm_finish( &ctx, tag_buf, 16 ); in mbedtls_gcm_self_test() 984 memcmp( tag_buf, tag_test_data[j * 6 + i], 16 ) != 0 ) in mbedtls_gcm_self_test()
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_cipher.function | 1157 unsigned char *tag_buf = NULL; 1411 ASSERT_ALLOC( tag_buf, tag->len ); 1413 tmp_tag = tag_buf; 1449 mbedtls_free( tag_buf );
|