/third_party/openssl/providers/implementations/ciphers/ |
D | cipher_camellia.c | 52 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ecb, ECB, 0, 256, 128, 0, block) 54 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ecb, ECB, 0, 192, 128, 0, block) 56 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ecb, ECB, 0, 128, 128, 0, block) 58 IMPLEMENT_generic_cipher(camellia, CAMELLIA, cbc, CBC, 0, 256, 128, 128, block) 60 IMPLEMENT_generic_cipher(camellia, CAMELLIA, cbc, CBC, 0, 192, 128, 128, block) 62 IMPLEMENT_generic_cipher(camellia, CAMELLIA, cbc, CBC, 0, 128, 128, 128, block) 64 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ofb, OFB, 0, 256, 8, 128, stream) 66 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ofb, OFB, 0, 192, 8, 128, stream) 68 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ofb, OFB, 0, 128, 8, 128, stream) 70 IMPLEMENT_generic_cipher(camellia, CAMELLIA, cfb, CFB, 0, 256, 8, 128, stream) [all …]
|
D | cipher_camellia_cts.inc | 90 IMPLEMENT_cts_cipher(camellia, CAMELLIA, cbc, CBC, CTS_FLAGS, 256, 128, 128, block) 92 IMPLEMENT_cts_cipher(camellia, CAMELLIA, cbc, CBC, CTS_FLAGS, 192, 128, 128, block) 94 IMPLEMENT_cts_cipher(camellia, CAMELLIA, cbc, CBC, CTS_FLAGS, 128, 128, 128, block)
|
D | cipher_camellia_hw_t4.inc | 11 * Fujitsu SPARC64 X support for camellia modes.
|
D | build.info | 81 IF[{- !$disabled{camellia} -}]
|
/third_party/mbedtls/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"
|
/third_party/ffmpeg/tools/ |
D | crypto_bench.c | 136 static struct AVCAMELLIA *camellia; in run_lavu_camellia() local 137 if (!camellia && !(camellia = av_camellia_alloc())) in run_lavu_camellia() 139 av_camellia_init(camellia, hardcoded_key, 128); in run_lavu_camellia() 140 av_camellia_crypt(camellia, output, input, size >> 4, NULL, 0); in run_lavu_camellia() 249 CAMELLIA_KEY camellia; in run_crypto_camellia() local 252 Camellia_set_key(hardcoded_key, 128, &camellia); in run_crypto_camellia() 255 Camellia_ecb_encrypt(input + i, output + i, &camellia, 1); in run_crypto_camellia() 328 DEFINE_GCRYPT_CYPHER_WRAPPER(camellia, CAMELLIA128, ECB, 16) 393 DEFINE_MBEDCRYPTO_CYPHER_WRAPPER(camellia, camellia, CAMELLIA) 500 symmetric_key camellia; in run_tomcrypt_camellia() local [all …]
|
/third_party/openssl/crypto/objects/ |
D | objects.txt | 1453 1 2 392 200011 61 1 1 1 2 : CAMELLIA-128-CBC : camellia-128-cbc 1454 1 2 392 200011 61 1 1 1 3 : CAMELLIA-192-CBC : camellia-192-cbc 1455 1 2 392 200011 61 1 1 1 4 : CAMELLIA-256-CBC : camellia-256-cbc 1463 !Alias camellia ntt-ds 3 1 9 1465 camellia 1 : CAMELLIA-128-ECB : camellia-128-ecb 1466 !Cname camellia-128-ofb128 1467 camellia 3 : CAMELLIA-128-OFB : camellia-128-ofb 1468 !Cname camellia-128-cfb128 1469 camellia 4 : CAMELLIA-128-CFB : camellia-128-cfb 1470 camellia 6 : CAMELLIA-128-GCM : camellia-128-gcm [all …]
|
/third_party/ffmpeg/tests/fate/ |
D | libavutil.mak | 16 FATE_LIBAVUTIL += fate-camellia 17 fate-camellia: libavutil/tests/camellia$(EXESUF) 18 fate-camellia: CMD = run libavutil/tests/camellia$(EXESUF) 19 fate-camellia: CMP = null
|
/third_party/openssl/crypto/camellia/ |
D | build.info | 3 $CMLLASM=camellia.c cmll_misc.c cmll_cbc.c 7 $CMLLASM_sparcv9=camellia.c cmll_misc.c cmll_cbc.c cmllt4-sparcv9.S
|
/third_party/ltp/runtest/ |
D | net_stress.ipsec_tcp | 32 tcp4_ipsec32 tcp_ipsec.sh -p esp -a sha512 -e camellia -m transport -s 100:1000:65535:R65535 33 tcp4_ipsec33 tcp_ipsec.sh -p esp -a sha512 -e camellia -m tunnel -s 100:1000:65535:R65535 69 tcp6_ipsec32 tcp_ipsec.sh -6 -p esp -a sha512 -e camellia -m transport -s 100:1000:65535:R65535 70 tcp6_ipsec33 tcp_ipsec.sh -6 -p esp -a sha512 -e camellia -m tunnel -s 100:1000:65535:R65535 90 tcp4_ipsec_vti16 tcp_ipsec_vti.sh -p esp -a sha512 -e camellia -m tunnel -s 100:1000:65535:R65535 108 tcp6_ipsec_vti16 tcp_ipsec_vti.sh -6 -p esp -a sha512 -e camellia -m tunnel -s 100:1000:65535:R65535
|
D | net_stress.ipsec_dccp | 32 dccp4_ipsec32 dccp_ipsec.sh -p esp -a sha512 -e camellia -m transport -s 100:500:1000:R1000 33 dccp4_ipsec33 dccp_ipsec.sh -p esp -a sha512 -e camellia -m tunnel -s 100:500:1000:R1000 69 dccp6_ipsec32 dccp_ipsec.sh -6 -p esp -a sha512 -e camellia -m transport -s 100:500:1000:R1000 70 dccp6_ipsec33 dccp_ipsec.sh -6 -p esp -a sha512 -e camellia -m tunnel -s 100:500:1000:R1000 90 dccp4_ipsec_vti16 dccp_ipsec_vti.sh -p esp -a sha512 -e camellia -m tunnel -s 100:500:1000:R1000 108 dccp6_ipsec_vti16 dccp_ipsec_vti.sh -6 -p esp -a sha512 -e camellia -m tunnel -s 100:500:1000:R1000
|
D | net_stress.ipsec_udp | 32 udp4_ipsec32 udp_ipsec.sh -p esp -a sha512 -e camellia -m transport -s 100:1000:65446:R65446 33 udp4_ipsec33 udp_ipsec.sh -p esp -a sha512 -e camellia -m tunnel -s 100:1000:65426:R65426 69 udp6_ipsec32 udp_ipsec.sh -6 -p esp -a sha512 -e camellia -m transport -s 100:1000:65462:R65462 70 udp6_ipsec33 udp_ipsec.sh -6 -p esp -a sha512 -e camellia -m tunnel -s 100:1000:65527:R65527 90 udp4_ipsec_vti16 udp_ipsec_vti.sh -p esp -a sha512 -e camellia -m tunnel -s 100:1000:65426:R65426 108 udp6_ipsec_vti16 udp_ipsec_vti.sh -6 -p esp -a sha512 -e camellia -m tunnel -s 100:1000:65527:R65527
|
D | net_stress.ipsec_sctp | 32 sctp4_ipsec32 sctp_ipsec.sh -p esp -a sha512 -e camellia -m transport -s 100:1000:65535:R65535 33 sctp4_ipsec33 sctp_ipsec.sh -p esp -a sha512 -e camellia -m tunnel -s 100:1000:65535:R65535 69 sctp6_ipsec32 sctp_ipsec.sh -6 -p esp -a sha512 -e camellia -m transport -s 100:1000:65535:R65535 70 sctp6_ipsec33 sctp_ipsec.sh -6 -p esp -a sha512 -e camellia -m tunnel -s 100:1000:65535:R65535 90 sctp4_ipsec_vti16 sctp_ipsec_vti.sh -p esp -a sha512 -e camellia -m tunnel -s 100:1000:65535:R65535 108 sctp6_ipsec_vti16 sctp_ipsec_vti.sh -6 -p esp -a sha512 -e camellia -m tunnel -s 100:1000:65535:R65…
|
D | net_stress.ipsec_icmp | 89 icmp4-uni-vti06 icmp-uni-vti.sh -p esp -a sha384 -e camellia -m tunnel -S fffffffe -k 0x80000000 -s… 107 icmp6-uni-vti06 icmp-uni-vti.sh -6 -p esp -a sha512 -e camellia -m tunnel -S fffffffe -k 0x7fffffff…
|
/third_party/openssl/doc/man1/ |
D | openssl.pod | 423 =item B<camellia128>, B<camellia-128-cbc>, B<camellia-128-cfb>, B<camellia-128-ctr>, B<camellia-128… 427 =item B<camellia192>, B<camellia-192-cbc>, B<camellia-192-cfb>, B<camellia-192-ctr>, B<camellia-192… 431 =item B<camellia256>, B<camellia-256-cbc>, B<camellia-256-cfb>, B<camellia-256-ctr>, B<camellia-256…
|
D | openssl-enc.pod.in | 381 camellia-[128|192|256]-cbc 128/192/256 bit Camellia in CBC mode 382 camellia[128|192|256] Alias for camellia-[128|192|256]-cbc 383 camellia-[128|192|256]-cfb 128/192/256 bit Camellia in 128 bit CFB mode 384 camellia-[128|192|256]-cfb1 128/192/256 bit Camellia in 1 bit CFB mode 385 camellia-[128|192|256]-cfb8 128/192/256 bit Camellia in 8 bit CFB mode 386 camellia-[128|192|256]-ctr 128/192/256 bit Camellia in CTR mode 387 camellia-[128|192|256]-ecb 128/192/256 bit Camellia in ECB mode 388 camellia-[128|192|256]-ofb 128/192/256 bit Camellia in OFB mode
|
/third_party/mbedtls/programs/test/ |
D | benchmark.c | 540 aria, camellia, chacha20, member 609 todo.camellia = 1; in main() 880 if( todo.camellia ) in main() 883 mbedtls_camellia_context camellia; in main() local 884 mbedtls_camellia_init( &camellia ); in main() 891 mbedtls_camellia_setkey_enc( &camellia, tmp, keysize ); in main() 894 mbedtls_camellia_crypt_cbc( &camellia, MBEDTLS_CAMELLIA_ENCRYPT, in main() 897 mbedtls_camellia_free( &camellia ); in main()
|
/third_party/ffmpeg/libavutil/ |
D | Makefile | 18 camellia.h \ 110 camellia.o \ 216 camellia \
|
/third_party/ffmpeg/libavutil/tests/ |
D | .gitignore | 10 /camellia
|
/third_party/mbedtls/tests/ |
D | CMakeLists.txt | 167 add_test_suite(camellia) 172 add_test_suite(cipher cipher.camellia) 199 add_test_suite(gcm gcm.camellia)
|
/third_party/openssl/ |
D | BUILD.gn | 106 "${openssl_selected_platform_full_path}/crypto/camellia/cmll-x86_64.s", 155 "${openssl_selected_platform_full_path}/crypto/camellia/cmll-x86_64.s", 189 "${openssl_selected_platform_full_path}/crypto/camellia/cmll-x86_64.s", 857 "crypto/camellia/cmll_cfb.c", 858 "crypto/camellia/cmll_ctr.c", 859 "crypto/camellia/cmll_ecb.c", 860 "crypto/camellia/cmll_misc.c", 861 "crypto/camellia/cmll_ofb.c", 1455 "crypto/camellia/camellia.c", 1456 "crypto/camellia/cmll_cbc.c", [all …]
|
/third_party/elfutils/tests/ |
D | run-readelf-A.sh | 83 … div32,v8plus,vis,asi_blk_init,vis3,random,fjfmau,asi_cache_sparing,des,camellia,sha1,sha512,mont,…
|
/third_party/openssl/crypto/evp/ |
D | build.info | 58 IF[{- !$disabled{camellia} -}]
|
/third_party/openssl/crypto/ |
D | build.info | 6 siphash sm3 des aes rc2 rc4 rc5 idea aria bf cast camellia \
|