Home
last modified time | relevance | path

Searched refs:mbedtls_gcm_starts (Results 1 – 7 of 7) sorted by relevance

/mbedtls-development/tests/suites/
A Dtest_suite_gcm.function28 TEST_EQUAL( 0, mbedtls_gcm_starts( ctx, mode,
80 TEST_EQUAL( 0, mbedtls_gcm_starts( ctx, mode,
119 TEST_EQUAL( 0, mbedtls_gcm_starts( ctx, mode, iv->x, iv->len ) );
147 TEST_EQUAL( 0, mbedtls_gcm_starts( ctx, mode,
446 TEST_EQUAL( 0, mbedtls_gcm_starts( &ctx, mode, iv->x, iv->len ) );
/mbedtls-development/include/mbedtls/
A Dgcm.h234 int mbedtls_gcm_starts( mbedtls_gcm_context *ctx,
/mbedtls-development/library/
A Dgcm.c248 int mbedtls_gcm_starts( mbedtls_gcm_context *ctx, in mbedtls_gcm_starts() function
588 if( ( ret = mbedtls_gcm_starts( ctx, mode, iv, iv_len ) ) != 0 ) in mbedtls_gcm_crypt_and_tag()
1005 ret = mbedtls_gcm_starts( &ctx, MBEDTLS_GCM_ENCRYPT, in mbedtls_gcm_self_test()
1079 ret = mbedtls_gcm_starts( &ctx, MBEDTLS_GCM_DECRYPT, in mbedtls_gcm_self_test()
A Dpsa_crypto_aead.c404 mbedtls_gcm_starts( &operation->ctx.gcm, in mbedtls_psa_aead_set_nonce()
A Dcipher.c421 return( mbedtls_gcm_starts( (mbedtls_gcm_context *) ctx->cipher_ctx, in mbedtls_cipher_set_iv()
/mbedtls-development/docs/
A D3.0-migration-guide.md217 * `mbedtls_gcm_starts()` now only sets the mode and the nonce (IV). Call the new function `mbedtls_…
227 * `mbedtls_gcm_starts()` now only sets the mode and the nonce (IV). The new function `mbedtls_gcm_u…
/mbedtls-development/
A DChangeLog67 no longer pass the associated data to mbedtls_gcm_starts(), but to the

Completed in 16 milliseconds