Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dgcm.h297 int mbedtls_gcm_finish( mbedtls_gcm_context *ctx,
A Dcompat-1.3.h1957 #define gcm_finish mbedtls_gcm_finish
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dgcm.c400 int mbedtls_gcm_finish( mbedtls_gcm_context *ctx, in mbedtls_gcm_finish() function
468 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()
A Dcipher.c1133 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()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog2587 mbedtls_gcm_finish(). Found by cmiatpaar. #602

Completed in 24 milliseconds