Searched refs:mbedtls_gcm_finish (Results 1 – 6 of 6) sorted by relevance
/net-tools-2.7.6/mbedtls-2.4.0/include/mbedtls/ |
D | gcm.h | 198 int mbedtls_gcm_finish( mbedtls_gcm_context *ctx,
|
D | compat-1.3.h | 2001 #define gcm_finish mbedtls_gcm_finish
|
/net-tools-2.7.6/mbedtls-2.4.0/library/ |
D | gcm.c | 406 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()
|
D | cipher.c | 764 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/ |
D | rename-1.3-2.0.txt | 1545 gcm_finish mbedtls_gcm_finish
|
/net-tools-2.7.6/mbedtls-2.4.0/ |
D | ChangeLog | 56 mbedtls_gcm_finish(). Found by cmiatpaar. #602
|