Home
last modified time | relevance | path

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

/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_gcm.function224 /* mbedtls_gcm_starts() */
227 mbedtls_gcm_starts( NULL, valid_mode,
233 mbedtls_gcm_starts( &ctx, valid_mode,
239 mbedtls_gcm_starts( &ctx, valid_mode,
/openthread-3.5.0/third_party/mbedtls/repo/include/mbedtls/
Dgcm.h244 int mbedtls_gcm_starts( mbedtls_gcm_context *ctx,
Dcompat-1.3.h1961 #define gcm_starts mbedtls_gcm_starts
/openthread-3.5.0/third_party/mbedtls/repo/library/
Dgcm.c248 int mbedtls_gcm_starts( mbedtls_gcm_context *ctx, in mbedtls_gcm_starts() function
462 if( ( ret = mbedtls_gcm_starts( ctx, mode, iv, iv_len, add, add_len ) ) != 0 ) in mbedtls_gcm_crypt_and_tag()
874 ret = mbedtls_gcm_starts( &ctx, MBEDTLS_GCM_ENCRYPT, in mbedtls_gcm_self_test()
935 ret = mbedtls_gcm_starts( &ctx, MBEDTLS_GCM_DECRYPT, in mbedtls_gcm_self_test()
Dcipher.c449 return( mbedtls_gcm_starts( (mbedtls_gcm_context *) ctx->cipher_ctx, ctx->operation, in mbedtls_cipher_update_ad()
/openthread-3.5.0/third_party/mbedtls/repo/scripts/data_files/
Drename-1.3-2.0.txt1549 gcm_starts mbedtls_gcm_starts
/openthread-3.5.0/third_party/mbedtls/repo/
DChangeLog94 * Fix a bug in mbedtls_gcm_starts() when the bit length of the iv