Home
last modified time | relevance | path

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

/openthread-2.7.6/third_party/mbedtls/repo/library/
Dgcm.c358 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()
Dcipher.c549 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/
Dtest_suite_gcm.function243 /* 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/
Dgcm.h273 int mbedtls_gcm_update( mbedtls_gcm_context *ctx,
Dcompat-1.3.h1962 #define gcm_update mbedtls_gcm_update
/openthread-2.7.6/third_party/mbedtls/repo/scripts/data_files/
Drename-1.3-2.0.txt1550 gcm_update mbedtls_gcm_update