Searched refs:cbc (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-9.3-release/tools/regression/ipsec/
H A Dipsec6.t27 des-cbc:12345678 \
28 3des-cbc:012345678901234567890123 \
29 blowfish-cbc:0123456789012345 \
30 blowfish-cbc:01234567890123456789 \
31 blowfish-cbc:012345678901234567890123 \
32 blowfish-cbc:0123456789012345678901234567 \
33 blowfish-cbc:01234567890123456789012345678901 \
34 blowfish-cbc:012345678901234567890123456789012345 \
35 blowfish-cbc:0123456789012345678901234567890123456789 \
36 blowfish-cbc
[all...]
H A Dipsec.t27 des-cbc:12345678 \
28 3des-cbc:012345678901234567890123 \
29 blowfish-cbc:0123456789012345 \
30 blowfish-cbc:01234567890123456789 \
31 blowfish-cbc:012345678901234567890123 \
32 blowfish-cbc:0123456789012345678901234567 \
33 blowfish-cbc:01234567890123456789012345678901 \
34 blowfish-cbc:012345678901234567890123456789012345 \
35 blowfish-cbc:0123456789012345678901234567890123456789 \
36 blowfish-cbc
[all...]
/freebsd-9.3-release/tools/regression/geom_eli/
H A Dinit-a.t14 aes-cbc:0 aes-cbc:128 aes-cbc:192 aes-cbc:256 \
16 3des-cbc:0 3des-cbc:192 \
20 blowfish-cbc:0 blowfish-cbc:128 blowfish-cbc:160 blowfish-cbc
[all...]
H A Dinit.t14 aes-cbc:0 aes-cbc:128 aes-cbc:192 aes-cbc:256 \
16 3des-cbc:0 3des-cbc:192 \
20 blowfish-cbc:0 blowfish-cbc:128 blowfish-cbc:160 blowfish-cbc
[all...]
H A Donetime-a.t13 aes-cbc:0 aes-cbc:128 aes-cbc:192 aes-cbc:256 \
15 3des-cbc:0 3des-cbc:192 \
19 blowfish-cbc:0 blowfish-cbc:128 blowfish-cbc:160 blowfish-cbc
[all...]
H A Donetime.t13 aes-cbc:0 aes-cbc:128 aes-cbc:192 aes-cbc:256 \
15 3des-cbc:0 3des-cbc:192 \
19 blowfish-cbc:0 blowfish-cbc:128 blowfish-cbc:160 blowfish-cbc
[all...]
H A Dintegrity-data.t15 aes-cbc:0 aes-cbc:128 aes-cbc:192 aes-cbc:256 \
17 3des-cbc:0 3des-cbc:192 \
21 blowfish-cbc:0 blowfish-cbc:128 blowfish-cbc:160 blowfish-cbc
[all...]
H A Dintegrity-hmac.t15 aes-cbc:0 aes-cbc:128 aes-cbc:192 aes-cbc:256 \
17 3des-cbc:0 3des-cbc:192 \
21 blowfish-cbc:0 blowfish-cbc:128 blowfish-cbc:160 blowfish-cbc
[all...]
H A Dintegrity-copy.t15 aes-cbc:0 aes-cbc:128 aes-cbc:192 aes-cbc:256 \
17 3des-cbc:0 3des-cbc:192 \
21 blowfish-cbc:0 blowfish-cbc:128 blowfish-cbc:160 blowfish-cbc
[all...]
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Daes-cbc.c33 u8 cbc[AES_BLOCK_SIZE]; local
40 os_memcpy(cbc, iv, AES_BLOCK_SIZE);
45 cbc[j] ^= pos[j];
46 aes_encrypt(ctx, cbc, cbc);
47 os_memcpy(pos, cbc, AES_BLOCK_SIZE);
66 u8 cbc[AES_BLOCK_SIZE], tmp[AES_BLOCK_SIZE]; local
73 os_memcpy(cbc, iv, AES_BLOCK_SIZE);
80 pos[j] ^= cbc[j];
81 os_memcpy(cbc, tm
[all...]
H A Daes-omac1.c52 u8 cbc[AES_BLOCK_SIZE], pad[AES_BLOCK_SIZE]; local
59 os_memset(cbc, 0, AES_BLOCK_SIZE);
72 cbc[i] ^= *pos++;
80 aes_encrypt(ctx, cbc, cbc);
90 cbc[i] ^= *pos++;
97 cbc[left] ^= 0x80;
102 pad[i] ^= cbc[i];
H A Dcrypto_internal-cipher.c32 u8 cbc[32]; member in struct:crypto_cipher::__anon4318::__anon4320
39 u8 cbc[8]; member in struct:crypto_cipher::__anon4318::__anon4321
44 u8 cbc[8]; member in struct:crypto_cipher::__anon4318::__anon4322
72 if (key_len > sizeof(ctx->u.aes.cbc)) {
88 os_memcpy(ctx->u.aes.cbc, iv, ctx->u.aes.block_size);
96 os_memcpy(ctx->u.des3.cbc, iv, 8);
104 os_memcpy(ctx->u.des.cbc, iv, 8);
134 ctx->u.aes.cbc[j] ^= plain[j];
135 aes_encrypt(ctx->u.aes.ctx_enc, ctx->u.aes.cbc,
136 ctx->u.aes.cbc);
[all...]
H A DMakefile17 aes-cbc.o \
H A Dcrypto_libtomcrypt.c293 symmetric_CBC cbc; member in union:crypto_cipher::__anon4325
344 res = cbc_start(idx, iv, key, key_len, 0, &ctx->u.cbc);
370 res = cbc_encrypt(plain, crypt, len, &ctx->u.cbc);
394 res = cbc_decrypt(crypt, plain, len, &ctx->u.cbc);
408 cbc_done(&ctx->u.cbc);
/freebsd-9.3-release/crypto/openssh/regress/
H A Dconch-ciphers.sh13 for c in aes256-ctr aes256-cbc aes192-ctr aes192-cbc aes128-ctr aes128-cbc \
14 cast128-cbc blowfish 3des-cbc ; do
H A Ddhgex.sh49 #check 2048 3des-cbc
51 check 3072 arcfour blowfish-cbc
54 check 8192 rijndael-cbc@lysator.liu.se chacha20-poly1305@openssh.com
/freebsd-9.3-release/bin/ed/
H A DMakefile6 SRCS= buf.c cbc.c glbl.c io.c main.c re.c sub.c undo.c
/freebsd-9.3-release/crypto/openssl/crypto/rc5/
H A DMakefile48 r586-elf.s: asm/rc5-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
51 r586-cof.s: asm/rc5-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
54 r586-out.s: asm/rc5-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
/freebsd-9.3-release/crypto/openssl/crypto/rc5/asm/
H A Drc5-586.pl5 require "cbc.pl";
21 &cbc("RC5_32_cbc_encrypt","RC5_32_encrypt","RC5_32_decrypt",0,4,5,3,-1,-1);
/freebsd-9.3-release/crypto/openssl/crypto/bf/
H A DMakefile48 bx86-elf.s: asm/bf-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
51 bx86-cof.s: asm/bf-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
54 bx86-out.s: asm/bf-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
/freebsd-9.3-release/crypto/openssl/crypto/cast/
H A DMakefile46 cx86-elf.s: asm/cast-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
49 cx86-cof.s: asm/cast-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
52 cx86-out.s: asm/cast-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
/freebsd-9.3-release/crypto/openssl/crypto/bf/asm/
H A Dbf-686.pl5 require "cbc.pl";
21 &cbc("BF_cbc_encrypt","BF_encrypt","BF_decrypt",1,4,5,3,-1,-1);
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A DFILES036 ede_enc.c - des_ede3_cbc_encrypt() cbc mode des using triple DES.
/freebsd-9.3-release/crypto/openssl/crypto/des/asm/
H A Ddes-586.pl9 require "cbc.pl";
27 &cbc("DES_ncbc_encrypt","DES_encrypt1","DES_encrypt1",0,4,5,3,5,-1);
28 &cbc("DES_ede3_cbc_encrypt","DES_encrypt3","DES_decrypt3",0,6,7,3,4,5);
/freebsd-9.3-release/crypto/openssl/crypto/evp/
H A Devp_locl.h125 BLOCK_CIPHER_def1(cname, cbc, cbc, CBC, kstruct, nid, block_size, key_len, \

Completed in 133 milliseconds

12