Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/library/
A Dchachapoly.c73 return( mbedtls_poly1305_update( &ctx->poly1305_ctx, in chachapoly_pad_aad()
92 return( mbedtls_poly1305_update( &ctx->poly1305_ctx, in chachapoly_pad_ciphertext()
186 return( mbedtls_poly1305_update( &ctx->poly1305_ctx, aad, aad_len ) ); in mbedtls_chachapoly_update_aad()
222 ret = mbedtls_poly1305_update( &ctx->poly1305_ctx, output, len ); in mbedtls_chachapoly_update()
228 ret = mbedtls_poly1305_update( &ctx->poly1305_ctx, input, len ); in mbedtls_chachapoly_update()
288 ret = mbedtls_poly1305_update( &ctx->poly1305_ctx, len_block, 16U ); in mbedtls_chachapoly_finish()
A Dpoly1305.c329 int mbedtls_poly1305_update( mbedtls_poly1305_context *ctx, in mbedtls_poly1305_update() function
437 ret = mbedtls_poly1305_update( &ctx, input, ilen ); in mbedtls_poly1305_mac()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dpoly1305.h136 int mbedtls_poly1305_update( mbedtls_poly1305_context *ctx,

Completed in 5 milliseconds