Searched refs:camellia (Results 1 – 11 of 11) sorted by relevance
/mbedtls-latest/tests/suites/ |
D | test_suite_gcm.camellia.data | 1 Camellia-GCM test vect draft-kato-ipsec-camellia-gcm #1 (128-en) 5 Camellia-GCM test vect draft-kato-ipsec-camellia-gcm #2 (128-en) 9 Camellia-GCM test vect draft-kato-ipsec-camellia-gcm #3 (128-en) 13 Camellia-GCM test vect draft-kato-ipsec-camellia-gcm #4 (128-en) 17 Camellia-GCM test vect draft-kato-ipsec-camellia-gcm #5 (128-en) 21 Camellia-GCM test vect draft-kato-ipsec-camellia-gcm #6 (128-en) 25 Camellia-GCM test vect draft-kato-ipsec-camellia-gcm #7 (192-en) 29 Camellia-GCM test vect draft-kato-ipsec-camellia-gcm #8 (192-en) 33 Camellia-GCM test vect draft-kato-ipsec-camellia-gcm #9 (192-en) 37 Camellia-GCM test vect draft-kato-ipsec-camellia-gcm #10 (192-en) [all …]
|
D | test_suite_camellia.function | 2 #include "mbedtls/camellia.h"
|
/mbedtls-latest/library/ |
D | block_cipher.c | 77 mbedtls_camellia_free(&ctx->ctx.camellia); in mbedtls_block_cipher_free() 117 mbedtls_camellia_init(&ctx->ctx.camellia); in mbedtls_block_cipher_setup() 161 return mbedtls_camellia_setkey_enc(&ctx->ctx.camellia, key, key_bitlen); in mbedtls_block_cipher_setkey() 198 return mbedtls_camellia_crypt_ecb(&ctx->ctx.camellia, in mbedtls_block_cipher_encrypt()
|
D | Makefile | 100 camellia.o \
|
D | CMakeLists.txt | 26 camellia.c
|
/mbedtls-latest/programs/test/ |
D | benchmark.c | 510 aria, camellia, chacha20, member 589 todo.camellia = 1; in main() 937 if (todo.camellia) { in main() 939 mbedtls_camellia_context camellia; in main() local 941 mbedtls_camellia_init(&camellia); in main() 947 mbedtls_camellia_setkey_enc(&camellia, tmp, keysize); in main() 950 mbedtls_camellia_crypt_cbc(&camellia, MBEDTLS_CAMELLIA_ENCRYPT, in main() 953 mbedtls_camellia_free(&camellia); in main()
|
/mbedtls-latest/include/mbedtls/ |
D | block_cipher.h | 67 mbedtls_camellia_context MBEDTLS_PRIVATE(camellia);
|
/mbedtls-latest/scripts/data_files/ |
D | query_config.fmt | 28 #include "mbedtls/camellia.h"
|
/mbedtls-latest/tests/scripts/ |
D | components-configuration-crypto.sh | 2434 not grep mbedtls_camellia library/camellia.o 2532 not grep mbedtls_camellia_ library/camellia.o 2563 not grep mbedtls_camellia_ library/camellia.o 2914 not grep mbedtls_camellia_setkey_dec library/camellia.o 3021 not grep mbedtls_camellia_setkey_dec library/camellia.o
|
/mbedtls-latest/docs/ |
D | psa-transition.md | 113 | `camellia.h` | `mbedtls_camellia_` | [Symmetric encryption](#symmetric-encryption) | 267 …re is no special API for a particular block cipher (`aes.h`, `aria.h`, `camellia.h`, `des.h`), a p…
|
/mbedtls-latest/ |
D | ChangeLog | 66 - Ciphers and modes: aes.h, aria.h, camellia.h, chacha20.h, chachapoly.h,
|