Home
last modified time | relevance | path

Searched refs:mbedtls_gcm_update_ad (Results 1 – 8 of 8) sorted by relevance

/third_party/mbedtls/tests/suites/
Dtest_suite_gcm.function30 TEST_EQUAL( 0, mbedtls_gcm_update_ad( ctx, add->x, n1_add ) );
31 TEST_EQUAL( 0, mbedtls_gcm_update_ad( ctx, add->x + n1_add, n2_add ) );
85 TEST_EQUAL( 0, mbedtls_gcm_update_ad( ctx, NULL, 0 ) );
120 TEST_EQUAL( 0, mbedtls_gcm_update_ad( ctx, add->x, add->len ) );
/third_party/mbedtls/include/mbedtls/
Dgcm.h259 int mbedtls_gcm_update_ad( mbedtls_gcm_context *ctx,
/third_party/mbedtls/library/
Dgcm.c331 int mbedtls_gcm_update_ad( mbedtls_gcm_context *ctx, in mbedtls_gcm_update_ad() function
593 if( ( ret = mbedtls_gcm_update_ad( ctx, add, add_len ) ) != 0 ) in mbedtls_gcm_crypt_and_tag()
1013 ret = mbedtls_gcm_update_ad( &ctx, in mbedtls_gcm_self_test()
1086 ret = mbedtls_gcm_update_ad( &ctx, in mbedtls_gcm_self_test()
Dpsa_crypto_aead.c492 mbedtls_gcm_update_ad( &operation->ctx.gcm, input, input_length ) ); in mbedtls_psa_aead_update_ad()
Dcipher.c483 return( mbedtls_gcm_update_ad( (mbedtls_gcm_context *) ctx->cipher_ctx, in mbedtls_cipher_update_ad()
/third_party/libwebsockets/lib/tls/mbedtls/
Dlws-genaes.c406 n = mbedtls_gcm_update_ad(&ctx->u.ctx_gcm, in lws_genaes_crypt()
/third_party/mbedtls/docs/
D3.0-migration-guide.md217 …now only sets the mode and the nonce (IV). Call the new function `mbedtls_gcm_update_ad()` to pass…
227 …s()` now only sets the mode and the nonce (IV). The new function `mbedtls_gcm_update_ad()` receive…
/third_party/mbedtls/
DChangeLog247 new function mbedtls_gcm_update_ad().
465 multiple calls to mbedtls_gcm_update_ad().