Home
last modified time | relevance | path

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

/openthread-2.7.6/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-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Dgcm.h241 int mbedtls_gcm_starts( mbedtls_gcm_context *ctx,
Dcompat-1.3.h1961 #define gcm_starts mbedtls_gcm_starts
/openthread-2.7.6/third_party/mbedtls/repo/library/
Dgcm.c271 int mbedtls_gcm_starts( mbedtls_gcm_context *ctx, in mbedtls_gcm_starts() function
483 if( ( ret = mbedtls_gcm_starts( ctx, mode, iv, iv_len, add, add_len ) ) != 0 ) in mbedtls_gcm_crypt_and_tag()
886 ret = mbedtls_gcm_starts( &ctx, MBEDTLS_GCM_ENCRYPT, in mbedtls_gcm_self_test()
947 ret = mbedtls_gcm_starts( &ctx, MBEDTLS_GCM_DECRYPT, in mbedtls_gcm_self_test()
Dcipher.c469 return( mbedtls_gcm_starts( (mbedtls_gcm_context *) ctx->cipher_ctx, ctx->operation, in mbedtls_cipher_update_ad()
/openthread-2.7.6/third_party/mbedtls/repo/scripts/data_files/
Drename-1.3-2.0.txt1549 gcm_starts mbedtls_gcm_starts