Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dgcm.c337 int mbedtls_gcm_update( mbedtls_gcm_context *ctx, in mbedtls_gcm_update() function
465 if( ( ret = mbedtls_gcm_update( ctx, length, input, output ) ) != 0 ) in mbedtls_gcm_crypt_and_tag()
885 ret = mbedtls_gcm_update( &ctx, 32, in mbedtls_gcm_self_test()
891 ret = mbedtls_gcm_update( &ctx, rest_len, in mbedtls_gcm_self_test()
899 ret = mbedtls_gcm_update( &ctx, pt_len_test_data[i], in mbedtls_gcm_self_test()
946 ret = mbedtls_gcm_update( &ctx, 32, ct_test_data[j * 6 + i], in mbedtls_gcm_self_test()
951 ret = mbedtls_gcm_update( &ctx, rest_len, in mbedtls_gcm_self_test()
959 ret = mbedtls_gcm_update( &ctx, pt_len_test_data[i], in mbedtls_gcm_self_test()
A Dcipher.c579 return( mbedtls_gcm_update( (mbedtls_gcm_context *) ctx->cipher_ctx, ilen, input, in mbedtls_cipher_update()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dgcm.h276 int mbedtls_gcm_update( mbedtls_gcm_context *ctx,
A Dcompat-1.3.h1962 #define gcm_update mbedtls_gcm_update

Completed in 20 milliseconds