Home
last modified time | relevance | path

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

/third_party/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.c282 int mbedtls_poly1305_update(mbedtls_poly1305_context *ctx, in mbedtls_poly1305_update() function
376 ret = mbedtls_poly1305_update(&ctx, input, ilen); in mbedtls_poly1305_mac()
/third_party/mbedtls/include/mbedtls/
H A Dpoly1305.h71 * \c mbedtls_poly1305_update(), then one call to
124 int mbedtls_poly1305_update(mbedtls_poly1305_context *ctx,

Completed in 4 milliseconds