Home
last modified time | relevance | path

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

/mbedtls-latest/tests/suites/
Dtest_suite_chachapoly.function39 mbedtls_chachapoly_free(&ctx);
75 mbedtls_chachapoly_free(&ctx);
155 mbedtls_chachapoly_free(&ctx);
/mbedtls-latest/library/
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()
Dpsa_crypto_aead.c639 mbedtls_chachapoly_free(&operation->ctx.chachapoly); in mbedtls_psa_aead_abort()
Dcipher_wrap.c2007 mbedtls_chachapoly_free((mbedtls_chachapoly_context *) ctx); in chachapoly_ctx_free()
/mbedtls-latest/include/mbedtls/
Dchachapoly.h113 void mbedtls_chachapoly_free(mbedtls_chachapoly_context *ctx);
/mbedtls-latest/programs/test/
Dbenchmark.c881 mbedtls_chachapoly_free(&chachapoly); in main()