Searched refs:chachapoly (Results 1 – 8 of 8) sorted by relevance
/mbedtls-3.4.0/library/ |
D | psa_crypto_aead.c | 105 mbedtls_chachapoly_init( &operation->ctx.chachapoly ); in psa_aead_setup() 107 mbedtls_chachapoly_setkey( &operation->ctx.chachapoly, in psa_aead_setup() 192 mbedtls_chachapoly_encrypt_and_tag( &operation.ctx.chachapoly, in mbedtls_psa_aead_encrypt() 305 mbedtls_chachapoly_auth_decrypt( &operation.ctx.chachapoly, in mbedtls_psa_aead_decrypt() 422 mbedtls_chachapoly_starts( &operation->ctx.chachapoly, in mbedtls_psa_aead_set_nonce() 494 mbedtls_chachapoly_update_aad( &operation->ctx.chachapoly, in mbedtls_psa_aead_update_ad() 558 mbedtls_chachapoly_update( &operation->ctx.chachapoly, in mbedtls_psa_aead_update() 631 mbedtls_chachapoly_finish( &operation->ctx.chachapoly, in mbedtls_psa_aead_finish() 676 mbedtls_chachapoly_free( &operation->ctx.chachapoly ); in mbedtls_psa_aead_abort()
|
D | Makefile | 92 chachapoly.o \
|
D | CMakeLists.txt | 27 chachapoly.c
|
/mbedtls-3.4.0/programs/test/ |
D | benchmark.c | 515 aes_cbc, aes_gcm, aes_ccm, aes_xts, chachapoly, member 578 todo.chachapoly = 1; in main() 786 if( todo.chachapoly ) in main() 788 mbedtls_chachapoly_context chachapoly; in main() local 790 mbedtls_chachapoly_init( &chachapoly ); in main() 796 mbedtls_chachapoly_setkey( &chachapoly, tmp ); in main() 799 mbedtls_chachapoly_encrypt_and_tag( &chachapoly, in main() 802 mbedtls_chachapoly_free( &chachapoly ); in main()
|
/mbedtls-3.4.0/include/psa/ |
D | crypto_builtin_composites.h | 106 mbedtls_chachapoly_context MBEDTLS_PRIVATE(chachapoly);
|
/mbedtls-3.4.0/tests/suites/ |
D | test_suite_chachapoly.function | 2 #include "mbedtls/chachapoly.h"
|
/mbedtls-3.4.0/scripts/data_files/ |
D | query_config.fmt | 43 #include "mbedtls/chachapoly.h"
|
/mbedtls-3.4.0/tests/scripts/ |
D | all.sh | 2304 not grep mbedtls_chachapoly library/chachapoly.o
|