Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
A Dchachapoly.c68 return( mbedtls_poly1305_update( &ctx->poly1305_ctx, in chachapoly_pad_aad()
87 return( mbedtls_poly1305_update( &ctx->poly1305_ctx, in chachapoly_pad_ciphertext()
181 return( mbedtls_poly1305_update( &ctx->poly1305_ctx, aad, aad_len ) ); in mbedtls_chachapoly_update_aad()
217 ret = mbedtls_poly1305_update( &ctx->poly1305_ctx, output, len ); in mbedtls_chachapoly_update()
223 ret = mbedtls_poly1305_update( &ctx->poly1305_ctx, input, len ); in mbedtls_chachapoly_update()
283 ret = mbedtls_poly1305_update( &ctx->poly1305_ctx, len_block, 16U ); in mbedtls_chachapoly_finish()
A Dpoly1305.c324 int mbedtls_poly1305_update( mbedtls_poly1305_context *ctx, in mbedtls_poly1305_update() function
432 ret = mbedtls_poly1305_update( &ctx, input, ilen ); in mbedtls_poly1305_mac()
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dpoly1305.h135 int mbedtls_poly1305_update( mbedtls_poly1305_context *ctx,
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dpoly1305.h135 int mbedtls_poly1305_update( mbedtls_poly1305_context *ctx,
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dpoly1305.h135 int mbedtls_poly1305_update( mbedtls_poly1305_context *ctx,
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dpoly1305.h135 int mbedtls_poly1305_update( mbedtls_poly1305_context *ctx,
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dpoly1305.h135 int mbedtls_poly1305_update( mbedtls_poly1305_context *ctx,

Completed in 7 milliseconds