Searched refs:OFB (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/libtelnet/
H A Denc_des.c58 #define OFB 1 macro
140 fb64_init(&fb[OFB]);
141 fb[OFB].fb_feed[4] = ENCTYPE_DES_OFB64;
142 fb[CFB].streams[0].str_flagshift = SHIFT_VAL(0, OFB);
143 fb[CFB].streams[1].str_flagshift = SHIFT_VAL(1, OFB);
171 return(fb64_start(&fb[OFB], dir, server));
252 return(fb64_is(data, cnt, &fb[OFB]));
334 return(fb64_reply(data, cnt, &fb[OFB]));
381 fb64_session(key, server, &fb[OFB]);
424 return(fb64_keyid(dir, kp, lenp, &fb[OFB]));
[all...]
/macosx-10.10.1/libtelnet-13/
H A Denc_des.c65 #define OFB 1 macro
145 fb64_init(&fb[OFB]);
146 fb[OFB].fb_feed[4] = ENCTYPE_DES_OFB64;
147 fb[CFB].streams[0].str_flagshift = SHIFT_VAL(0, OFB);
148 fb[CFB].streams[1].str_flagshift = SHIFT_VAL(1, OFB);
179 return(fb64_start(&fb[OFB], dir, server));
256 return(fb64_is(data, cnt, &fb[OFB]));
339 return(fb64_reply(data, cnt, &fb[OFB]));
388 fb64_session(key, server, &fb[OFB]);
434 return(fb64_keyid(dir, kp, lenp, &fb[OFB]));
[all...]
/macosx-10.10.1/OpenSSL098-52/src/fips/des/
H A Dfips_desmovs.c111 else if (strncasecmp(amode, "OFB", 3) == 0)
156 char *t_mode[6] = {"CBC","ECB","OFB","CFB1","CFB8","CFB64"};
157 enum Mode {CBC, ECB, OFB, CFB1, CFB8, CFB64}; enumerator in enum:Mode
232 || imode == CBC)) || imode == OFB)
259 initial text in OFB mode, so who cares what it is? (Who
261 if(imode == OFB)
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dfips_desmovs.c111 else if (strncasecmp(amode, "OFB", 3) == 0)
156 char *t_mode[6] = {"CBC","ECB","OFB","CFB1","CFB8","CFB64"};
157 enum Mode {CBC, ECB, OFB, CFB1, CFB8, CFB64}; enumerator in enum:Mode
232 || imode == CBC)) || imode == OFB)
259 initial text in OFB mode, so who cares what it is? (Who
261 if(imode == OFB)
H A Dfips_aesavs.c153 else if (strncasecmp(amode, "OFB", 3) == 0)
227 char *t_mode[6] = {"CBC","ECB","OFB","CFB1","CFB8","CFB128"};
228 enum Mode {CBC, ECB, OFB, CFB1, CFB8, CFB128}; enumerator in enum:Mode
323 case OFB:
492 case OFB:
518 case OFB:
/macosx-10.10.1/OpenSSL098-52/src/fips/aes/
H A Dfips_aesavs.c153 else if (strncasecmp(amode, "OFB", 3) == 0)
227 char *t_mode[6] = {"CBC","ECB","OFB","CFB1","CFB8","CFB128"};
228 enum Mode {CBC, ECB, OFB, CFB1, CFB8, CFB128}; enumerator in enum:Mode
323 case OFB:
492 case OFB:
518 case OFB:
/macosx-10.10.1/OpenSSH-189/osslshim/tests/
H A Dtest_cryptor.c783 * Output Feedback Block (OFB) Mode Test Vectors.
786 MODE_KEY(OFB, 0, 16, 0x2b,0x7e,0x15,0x16,0x28,0xae,0xd2,0xa6,0xab,0xf7,0x15,0x88,0x09,0xcf,0x4f,0x3c)
787 MODE_IV(OFB, 0, 16, 0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x09,0x0a,0x0b,0x0c,0x0d,0x0e,0x0f)
788 MODE_PT(OFB, 0, 16, 0x6b,0xc1,0xbe,0xe2,0x2e,0x40,0x9f,0x96,0xe9,0x3d,0x7e,0x11,0x73,0x93,0x17,0x2a)
789 MODE_CT(OFB, 0, 16, 0x3b,0x3f,0xd9,0x2e,0xb7,0x2d,0xad,0x20,0x33,0x34,0x49,0xf8,0xe8,0x3c,0xfb,0x4a)
791 MODE_KEY(OFB, 1, 24, 0x8e,0x73,0xb0,0xf7,0xda,0x0e,0x64,0x52,0xc8,0x10,0xf3,0x2b,0x80,0x90,0x79,0xe5,
793 MODE_IV(OFB, 1, 16, 0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x09,0x0a,0x0b,0x0c,0x0d,0x0e,0x0f)
794 MODE_PT(OFB, 1, 16, 0x6b,0xc1,0xbe,0xe2,0x2e,0x40,0x9f,0x96,0xe9,0x3d,0x7e,0x11,0x73,0x93,0x17,0x2a)
795 MODE_CT(OFB, 1, 16, 0xcd,0xc8,0x0d,0x6f,0xdd,0xf1,0x8c,0xab,0x34,0xc2,0x59,0x09,0xc9,0x9a,0x41,0x74)
797 MODE_KEY(OFB,
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/evp/
H A Devp_locl.h137 BLOCK_CIPHER_def1(cname, ofb##cbits, ofb, OFB, kstruct, nid, 1, \
/macosx-10.10.1/ruby-106/ruby/test/openssl/
H A Dtest_cipher.rb113 %w(ECB CBC CFB OFB).each{|mode|
/macosx-10.10.1/OpenSSL098-52/src/crypto/engine/
H A Deng_padlock.c707 DECLARE_AES_EVP(128,ofb,OFB);
712 DECLARE_AES_EVP(192,ofb,OFB);
717 DECLARE_AES_EVP(256,ofb,OFB);
912 such as CFB and OFB... */
956 CFB and OFB... */

Completed in 411 milliseconds