Home
last modified time | relevance | path

Searched refs:CFB (Results 1 – 25 of 43) sorted by relevance

12

/freebsd-11-stable/crypto/openssl/crypto/evp/
HDevptests.txt96 # We don't support CFB{1,8}-AESxxx.{En,De}crypt
98 # AES-bits-CFB:key:IV/ciphertext':plaintext:ciphertext:encdec
100 AES-128-CFB:2B7E151628AED2A6ABF7158809CF4F3C:000102030405060708090A0B0C0D0E0F:6BC1BEE22E409F96E93D7…
101 AES-128-CFB:2B7E151628AED2A6ABF7158809CF4F3C:3B3FD92EB72DAD20333449F8E83CFB4A:AE2D8A571E03AC9C9EB76…
102 AES-128-CFB:2B7E151628AED2A6ABF7158809CF4F3C:C8A64537A0B3A93FCDE3CDAD9F1CE58B:30C81C46A35CE411E5FBC…
103 AES-128-CFB:2B7E151628AED2A6ABF7158809CF4F3C:26751F67A3CBB140B1808CF187A4F4DF:F69F2445DF4F9B17AD2B4…
105 AES-128-CFB:2B7E151628AED2A6ABF7158809CF4F3C:000102030405060708090A0B0C0D0E0F:6BC1BEE22E409F96E93D7…
106 AES-128-CFB:2B7E151628AED2A6ABF7158809CF4F3C:3B3FD92EB72DAD20333449F8E83CFB4A:AE2D8A571E03AC9C9EB76…
107 AES-128-CFB:2B7E151628AED2A6ABF7158809CF4F3C:C8A64537A0B3A93FCDE3CDAD9F1CE58B:30C81C46A35CE411E5FBC…
108 AES-128-CFB:2B7E151628AED2A6ABF7158809CF4F3C:26751F67A3CBB140B1808CF187A4F4DF:F69F2445DF4F9B17AD2B4…
[all …]
HDe_camellia.c249 BLOCK_CIPHER_generic(nid,keylen,1,16,cfb128,cfb,CFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1) \
250 BLOCK_CIPHER_generic(nid,keylen,1,16,cfb1,cfb1,CFB,flags) \
251 BLOCK_CIPHER_generic(nid,keylen,1,16,cfb8,cfb8,CFB,flags)
HDevp_locl.h159 BLOCK_CIPHER_def1(cname, cfb##cbits, cfb##cbits, CFB, kstruct, nid, 1, \
HDe_aes.c918 BLOCK_CIPHER_generic(nid,keylen,1,16,cfb128,cfb,CFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1) \
919 BLOCK_CIPHER_generic(nid,keylen,1,16,cfb1,cfb1,CFB,flags) \
920 BLOCK_CIPHER_generic(nid,keylen,1,16,cfb8,cfb8,CFB,flags) \
/freebsd-11-stable/contrib/telnet/libtelnet/
HDenc_des.c52 #define CFB 0 macro
123 fb64_init(&fb[CFB]); in cfb64_init()
124 fb[CFB].fb_feed[4] = ENCTYPE_DES_CFB64; in cfb64_init()
125 fb[CFB].streams[0].str_flagshift = SHIFT_VAL(0, CFB); in cfb64_init()
126 fb[CFB].streams[1].str_flagshift = SHIFT_VAL(1, CFB); in cfb64_init()
134 fb[CFB].streams[0].str_flagshift = SHIFT_VAL(0, OFB); in ofb64_init()
135 fb[CFB].streams[1].str_flagshift = SHIFT_VAL(1, OFB); in ofb64_init()
160 return(fb64_start(&fb[CFB], dir, server)); in cfb64_start()
237 return(fb64_is(data, cnt, &fb[CFB])); in cfb64_is()
320 return(fb64_reply(data, cnt, &fb[CFB])); in cfb64_reply()
[all …]
/freebsd-11-stable/crypto/heimdal/appl/telnet/libtelnet/
HDenc_des.c57 #define CFB 0 macro
131 fb64_init(&fb[CFB]); in cfb64_init()
132 fb[CFB].fb_feed[4] = ENCTYPE_DES_CFB64; in cfb64_init()
133 fb[CFB].streams[0].str_flagshift = SHIFT_VAL(0, CFB); in cfb64_init()
134 fb[CFB].streams[1].str_flagshift = SHIFT_VAL(1, CFB); in cfb64_init()
142 fb[CFB].streams[0].str_flagshift = SHIFT_VAL(0, OFB); in ofb64_init()
143 fb[CFB].streams[1].str_flagshift = SHIFT_VAL(1, OFB); in ofb64_init()
166 return(fb64_start(&fb[CFB], dir, server)); in cfb64_start()
247 return(fb64_is(data, cnt, &fb[CFB])); in cfb64_is()
329 return(fb64_reply(data, cnt, &fb[CFB])); in cfb64_reply()
[all …]
/freebsd-11-stable/crypto/openssl/doc/apps/
HDenc.pod228 bf-cfb Blowfish in CFB mode
235 cast5-cfb CAST5 in CFB mode
247 des-ede-cfb Two key triple DES EDE in CFB mode
253 des-ede3-cfb Three key triple DES EDE CFB mode
258 gost89 GOST 28147-89 in CFB mode (provided by ccgost engine)
263 idea-cfb IDEA in CFB mode
269 rc2-cfb 128 bit RC2 in CFB mode
281 rc5-cfb RC5 cipher in CFB mode
287 aes-[128|192|256]-cfb 128/192/256 bit AES in 128 bit CFB mode
288 aes-[128|192|256]-cfb1 128/192/256 bit AES in 1 bit CFB mode
[all …]
/freebsd-11-stable/crypto/openssl/crypto/objects/
HDobjects.txt148 : CAST5-CFB : cast5-cfb
376 : RC2-CFB : rc2-cfb
387 : RC5-CFB : rc5-cfb
411 : IDEA-CFB : idea-cfb
418 : BF-CFB : bf-cfb
632 algorithm 9 : DES-CFB : des-cfb
644 : DES-EDE-CFB : des-ede-cfb
646 : DES-EDE3-CFB : des-ede3-cfb
858 aes 4 : AES-128-CFB : aes-128-cfb
869 aes 24 : AES-192-CFB : aes-192-cfb
[all …]
/freebsd-11-stable/crypto/openssl/doc/crypto/
HDdes_modes.pod76 =head2 Cipher Feedback Mode (CFB)
88 The CFB mode produces the same ciphertext whenever the same
104 The strength of the CFB mode depends on the size of k (maximal if
HDEVP_EncryptInit.pod299 DES in CBC, ECB, CFB and OFB modes respectively.
303 Two key triple DES in CBC, ECB, CFB and OFB modes respectively.
307 Three key triple DES in CBC, ECB, CFB and OFB modes respectively.
324 IDEA encryption algorithm in CBC, ECB, CFB and OFB modes respectively.
328 RC2 encryption algorithm in CBC, ECB, CFB and OFB modes respectively. This is a variable key
340 Blowfish encryption algorithm in CBC, ECB, CFB and OFB modes respectively. This is a variable key
345 CAST encryption algorithm in CBC, ECB, CFB and OFB modes respectively. This is a variable key
350 RC5 encryption algorithm in CBC, ECB, CFB and OFB modes respectively. This is a variable key length
HDblowfish.pod74 BF_cfb64_encrypt() is the CFB mode for Blowfish with 64 bit feedback.
HDdes.pod202 implements CFB mode of DES with 64bit feedback. Why is this
/freebsd-11-stable/contrib/file/magic/Magdir/
HDmcrypt32 >4 byte 2 mode: CFB,
/freebsd-11-stable/crypto/openssl/engines/
HDe_padlock.c713 DECLARE_AES_EVP(128, cfb, CFB);
718 DECLARE_AES_EVP(192, cfb, CFB);
723 DECLARE_AES_EVP(256, cfb, CFB);
/freebsd-11-stable/crypto/openssl/engines/ccgost/
HDREADME.gost21 defined in the standard, but only CFB and CNT modes are implemented
201 Encryption with GOST 28147 CFB mode
/freebsd-11-stable/crypto/openssl/
HDNEWS314 o GOST MAC and CFB fixes.
341 o CFB cipher definition fixes.
/freebsd-11-stable/share/ctypedef/
HDzh_TW.Big5.src1561 <CJK_UNIFIED_IDEOGRAPH-7CFB>;/
3877 <CJK_UNIFIED_IDEOGRAPH-7CFB>;/
6153 <CJK_UNIFIED_IDEOGRAPH-7CFB>;/
HDzh_CN.eucCN.src2934 <CJK_UNIFIED_IDEOGRAPH-7CFB>;/
6319 <CJK_UNIFIED_IDEOGRAPH-7CFB>;/
9923 <CJK_UNIFIED_IDEOGRAPH-7CFB>;/
HDja_JP.eucJP.src3030 <CJK_UNIFIED_IDEOGRAPH-5CFB>;/
7925 <CJK_UNIFIED_IDEOGRAPH-7CFB>;/
10284 <CJK_UNIFIED_IDEOGRAPH-8CFB>;/
16077 <CJK_UNIFIED_IDEOGRAPH-5CFB>;/
20972 <CJK_UNIFIED_IDEOGRAPH-7CFB>;/
23331 <CJK_UNIFIED_IDEOGRAPH-8CFB>;/
29182 <CJK_UNIFIED_IDEOGRAPH-5CFB>;/
34077 <CJK_UNIFIED_IDEOGRAPH-7CFB>;/
36436 <CJK_UNIFIED_IDEOGRAPH-8CFB>;/
/freebsd-11-stable/crypto/openssl/doc/
HDssleay.txt82 RC4-MD5, EXP-RC4-MD5, CBC-DES-MD5, CBC3-DES-MD5, CFB-DES-NULL
1530 implements CFB mode of Blowfish with 64bit feedback.
3004 implements CFB mode of DES with 64bit feedback. Why is this
3209 Cipher Feedback Mode (CFB) (des_cfb_encrypt())
3211 - The CFB mode produces the same ciphertext whenever the same
3218 - The strength of the CFB mode depends on the size of k (maximal if
3698 implements CFB mode of IDEA with 64bit feedback.
5214 implements CFB mode of RC2 with 64bit feedback.
/freebsd-11-stable/tools/tools/locale/etc/final-maps/
HDwidths.txt4558 <CJK_UNIFIED_IDEOGRAPH-3CFB> 2
8654 <CJK_UNIFIED_IDEOGRAPH-4CFB> 2
12740 <CJK_UNIFIED_IDEOGRAPH-5CFB> 2
16836 <CJK_UNIFIED_IDEOGRAPH-6CFB> 2
20932 <CJK_UNIFIED_IDEOGRAPH-7CFB> 2
25028 <CJK_UNIFIED_IDEOGRAPH-8CFB> 2
29124 <CJK_UNIFIED_IDEOGRAPH-9CFB> 2
HDmap.GB23122352 <CJK_UNIFIED_IDEOGRAPH-5CFB> \xBE\xFE
3877 <CJK_UNIFIED_IDEOGRAPH-7CFB> \xCF\xB5
3976 <CJK_UNIFIED_IDEOGRAPH-6CFB> \xD0\xBA
HDmap.eucCN2352 <CJK_UNIFIED_IDEOGRAPH-5CFB> \xBE\xFE
3877 <CJK_UNIFIED_IDEOGRAPH-7CFB> \xCF\xB5
3976 <CJK_UNIFIED_IDEOGRAPH-6CFB> \xD0\xBA
HDmap.SJIS2279 <CJK_UNIFIED_IDEOGRAPH-7CFB> \x8c\x6e
2848 <CJK_UNIFIED_IDEOGRAPH-5CFB> \x8f\x73
7327 <CJK_UNIFIED_IDEOGRAPH-8CFB> \xe6\xd0
8275 <CJK_UNIFIED_IDEOGRAPH-6CFB> \xeb\xd8
/freebsd-11-stable/share/colldef/
HDzh_TW.UTF-8.src3140 <CJK_UNIFIED_IDEOGRAPH-7CFB> "<XFC98><X4800>";<X05>;"<X05><XC0>";<CJK_UNIFIED_IDEOGRAPH-7CFB>

12