Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dpoly1305.h91 int mbedtls_poly1305_starts(mbedtls_poly1305_context *ctx,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpoly1305.c242 int mbedtls_poly1305_starts(mbedtls_poly1305_context *ctx, in mbedtls_poly1305_starts() function
359 ret = mbedtls_poly1305_starts(&ctx, key); in mbedtls_poly1305_mac()
H A Dchachapoly.c129 ret = mbedtls_poly1305_starts(&ctx->poly1305_ctx, poly1305_key); in mbedtls_chachapoly_starts()