Searched refs:chachapoly (Results 1 – 8 of 8) sorted by relevance
/mbedtls-development/library/ |
A D | psa_crypto_aead.c | 112 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 D | Makefile | 83 chachapoly.o \
|
A D | CMakeLists.txt | 24 chachapoly.c
|
/mbedtls-development/programs/test/ |
A D | benchmark.c | 538 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 D | crypto_builtin_composites.h | 106 mbedtls_chachapoly_context MBEDTLS_PRIVATE(chachapoly);
|
/mbedtls-development/tests/ |
A D | CMakeLists.txt | 170 add_test_suite(chachapoly) 175 add_test_suite(cipher cipher.chachapoly)
|
/mbedtls-development/tests/suites/ |
A D | test_suite_chachapoly.function | 2 #include "mbedtls/chachapoly.h"
|
/mbedtls-development/scripts/data_files/ |
A D | query_config.fmt | 44 #include "mbedtls/chachapoly.h"
|
Completed in 8 milliseconds