Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dpsa_crypto_aead.c112 mbedtls_chachapoly_init( &operation->ctx.chachapoly ); in psa_aead_setup()
114 mbedtls_chachapoly_setkey( &operation->ctx.chachapoly, in psa_aead_setup()
204 mbedtls_chachapoly_encrypt_and_tag( &operation.ctx.chachapoly, in mbedtls_psa_aead_encrypt()
312 mbedtls_chachapoly_auth_decrypt( &operation.ctx.chachapoly, in mbedtls_psa_aead_decrypt()
426 mbedtls_chachapoly_starts( &operation->ctx.chachapoly, in mbedtls_psa_aead_set_nonce()
478 mbedtls_chachapoly_update_aad( &operation->ctx.chachapoly, in mbedtls_psa_aead_update_ad()
528 mbedtls_chachapoly_update( &operation->ctx.chachapoly, in mbedtls_psa_aead_update()
585 mbedtls_chachapoly_finish( &operation->ctx.chachapoly, in mbedtls_psa_aead_finish()
630 mbedtls_chachapoly_free( &operation->ctx.chachapoly ); in mbedtls_psa_aead_abort()
A DMakefile83 chachapoly.o \
A DCMakeLists.txt24 chachapoly.c
/mbedtls-development/programs/test/
A Dbenchmark.c538 aes_cbc, aes_gcm, aes_ccm, aes_xts, chachapoly, member
601 todo.chachapoly = 1; in main()
805 if( todo.chachapoly ) in main()
807 mbedtls_chachapoly_context chachapoly; in main() local
809 mbedtls_chachapoly_init( &chachapoly ); in main()
815 mbedtls_chachapoly_setkey( &chachapoly, tmp ); in main()
818 mbedtls_chachapoly_encrypt_and_tag( &chachapoly, in main()
821 mbedtls_chachapoly_free( &chachapoly ); in main()
/mbedtls-development/include/psa/
A Dcrypto_builtin_composites.h106 mbedtls_chachapoly_context MBEDTLS_PRIVATE(chachapoly);
/mbedtls-development/tests/
A DCMakeLists.txt170 add_test_suite(chachapoly)
175 add_test_suite(cipher cipher.chachapoly)
/mbedtls-development/tests/suites/
A Dtest_suite_chachapoly.function2 #include "mbedtls/chachapoly.h"
/mbedtls-development/scripts/data_files/
A Dquery_config.fmt44 #include "mbedtls/chachapoly.h"

Completed in 8 milliseconds