Home
last modified time | relevance | path

Searched refs:camellia (Results 1 – 25 of 1033) sorted by relevance

12345678910>>...42

/dports/security/dropbear/dropbear-2020.81/libtomcrypt/src/ciphers/
H A Dcamellia.c445 L ^= skey->camellia.kw[0]; in camellia_ecb_encrypt()
446 R ^= skey->camellia.kw[1]; in camellia_ecb_encrypt()
449 R ^= F(L ^ skey->camellia.k[0]); in camellia_ecb_encrypt()
501 if (skey->camellia.R == 24) { in camellia_ecb_encrypt()
525 L ^= skey->camellia.kw[3]; in camellia_ecb_encrypt()
526 R ^= skey->camellia.kw[2]; in camellia_ecb_encrypt()
539 L ^= skey->camellia.kw[3]; in camellia_ecb_decrypt()
540 R ^= skey->camellia.kw[2]; in camellia_ecb_decrypt()
543 if (skey->camellia.R == 24) { in camellia_ecb_decrypt()
620 R ^= skey->camellia.kw[1]; in camellia_ecb_decrypt()
[all …]
/dports/security/libtomcrypt/libtomcrypt-1.18.2/src/ciphers/
H A Dcamellia.c445 L ^= skey->camellia.kw[0];
446 R ^= skey->camellia.kw[1];
449 R ^= F(L ^ skey->camellia.k[0]);
501 if (skey->camellia.R == 24) {
525 L ^= skey->camellia.kw[3];
526 R ^= skey->camellia.kw[2];
539 L ^= skey->camellia.kw[3];
540 R ^= skey->camellia.kw[2];
543 if (skey->camellia.R == 24) {
620 R ^= skey->camellia.kw[1];
[all …]
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/ext/crypto/libtomcrypt/src/ciphers/
H A Dcamellia.c447 L ^= skey->camellia.kw[0]; in camellia_ecb_encrypt()
448 R ^= skey->camellia.kw[1]; in camellia_ecb_encrypt()
451 R ^= F(L ^ skey->camellia.k[0]); in camellia_ecb_encrypt()
503 if (skey->camellia.R == 24) { in camellia_ecb_encrypt()
527 L ^= skey->camellia.kw[3]; in camellia_ecb_encrypt()
528 R ^= skey->camellia.kw[2]; in camellia_ecb_encrypt()
541 L ^= skey->camellia.kw[3]; in camellia_ecb_decrypt()
542 R ^= skey->camellia.kw[2]; in camellia_ecb_decrypt()
545 if (skey->camellia.R == 24) { in camellia_ecb_decrypt()
622 R ^= skey->camellia.kw[1]; in camellia_ecb_decrypt()
[all …]
/dports/security/p5-CryptX/CryptX-0.075/src/ltc/ciphers/
H A Dcamellia.c439 L ^= skey->camellia.kw[0];
440 R ^= skey->camellia.kw[1];
443 R ^= F(L ^ skey->camellia.k[0]);
495 if (skey->camellia.R == 24) {
519 L ^= skey->camellia.kw[3];
520 R ^= skey->camellia.kw[2];
533 L ^= skey->camellia.kw[3];
534 R ^= skey->camellia.kw[2];
537 if (skey->camellia.R == 24) {
614 R ^= skey->camellia.kw[1];
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/ciphers/
H A Dcipher_camellia.c52 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 …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/ciphers/
H A Dcipher_camellia.c52 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 …]
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/ciphers/
H A Dcipher_camellia.c52 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 …]
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/ciphers/
H A Dcipher_camellia.c52 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 …]
/dports/security/openssl-devel/openssl-3.0.2/providers/implementations/ciphers/
H A Dcipher_camellia.c52 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 …]
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/providers/implementations/ciphers/
H A Dcipher_camellia.c52 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 …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/crypto/builtin/camellia/
H A DMakefile.in2 myfulldir=lib/crypto/builtin/camellia
3 mydir=lib$(S)crypto$(S)builtin$(S)camellia
11 STLIBOBJS= camellia.o
13 OBJS= $(OUTPRE)camellia.$(OBJEXT)
15 SRCS= $(srcdir)/camellia.c
27 camellia-gen: camellia-gen.o $(GEN_OBJS)
28 $(CC_LINK) -o camellia-gen camellia-gen.o $(GEN_OBJS)
30 run-camellia-gen: camellia-gen
31 ./camellia-gen > kresults.out
33 check: run-camellia-gen
[all …]
H A Ddeps4 camellia.so camellia.po $(OUTPRE)camellia.$(OBJEXT): \
5 camellia.c camellia.h
/dports/security/krb5/krb5-1.19.2/src/lib/crypto/builtin/camellia/
H A DMakefile.in2 myfulldir=lib/crypto/builtin/camellia
3 mydir=lib$(S)crypto$(S)builtin$(S)camellia
11 STLIBOBJS= camellia.o
13 OBJS= $(OUTPRE)camellia.$(OBJEXT)
15 SRCS= $(srcdir)/camellia.c
27 camellia-gen: camellia-gen.o $(GEN_OBJS)
28 $(CC_LINK) -o camellia-gen camellia-gen.o $(GEN_OBJS)
30 run-camellia-gen: camellia-gen
31 ./camellia-gen > kresults.out
33 check: run-camellia-gen
[all …]
H A Ddeps4 camellia.so camellia.po $(OUTPRE)camellia.$(OBJEXT): \
5 camellia.c camellia.h
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/mbedtls/tests/suites/
H A Dtest_suite_gcm.camellia.data1 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 …]
/dports/security/mbedtls/mbedtls-mbedtls-2.16.12/tests/suites/
H A Dtest_suite_gcm.camellia.data1 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 …]
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/tests/suites/
H A Dtest_suite_gcm.camellia.data1 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 …]
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/crypto/mbedtls/tests/suites/
H A Dtest_suite_gcm.camellia.data1 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 …]
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/tests/suites/
H A Dtest_suite_gcm.camellia.data1 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 …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/crypto/camellia/
H A Dfiles.camellia1 # $NetBSD: files.camellia,v 1.1 2011/05/05 17:38:36 drochner Exp $
3 define camellia
5 file crypto/camellia/camellia.c camellia
6 file crypto/camellia/camellia-api.c camellia
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/crypto/camellia/
H A DMakefile5 DIR= camellia
25 LIBSRC=camellia.c cmll_misc.c cmll_ecb.c cmll_cbc.c cmll_ofb.c \
28 LIBOBJ= camellia.o cmll_misc.o cmll_ecb.o cmll_cbc.o cmll_ofb.o \
33 EXHEADER= camellia.h
89 camellia.o: camellia.c camellia.h cmll_locl.h
90 cmll_cbc.o: ../../include/openssl/camellia.h ../../include/openssl/e_os2.h
92 cmll_cfb.o: ../../e_os.h ../../include/openssl/camellia.h
95 cmll_ctr.o: ../../include/openssl/camellia.h ../../include/openssl/e_os2.h
97 cmll_ecb.o: ../../include/openssl/camellia.h ../../include/openssl/e_os2.h
99 cmll_misc.o: ../../include/openssl/camellia.h ../../include/openssl/e_os2.h
[all …]
/dports/security/openssl-legacy-static/openssl-1.0.2u/crypto/camellia/
H A DMakefile5 DIR= camellia
14 CMLL_ENC= camellia.o cmll_misc.o cmll_cbc.o
25 LIBSRC=camellia.c cmll_misc.c cmll_ecb.c cmll_cbc.c cmll_ofb.c \
32 EXHEADER= camellia.h
93 camellia.o: ../../include/openssl/opensslconf.h camellia.c camellia.h
94 camellia.o: cmll_locl.h
95 cmll_cbc.o: ../../include/openssl/camellia.h ../../include/openssl/modes.h
97 cmll_cfb.o: ../../include/openssl/camellia.h ../../include/openssl/modes.h
99 cmll_ctr.o: ../../include/openssl/camellia.h ../../include/openssl/modes.h
101 cmll_ecb.o: ../../include/openssl/camellia.h
[all …]
/dports/security/openssl-unsafe/openssl-c9ba19c/crypto/camellia/
H A DMakefile5 DIR= camellia
14 CMLL_ENC= camellia.o cmll_misc.o cmll_cbc.o
25 LIBSRC=camellia.c cmll_misc.c cmll_ecb.c cmll_cbc.c cmll_ofb.c \
32 EXHEADER= camellia.h
93 camellia.o: ../../include/openssl/opensslconf.h camellia.c camellia.h
94 camellia.o: cmll_locl.h
95 cmll_cbc.o: ../../include/openssl/camellia.h ../../include/openssl/modes.h
97 cmll_cfb.o: ../../include/openssl/camellia.h ../../include/openssl/modes.h
99 cmll_ctr.o: ../../include/openssl/camellia.h ../../include/openssl/modes.h
101 cmll_ecb.o: ../../include/openssl/camellia.h
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/crypto/crypto_tests/
H A DMakefile.in17 $(srcdir)/camellia-test.c \
33 camellia-test \
49 $(RUN_TEST) ./camellia-test > camellia-vt.txt
50 cmp camellia-vt.txt $(srcdir)/camellia-expect-vt.txt
107 camellia-test: camellia-test.$(OBJEXT) $(CRYPTO_DEPLIB)
108 $(CC_LINK) -o camellia-test camellia-test.$(OBJEXT) $(KRB5_BASE_LIBS)
145 camellia-test camellia-test.o camellia-vt.txt \
/dports/security/krb5/krb5-1.19.2/src/lib/crypto/crypto_tests/
H A DMakefile.in17 $(srcdir)/camellia-test.c \
33 camellia-test \
49 $(RUN_TEST) ./camellia-test > camellia-vt.txt
50 cmp camellia-vt.txt $(srcdir)/camellia-expect-vt.txt
107 camellia-test: camellia-test.$(OBJEXT) $(CRYPTO_DEPLIB)
108 $(CC_LINK) -o camellia-test camellia-test.$(OBJEXT) $(KRB5_BASE_LIBS)
145 camellia-test camellia-test.o camellia-vt.txt \

12345678910>>...42