Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/mbedtls/
H A Dgcm.c387 int mbedtls_gcm_update( mbedtls_gcm_context *ctx, in mbedtls_gcm_update() function
515 if( ( ret = mbedtls_gcm_update( ctx, length, input, output ) ) != 0 ) in mbedtls_gcm_crypt_and_tag()
914 ret = mbedtls_gcm_update( &ctx, 32, pt[pt_index[i]], buf ); in mbedtls_gcm_self_test()
918 ret = mbedtls_gcm_update( &ctx, rest_len, pt[pt_index[i]] + 32, in mbedtls_gcm_self_test()
925 ret = mbedtls_gcm_update( &ctx, pt_len[i], pt[pt_index[i]], buf ); in mbedtls_gcm_self_test()
966 ret = mbedtls_gcm_update( &ctx, 32, ct[j * 6 + i], buf ); in mbedtls_gcm_self_test()
970 ret = mbedtls_gcm_update( &ctx, rest_len, ct[j * 6 + i] + 32, in mbedtls_gcm_self_test()
977 ret = mbedtls_gcm_update( &ctx, pt_len[i], ct[j * 6 + i], in mbedtls_gcm_self_test()
H A Dcipher.c414 return( mbedtls_gcm_update( (mbedtls_gcm_context *) ctx->cipher_ctx, ilen, input, in mbedtls_cipher_update()
/reactos/sdk/include/reactos/libs/mbedtls/
H A Dgcm.h300 int mbedtls_gcm_update( mbedtls_gcm_context *ctx,
H A Dcompat-1.3.h1989 #define gcm_update mbedtls_gcm_update