Searched refs:mbedtls_gcm_update (Results 1 – 6 of 6) sorted by relevance
/openthread-2.7.6/third_party/mbedtls/repo/library/ |
D | gcm.c | 358 int mbedtls_gcm_update( mbedtls_gcm_context *ctx, in mbedtls_gcm_update() function 486 if( ( ret = mbedtls_gcm_update( ctx, length, input, output ) ) != 0 ) in mbedtls_gcm_crypt_and_tag() 897 ret = mbedtls_gcm_update( &ctx, 32, in mbedtls_gcm_self_test() 903 ret = mbedtls_gcm_update( &ctx, rest_len, in mbedtls_gcm_self_test() 911 ret = mbedtls_gcm_update( &ctx, pt_len_test_data[i], in mbedtls_gcm_self_test() 958 ret = mbedtls_gcm_update( &ctx, 32, ct_test_data[j * 6 + i], in mbedtls_gcm_self_test() 963 ret = mbedtls_gcm_update( &ctx, rest_len, in mbedtls_gcm_self_test() 971 ret = mbedtls_gcm_update( &ctx, pt_len_test_data[i], in mbedtls_gcm_self_test()
|
D | cipher.c | 549 return( mbedtls_gcm_update( (mbedtls_gcm_context *) ctx->cipher_ctx, ilen, input, in mbedtls_cipher_update()
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_gcm.function | 243 /* mbedtls_gcm_update() */ 246 mbedtls_gcm_update( NULL, valid_len, 250 mbedtls_gcm_update( &ctx, valid_len, 254 mbedtls_gcm_update( &ctx, valid_len,
|
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/ |
D | gcm.h | 273 int mbedtls_gcm_update( mbedtls_gcm_context *ctx,
|
D | compat-1.3.h | 1962 #define gcm_update mbedtls_gcm_update
|
/openthread-2.7.6/third_party/mbedtls/repo/scripts/data_files/ |
D | rename-1.3-2.0.txt | 1550 gcm_update mbedtls_gcm_update
|