Searched refs:chachapoly (Results 1 – 8 of 8) sorted by relevance
/mbedtls-3.5.0/library/ |
D | psa_crypto_aead.c | 110 mbedtls_chachapoly_init(&operation->ctx.chachapoly); in psa_aead_setup() 112 mbedtls_chachapoly_setkey(&operation->ctx.chachapoly, in psa_aead_setup() 192 mbedtls_chachapoly_encrypt_and_tag(&operation.ctx.chachapoly, in mbedtls_psa_aead_encrypt() 303 mbedtls_chachapoly_auth_decrypt(&operation.ctx.chachapoly, in mbedtls_psa_aead_decrypt() 417 mbedtls_chachapoly_starts(&operation->ctx.chachapoly, in mbedtls_psa_aead_set_nonce() 482 mbedtls_chachapoly_update_aad(&operation->ctx.chachapoly, in mbedtls_psa_aead_update_ad() 542 mbedtls_chachapoly_update(&operation->ctx.chachapoly, in mbedtls_psa_aead_update() 613 mbedtls_chachapoly_finish(&operation->ctx.chachapoly, in mbedtls_psa_aead_finish() 655 mbedtls_chachapoly_free(&operation->ctx.chachapoly); in mbedtls_psa_aead_abort()
|
D | Makefile | 93 chachapoly.o \
|
D | CMakeLists.txt | 28 chachapoly.c
|
/mbedtls-3.5.0/programs/test/ |
D | benchmark.c | 510 aes_cbc, aes_gcm, aes_ccm, aes_xts, chachapoly, member 569 todo.chachapoly = 1; in main() 774 if (todo.chachapoly) { in main() 775 mbedtls_chachapoly_context chachapoly; in main() local 777 mbedtls_chachapoly_init(&chachapoly); in main() 783 mbedtls_chachapoly_setkey(&chachapoly, tmp); in main() 786 mbedtls_chachapoly_encrypt_and_tag(&chachapoly, in main() 789 mbedtls_chachapoly_free(&chachapoly); in main()
|
/mbedtls-3.5.0/include/psa/ |
D | crypto_builtin_composites.h | 101 mbedtls_chachapoly_context MBEDTLS_PRIVATE(chachapoly);
|
/mbedtls-3.5.0/tests/suites/ |
D | test_suite_chachapoly.function | 2 #include "mbedtls/chachapoly.h"
|
/mbedtls-3.5.0/scripts/data_files/ |
D | query_config.fmt | 43 #include "mbedtls/chachapoly.h"
|
/mbedtls-3.5.0/tests/scripts/ |
D | all.sh | 2786 not grep mbedtls_chachapoly library/chachapoly.o
|