Home
last modified time | relevance | path

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

/net-tools-2.7.6/mbedtls-2.4.0/include/mbedtls/
Dgcm.h198 int mbedtls_gcm_finish( mbedtls_gcm_context *ctx,
Dcompat-1.3.h2001 #define gcm_finish mbedtls_gcm_finish
/net-tools-2.7.6/mbedtls-2.4.0/library/
Dgcm.c406 int mbedtls_gcm_finish( mbedtls_gcm_context *ctx, in mbedtls_gcm_finish() function
461 if( ( ret = mbedtls_gcm_finish( ctx, tag, tag_len ) ) != 0 ) in mbedtls_gcm_crypt_and_tag()
858 ret = mbedtls_gcm_finish( &ctx, tag_buf, 16 ); in mbedtls_gcm_self_test()
925 ret = mbedtls_gcm_finish( &ctx, tag_buf, 16 ); in mbedtls_gcm_self_test()
Dcipher.c764 return mbedtls_gcm_finish( (mbedtls_gcm_context *) ctx->cipher_ctx, tag, tag_len ); in mbedtls_cipher_write_tag()
789 if( 0 != ( ret = mbedtls_gcm_finish( (mbedtls_gcm_context *) ctx->cipher_ctx, in mbedtls_cipher_check_tag()
/net-tools-2.7.6/mbedtls-2.4.0/scripts/data_files/
Drename-1.3-2.0.txt1545 gcm_finish mbedtls_gcm_finish
/net-tools-2.7.6/mbedtls-2.4.0/
DChangeLog56 mbedtls_gcm_finish(). Found by cmiatpaar. #602