Searched refs:mbedtls_gcm_update (Results 1 – 5 of 5) sorted by relevance
/net-tools-3.5.0/mbedtls-2.4.0/library/ |
D | gcm.c | 347 int mbedtls_gcm_update( mbedtls_gcm_context *ctx, in mbedtls_gcm_update() function 458 if( ( ret = mbedtls_gcm_update( ctx, length, input, output ) ) != 0 ) in mbedtls_gcm_crypt_and_tag() 827 ret = mbedtls_gcm_update( &ctx, 32, pt[pt_index[i]], buf ); in mbedtls_gcm_self_test() 836 ret = mbedtls_gcm_update( &ctx, rest_len, pt[pt_index[i]] + 32, in mbedtls_gcm_self_test() 848 ret = mbedtls_gcm_update( &ctx, pt_len[i], pt[pt_index[i]], buf ); in mbedtls_gcm_self_test() 894 ret = mbedtls_gcm_update( &ctx, 32, ct[j * 6 + i], buf ); in mbedtls_gcm_self_test() 903 ret = mbedtls_gcm_update( &ctx, rest_len, ct[j * 6 + i] + 32, in mbedtls_gcm_self_test() 915 ret = mbedtls_gcm_update( &ctx, pt_len[i], ct[j * 6 + i], buf ); in mbedtls_gcm_self_test()
|
D | cipher.c | 304 return mbedtls_gcm_update( (mbedtls_gcm_context *) ctx->cipher_ctx, ilen, input, in mbedtls_cipher_update()
|
/net-tools-3.5.0/mbedtls-2.4.0/include/mbedtls/ |
D | gcm.h | 182 int mbedtls_gcm_update( mbedtls_gcm_context *ctx,
|
D | compat-1.3.h | 2006 #define gcm_update mbedtls_gcm_update
|
/net-tools-3.5.0/mbedtls-2.4.0/scripts/data_files/ |
D | rename-1.3-2.0.txt | 1550 gcm_update mbedtls_gcm_update
|