Home
last modified time | relevance | path

Searched refs:mbedtls_poly1305_update (Results 1 – 3 of 3) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dchachapoly.c45 return mbedtls_poly1305_update(&ctx->poly1305_ctx, in chachapoly_pad_aad()
65 return mbedtls_poly1305_update(&ctx->poly1305_ctx, in chachapoly_pad_ciphertext()
153 return mbedtls_poly1305_update(&ctx->poly1305_ctx, aad, aad_len); in mbedtls_chachapoly_update_aad()
185 ret = mbedtls_poly1305_update(&ctx->poly1305_ctx, output, len); in mbedtls_chachapoly_update()
190 ret = mbedtls_poly1305_update(&ctx->poly1305_ctx, input, len); in mbedtls_chachapoly_update()
234 ret = mbedtls_poly1305_update(&ctx->poly1305_ctx, len_block, 16U); in mbedtls_chachapoly_finish()
H A Dpoly1305.c270 int mbedtls_poly1305_update(mbedtls_poly1305_context *ctx, in mbedtls_poly1305_update() function
364 ret = mbedtls_poly1305_update(&ctx, input, ilen); in mbedtls_poly1305_mac()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dpoly1305.h112 int mbedtls_poly1305_update(mbedtls_poly1305_context *ctx,