Home
last modified time | relevance | path

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

/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/
Dtest_suite_gcm.function257 /* mbedtls_gcm_finish() */
260 mbedtls_gcm_finish( NULL, valid_buffer, valid_len ) );
263 mbedtls_gcm_finish( &ctx, NULL, valid_len ) );
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Dgcm.h294 int mbedtls_gcm_finish( mbedtls_gcm_context *ctx,
Dcompat-1.3.h1957 #define gcm_finish mbedtls_gcm_finish
/openthread-2.7.6/third_party/mbedtls/repo/library/
Dgcm.c421 int mbedtls_gcm_finish( mbedtls_gcm_context *ctx, in mbedtls_gcm_finish() function
489 if( ( ret = mbedtls_gcm_finish( ctx, tag, tag_len ) ) != 0 ) in mbedtls_gcm_crypt_and_tag()
918 ret = mbedtls_gcm_finish( &ctx, tag_buf, 16 ); in mbedtls_gcm_self_test()
978 ret = mbedtls_gcm_finish( &ctx, tag_buf, 16 ); in mbedtls_gcm_self_test()
Dcipher.c1103 return( mbedtls_gcm_finish( (mbedtls_gcm_context *) ctx->cipher_ctx, in mbedtls_cipher_write_tag()
1154 if( 0 != ( ret = mbedtls_gcm_finish( in mbedtls_cipher_check_tag()
/openthread-2.7.6/third_party/mbedtls/repo/scripts/data_files/
Drename-1.3-2.0.txt1545 gcm_finish mbedtls_gcm_finish
/openthread-2.7.6/third_party/mbedtls/repo/
DChangeLog2061 mbedtls_gcm_finish(). Found by cmiatpaar. #602