Symbol: OFB
crypto/heimdal/appl/telnet/libtelnet/enc_des.c
140
fb64_init(&fb[OFB]);
crypto/heimdal/appl/telnet/libtelnet/enc_des.c
141
fb[OFB].fb_feed[4] = ENCTYPE_DES_OFB64;
crypto/heimdal/appl/telnet/libtelnet/enc_des.c
142
fb[CFB].streams[0].str_flagshift = SHIFT_VAL(0, OFB);
crypto/heimdal/appl/telnet/libtelnet/enc_des.c
143
fb[CFB].streams[1].str_flagshift = SHIFT_VAL(1, OFB);
crypto/heimdal/appl/telnet/libtelnet/enc_des.c
171
return(fb64_start(&fb[OFB], dir, server));
crypto/heimdal/appl/telnet/libtelnet/enc_des.c
252
return(fb64_is(data, cnt, &fb[OFB]));
crypto/heimdal/appl/telnet/libtelnet/enc_des.c
334
return(fb64_reply(data, cnt, &fb[OFB]));
crypto/heimdal/appl/telnet/libtelnet/enc_des.c
381
fb64_session(key, server, &fb[OFB]);
crypto/heimdal/appl/telnet/libtelnet/enc_des.c
424
return(fb64_keyid(dir, kp, lenp, &fb[OFB]));
crypto/heimdal/appl/telnet/libtelnet/enc_des.c
614
struct stinfo *stp = &fb[OFB].streams[DIR_ENCRYPT-1];
crypto/heimdal/appl/telnet/libtelnet/enc_des.c
633
struct stinfo *stp = &fb[OFB].streams[DIR_DECRYPT-1];
crypto/openssl/crypto/evp/e_aes.c
2409
BLOCK_CIPHER_generic(nid, keylen, 1, 16, ofb128, ofb, OFB, flags | EVP_CIPH_FLAG_DEFAULT_ASN1) \
crypto/openssl/crypto/evp/e_camellia.c
189
BLOCK_CIPHER_generic(nid, keylen, 1, 16, ofb128, ofb, OFB, flags | EVP_CIPH_FLAG_DEFAULT_ASN1) \
crypto/openssl/crypto/evp/e_sm4.c
55
BLOCK_CIPHER_generic(nid, 1, 16, ofb128, ofb, OFB, flags | EVP_CIPH_FLAG_DEFAULT_ASN1) \
crypto/openssl/engines/e_padlock.c
528
DECLARE_AES_EVP(128, ofb, OFB)
crypto/openssl/engines/e_padlock.c
534
DECLARE_AES_EVP(192, ofb, OFB)
crypto/openssl/engines/e_padlock.c
540
DECLARE_AES_EVP(256, ofb, OFB)
crypto/openssl/include/crypto/evp.h
481
BLOCK_CIPHER_def1(cname, ofb##cbits, ofb, OFB, kstruct, nid, 1, \
crypto/openssl/providers/implementations/ciphers/cipher_aes.c
63
IMPLEMENT_generic_cipher(aes, AES, ofb, OFB, 0, 256, 8, 128, stream)
crypto/openssl/providers/implementations/ciphers/cipher_aes.c
65
IMPLEMENT_generic_cipher(aes, AES, ofb, OFB, 0, 192, 8, 128, stream)
crypto/openssl/providers/implementations/ciphers/cipher_aes.c
67
IMPLEMENT_generic_cipher(aes, AES, ofb, OFB, 0, 128, 8, 128, stream)
crypto/openssl/providers/implementations/ciphers/cipher_aria.c
56
IMPLEMENT_generic_cipher(aria, ARIA, ofb, OFB, 0, 256, 8, 128, stream)
crypto/openssl/providers/implementations/ciphers/cipher_aria.c
58
IMPLEMENT_generic_cipher(aria, ARIA, ofb, OFB, 0, 192, 8, 128, stream)
crypto/openssl/providers/implementations/ciphers/cipher_aria.c
60
IMPLEMENT_generic_cipher(aria, ARIA, ofb, OFB, 0, 128, 8, 128, stream)
crypto/openssl/providers/implementations/ciphers/cipher_blowfish.c
56
IMPLEMENT_var_keylen_cipher(blowfish, BLOWFISH, ofb64, OFB, BF_FLAGS, 128, 8, 64, stream)
crypto/openssl/providers/implementations/ciphers/cipher_blowfish_hw.c
41
PROV_CIPHER_HW_blowfish_mode(ofb64, OFB)
crypto/openssl/providers/implementations/ciphers/cipher_camellia.c
62
IMPLEMENT_generic_cipher(camellia, CAMELLIA, ofb, OFB, 0, 256, 8, 128, stream)
crypto/openssl/providers/implementations/ciphers/cipher_camellia.c
64
IMPLEMENT_generic_cipher(camellia, CAMELLIA, ofb, OFB, 0, 192, 8, 128, stream)
crypto/openssl/providers/implementations/ciphers/cipher_camellia.c
66
IMPLEMENT_generic_cipher(camellia, CAMELLIA, ofb, OFB, 0, 128, 8, 128, stream)
crypto/openssl/providers/implementations/ciphers/cipher_cast5.c
57
IMPLEMENT_var_keylen_cipher(cast5, CAST, ofb64, OFB, CAST5_FLAGS, 128, 8, 64, stream)
crypto/openssl/providers/implementations/ciphers/cipher_cast5_hw.c
41
PROV_CIPHER_HW_cast_mode(ofb64, OFB)
crypto/openssl/providers/implementations/ciphers/cipher_des.c
195
IMPLEMENT_des_cipher(des, ofb64, OFB, DES_FLAGS, 64, 8, 64, stream);
crypto/openssl/providers/implementations/ciphers/cipher_idea.c
55
IMPLEMENT_generic_cipher(idea, IDEA, ofb64, OFB, 0, 128, 8, 64, stream)
crypto/openssl/providers/implementations/ciphers/cipher_idea_hw.c
55
PROV_CIPHER_HW_idea_mode(ofb64, OFB)
crypto/openssl/providers/implementations/ciphers/cipher_rc2.c
293
IMPLEMENT_cipher(rc2, RC2, ofb128, OFB, RC2_FLAGS, 128, 8, 64, stream)
crypto/openssl/providers/implementations/ciphers/cipher_rc2_hw.c
42
PROV_CIPHER_HW_rc2_mode(ofb64, OFB)
crypto/openssl/providers/implementations/ciphers/cipher_rc5.c
183
IMPLEMENT_cipher(rc5, RC5, ofb64, OFB, RC5_FLAGS, 128, 8, 64, stream)
crypto/openssl/providers/implementations/ciphers/cipher_rc5_hw.c
40
PROV_CIPHER_HW_rc5_mode(ofb64, OFB)
crypto/openssl/providers/implementations/ciphers/cipher_seed.c
54
IMPLEMENT_generic_cipher(seed, SEED, ofb128, OFB, 0, 128, 8, 128, stream)
crypto/openssl/providers/implementations/ciphers/cipher_seed_hw.c
41
PROV_CIPHER_HW_seed_mode(ofb128, OFB)
crypto/openssl/providers/implementations/ciphers/cipher_sm4.c
50
IMPLEMENT_generic_cipher(sm4, SM4, ofb128, OFB, 0, 128, 8, 128, stream)
crypto/openssl/providers/implementations/ciphers/cipher_tdes_default.c
20
IMPLEMENT_tdes_cipher(ede3, EDE3, ofb, OFB, TDES_FLAGS, 64 * 3, 8, 64, stream);
crypto/openssl/providers/implementations/ciphers/cipher_tdes_default.c
33
IMPLEMENT_tdes_cipher(ede2, EDE2, ofb, OFB, TDES_FLAGS, 64 * 2, 8, 64, stream);