Home
last modified time | relevance | path

Searched refs:OFB (Results 1 – 25 of 64) sorted by relevance

123

/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpciph_camellia.txt420 # OFB-CAMELLIA128.Encrypt
421 Cipher = CAMELLIA-128-OFB
429 Cipher = CAMELLIA-128-OFB
437 Cipher = CAMELLIA-128-OFB
445 Cipher = CAMELLIA-128-OFB
454 # OFB-CAMELLIA128.Decrypt
455 Cipher = CAMELLIA-128-OFB
463 Cipher = CAMELLIA-128-OFB
471 Cipher = CAMELLIA-128-OFB
479 Cipher = CAMELLIA-128-OFB
[all …]
H A Devpciph_seed.txt248 Cipher = SEED-OFB
256 Cipher = SEED-OFB
264 Cipher = SEED-OFB
272 Cipher = SEED-OFB
280 Cipher = SEED-OFB
288 Cipher = SEED-OFB
296 Cipher = SEED-OFB
304 Cipher = SEED-OFB
312 Cipher = SEED-OFB
320 Cipher = SEED-OFB
[all …]
H A Devpciph_cast5.txt292 Cipher = CAST5-OFB
299 Cipher = CAST5-OFB
306 Cipher = CAST5-OFB
313 Cipher = CAST5-OFB
320 Cipher = CAST5-OFB
327 Cipher = CAST5-OFB
334 Cipher = CAST5-OFB
341 Cipher = CAST5-OFB
348 Cipher = CAST5-OFB
355 Cipher = CAST5-OFB
[all …]
H A Devpciph_idea.txt375 Cipher = IDEA-OFB
382 Cipher = IDEA-OFB
389 Cipher = IDEA-OFB
396 Cipher = IDEA-OFB
403 Cipher = IDEA-OFB
410 Cipher = IDEA-OFB
417 Cipher = IDEA-OFB
424 Cipher = IDEA-OFB
431 Cipher = IDEA-OFB
438 Cipher = IDEA-OFB
[all …]
H A Devpciph_rc2.txt98 Cipher = RC2-OFB
105 Cipher = RC2-OFB
114 Cipher = RC2-OFB
122 Cipher = RC2-OFB
H A Devpciph_rc5.txt58 Cipher = RC5-OFB
66 Cipher = RC5-OFB
75 Cipher = RC5-OFB
H A Devpciph_aes_common.txt435 # OFB-AES128
436 Cipher = AES-128-OFB
443 Cipher = AES-128-OFB
450 Cipher = AES-128-OFB
457 Cipher = AES-128-OFB
464 # OFB-AES192
465 Cipher = AES-192-OFB
472 Cipher = AES-192-OFB
479 Cipher = AES-192-OFB
486 Cipher = AES-192-OFB
[all …]
H A Devpciph_bf.txt41 Cipher = BF-OFB
49 Cipher = BF-OFB
H A Devpciph_aria.txt57 Cipher = ARIA-128-OFB
96 Cipher = ARIA-192-OFB
135 Cipher = ARIA-256-OFB
/freebsd/contrib/telnet/libtelnet/
H A Denc_des.c51 #define OFB 1 macro
130 fb64_init(&fb[OFB]); in ofb64_init()
131 fb[OFB].fb_feed[4] = ENCTYPE_DES_OFB64; in ofb64_init()
132 fb[CFB].streams[0].str_flagshift = SHIFT_VAL(0, OFB); in ofb64_init()
133 fb[CFB].streams[1].str_flagshift = SHIFT_VAL(1, OFB); in ofb64_init()
164 return(fb64_start(&fb[OFB], dir, server)); in ofb64_start()
241 return(fb64_is(data, cnt, &fb[OFB])); in ofb64_is()
324 return(fb64_reply(data, cnt, &fb[OFB])); in ofb64_reply()
373 fb64_session(key, server, &fb[OFB]); in ofb64_session()
415 return(fb64_keyid(dir, kp, lenp, &fb[OFB])); in ofb64_keyid()
[all …]
/freebsd/crypto/heimdal/appl/telnet/libtelnet/
H A Denc_des.c58 #define OFB 1 macro
140 fb64_init(&fb[OFB]); in ofb64_init()
141 fb[OFB].fb_feed[4] = ENCTYPE_DES_OFB64; in ofb64_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()
171 return(fb64_start(&fb[OFB], dir, server)); in ofb64_start()
252 return(fb64_is(data, cnt, &fb[OFB])); in ofb64_is()
334 return(fb64_reply(data, cnt, &fb[OFB])); in ofb64_reply()
381 fb64_session(key, server, &fb[OFB]); in ofb64_session()
424 return(fb64_keyid(dir, kp, lenp, &fb[OFB])); in ofb64_keyid()
[all …]
/freebsd/crypto/openssl/doc/man7/
H A DEVP_CIPHER-CAST.pod23 =item "CAST-192-OFB", "CAST-128-OFB" and "CAST-256-OFB"
H A DEVP_CIPHER-CAMELLIA.pod29 =item "CAMELLIA-192-OFB", "CAMELLIA-128-OFB" and "CAMELLIA-256-OFB"
H A DEVP_CIPHER-ARIA.pod29 =item "ARIA-128-OFB", "ARIA-192-OFB" and "ARIA-256-OFB"
H A Ddes_modes.pod121 =head2 Output Feedback Mode (OFB)
133 The OFB mode produces the same ciphertext whenever the same
135 over, in the OFB mode the same key stream is produced when the same
141 The absence of chaining makes the OFB more vulnerable to specific attacks.
161 OFB mode of operation does not extend ciphertext errors in the
167 OFB mode is not self-synchronizing. If the two operation of
H A DEVP_CIPHER-AES.pod30 =item "AES-192-OFB", "AES-128-OFB" and "AES-256-OFB"
H A DEVP_CIPHER-DES.pod35 =item "DES-EDE-OFB"
51 =item "DES-OFB"
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_camellia.c64 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)
H A Dcipher_aes.c65 IMPLEMENT_generic_cipher(aes, AES, ofb, OFB, 0, 256, 8, 128, stream)
67 IMPLEMENT_generic_cipher(aes, AES, ofb, OFB, 0, 192, 8, 128, stream)
69 IMPLEMENT_generic_cipher(aes, AES, ofb, OFB, 0, 128, 8, 128, stream)
H A Dcipher_aria.c58 IMPLEMENT_generic_cipher(aria, ARIA, ofb, OFB, 0, 256, 8, 128, stream)
60 IMPLEMENT_generic_cipher(aria, ARIA, ofb, OFB, 0, 192, 8, 128, stream)
62 IMPLEMENT_generic_cipher(aria, ARIA, ofb, OFB, 0, 128, 8, 128, stream)
H A Dcipher_tdes_default.c20 IMPLEMENT_tdes_cipher(ede3, EDE3, ofb, OFB, TDES_FLAGS, 64*3, 8, 64, stream);
33 IMPLEMENT_tdes_cipher(ede2, EDE2, ofb, OFB, TDES_FLAGS, 64*2, 8, 64, stream);
H A Dcipher_blowfish_hw.c41 PROV_CIPHER_HW_blowfish_mode(ofb64, OFB)
H A Dcipher_cast5_hw.c41 PROV_CIPHER_HW_cast_mode(ofb64, OFB)
/freebsd/crypto/openssl/doc/man3/
H A DEVP_des_cbc.pod55 shift and OFB modes.
68 Two key triple DES in ECB, CBC, CFB with 64-bit shift and OFB modes.
80 CFB with 8-bit shift and OFB modes.
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-enc.pod.in307 bf-ofb Blowfish in OFB mode
314 cast5-ofb CAST5 in OFB mode
321 des-ofb DES in OFB mode
327 des-ede-ofb Two key triple DES EDE in OFB mode
333 des-ede3-ofb Three key triple DES EDE in OFB mode
344 idea-ofb IDEA in OFB mode
350 rc2-ofb 128 bit RC2 in OFB mode
362 rc5-ofb RC5 cipher in OFB mode
368 seed-ofb SEED cipher in OFB mode
375 sm4-ofb SM4 cipher in OFB mode
[all …]

123