Home
last modified time | relevance | path

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

/net-tools-3.5.0/mbedtls-2.4.0/library/
Dgcm.c347 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()
Dcipher.c304 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/
Dgcm.h182 int mbedtls_gcm_update( mbedtls_gcm_context *ctx,
Dcompat-1.3.h2006 #define gcm_update mbedtls_gcm_update
/net-tools-3.5.0/mbedtls-2.4.0/scripts/data_files/
Drename-1.3-2.0.txt1550 gcm_update mbedtls_gcm_update