Searched refs:mbedtls_gcm_finish (Results 1 – 7 of 7) sorted by relevance
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_gcm.function | 257 /* 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/ |
D | gcm.h | 294 int mbedtls_gcm_finish( mbedtls_gcm_context *ctx,
|
D | compat-1.3.h | 1957 #define gcm_finish mbedtls_gcm_finish
|
/openthread-2.7.6/third_party/mbedtls/repo/library/ |
D | gcm.c | 421 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()
|
D | cipher.c | 1103 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/ |
D | rename-1.3-2.0.txt | 1545 gcm_finish mbedtls_gcm_finish
|
/openthread-2.7.6/third_party/mbedtls/repo/ |
D | ChangeLog | 2061 mbedtls_gcm_finish(). Found by cmiatpaar. #602
|