Searched refs:mbedtls_poly1305_update (Results 1 - 3 of 3) sorted by relevance
/third_party/mbedtls/library/ |
H A D | chachapoly.c | 45 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 D | poly1305.c | 282 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 D | poly1305.h | 71 * \c mbedtls_poly1305_update(), then one call to 124 int mbedtls_poly1305_update(mbedtls_poly1305_context *ctx,
|
Completed in 4 milliseconds