Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dchachapoly.h126 int mbedtls_chachapoly_setkey(mbedtls_chachapoly_context *ctx,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dchachapoly.c94 int mbedtls_chachapoly_setkey(mbedtls_chachapoly_context *ctx, in mbedtls_chachapoly_setkey() function
442 ret = mbedtls_chachapoly_setkey(&ctx, test_key[i]); in mbedtls_chachapoly_self_test()
H A Dpsa_crypto_aead.c96 mbedtls_chachapoly_setkey(&operation->ctx.chachapoly, in psa_aead_setup()
H A Dcipher_wrap.c2031 if (0 != mbedtls_chachapoly_setkey((mbedtls_chachapoly_context *) ctx, key)) { in chachapoly_setkey_wrap()