Searched refs:mbedtls_gcm_finish (Results 1 – 5 of 5) sorted by relevance
297 int mbedtls_gcm_finish( mbedtls_gcm_context *ctx,
1957 #define gcm_finish mbedtls_gcm_finish
400 int mbedtls_gcm_finish( mbedtls_gcm_context *ctx, in mbedtls_gcm_finish() function468 if( ( ret = mbedtls_gcm_finish( ctx, tag, tag_len ) ) != 0 ) in mbedtls_gcm_crypt_and_tag()906 ret = mbedtls_gcm_finish( &ctx, tag_buf, 16 ); in mbedtls_gcm_self_test()966 ret = mbedtls_gcm_finish( &ctx, tag_buf, 16 ); in mbedtls_gcm_self_test()
1133 return( mbedtls_gcm_finish( (mbedtls_gcm_context *) ctx->cipher_ctx, in mbedtls_cipher_write_tag()1190 if( 0 != ( ret = mbedtls_gcm_finish( in mbedtls_cipher_check_tag()
2587 mbedtls_gcm_finish(). Found by cmiatpaar. #602
Completed in 24 milliseconds