Home
last modified time | relevance | path

Searched refs:chachapoly (Results 1 – 8 of 8) sorted by relevance

/mbedtls-3.4.0/library/
Dpsa_crypto_aead.c105 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()
DMakefile92 chachapoly.o \
DCMakeLists.txt27 chachapoly.c
/mbedtls-3.4.0/programs/test/
Dbenchmark.c515 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/
Dcrypto_builtin_composites.h106 mbedtls_chachapoly_context MBEDTLS_PRIVATE(chachapoly);
/mbedtls-3.4.0/tests/suites/
Dtest_suite_chachapoly.function2 #include "mbedtls/chachapoly.h"
/mbedtls-3.4.0/scripts/data_files/
Dquery_config.fmt43 #include "mbedtls/chachapoly.h"
/mbedtls-3.4.0/tests/scripts/
Dall.sh2304 not grep mbedtls_chachapoly library/chachapoly.o