Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dchachapoly.h113 void mbedtls_chachapoly_free(mbedtls_chachapoly_context *ctx);
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dchachapoly.c80 void mbedtls_chachapoly_free(mbedtls_chachapoly_context *ctx) in mbedtls_chachapoly_free() function
462 mbedtls_chachapoly_free(&ctx); in mbedtls_chachapoly_self_test()
H A Dpsa_crypto_aead.c639 mbedtls_chachapoly_free(&operation->ctx.chachapoly); in mbedtls_psa_aead_abort()
H A Dcipher_wrap.c2059 mbedtls_chachapoly_free((mbedtls_chachapoly_context *) ctx); in chachapoly_ctx_free()