Home
last modified time | relevance | path

Searched refs:mbedtls_chacha20_starts (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dchacha20.h115 int mbedtls_chacha20_starts(mbedtls_chacha20_context *ctx,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dchacha20.c181 int mbedtls_chacha20_starts(mbedtls_chacha20_context *ctx, in mbedtls_chacha20_starts() function
262 ret = mbedtls_chacha20_starts(&ctx, nonce, counter); in mbedtls_chacha20_crypt()
H A Dchachapoly.c112 ret = mbedtls_chacha20_starts(&ctx->chacha20_ctx, nonce, 0U); in mbedtls_chachapoly_starts()
H A Dcipher.c495 if (0 != mbedtls_chacha20_starts((mbedtls_chacha20_context *) ctx->cipher_ctx, in mbedtls_cipher_set_iv()