Home
last modified time | relevance | path

Searched refs:ofb (Results 1 – 17 of 17) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/ciphers/
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_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_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_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_tdes_default_hw.c138 PROV_CIPHER_HW_tdes_mode(ede3, ofb)
145 PROV_CIPHER_HW_tdes_mode(ede2, ofb)
H A Dcipher_aes_hw_aesni.inc11 * AES-NI support for AES modes ecb, cbc, ofb, cfb, ctr.
H A Dcipher_aes_hw_t4.inc11 * Sparc t4 support for AES modes ecb, cbc, ofb, cfb, ctr.
H A Dcipher_aes_hw_s390x.inc11 * IBM S390X support for AES modes ecb, cbc, ofb, cfb, ctr.
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl.pod391 =item B<aes128>, B<aes-128-cbc>, B<aes-128-cfb>, B<aes-128-ctr>, B<aes-128-ecb>, B<aes-128-ofb>
395 =item B<aes192>, B<aes-192-cbc>, B<aes-192-cfb>, B<aes-192-ctr>, B<aes-192-ecb>, B<aes-192-ofb>
399 =item B<aes256>, B<aes-256-cbc>, B<aes-256-cfb>, B<aes-256-ctr>, B<aes-256-ecb>, B<aes-256-ofb>
403 …tem B<aria128>, B<aria-128-cbc>, B<aria-128-cfb>, B<aria-128-ctr>, B<aria-128-ecb>, B<aria-128-ofb>
407 …tem B<aria192>, B<aria-192-cbc>, B<aria-192-cfb>, B<aria-192-ctr>, B<aria-192-ecb>, B<aria-192-ofb>
411 …tem B<aria256>, B<aria-256-cbc>, B<aria-256-cfb>, B<aria-256-ctr>, B<aria-256-ecb>, B<aria-256-ofb>
419 =item B<bf>, B<bf-cbc>, B<bf-cfb>, B<bf-ecb>, B<bf-ofb>
423 …mellia-128-cbc>, B<camellia-128-cfb>, B<camellia-128-ctr>, B<camellia-128-ecb>, B<camellia-128-ofb>
427 …mellia-192-cbc>, B<camellia-192-cfb>, B<camellia-192-ctr>, B<camellia-192-ecb>, B<camellia-192-ofb>
431 …mellia-256-cbc>, B<camellia-256-cfb>, B<camellia-256-ctr>, B<camellia-256-ecb>, B<camellia-256-ofb>
[all …]
H A Dopenssl-enc.pod.in313 bf-ofb Blowfish in OFB mode
320 cast5-ofb CAST5 in OFB mode
327 des-ofb DES in OFB mode
333 des-ede-ofb Two key triple DES EDE in OFB mode
339 des-ede3-ofb Three key triple DES EDE in OFB mode
350 idea-ofb IDEA in OFB mode
356 rc2-ofb 128 bit RC2 in OFB mode
368 rc5-ofb RC5 cipher in OFB mode
374 seed-ofb SEED cipher in OFB mode
381 sm4-ofb SM4 cipher in OFB mode
[all …]
/freebsd/crypto/openssl/crypto/objects/
H A Dobjects.txt163 : CAST5-OFB : cast5-ofb
414 : RC2-OFB : rc2-ofb
425 : RC5-OFB : rc5-ofb
449 : IDEA-OFB : idea-ofb
456 : BF-OFB : bf-ofb
703 algorithm 8 : DES-OFB : des-ofb
721 : DES-EDE-OFB : des-ede-ofb
723 : DES-EDE3-OFB : des-ede3-ofb
937 aes 3 : AES-128-OFB : aes-128-ofb
948 aes 23 : AES-192-OFB : aes-192-ofb
[all …]
/freebsd/contrib/netbsd-tests/lib/libdes/
H A Dt_des.c756 ATF_TC_WITHOUT_HEAD(ofb);
758 ATF_TC_BODY(ofb, tc) in ATF_TC_BODY() argument
763 ATF_TC_BODY(ofb, tc) in ATF_TC_BODY() argument
980 ATF_TP_ADD_TC(tp, ofb); in ATF_TP_ADD_TCS()
/freebsd/crypto/openssl/engines/
H A De_padlock.c531 DECLARE_AES_EVP(128, ofb, OFB)
537 DECLARE_AES_EVP(192, ofb, OFB)
543 DECLARE_AES_EVP(256, ofb, OFB)
/freebsd/crypto/openssl/include/crypto/
H A Devp.h467 BLOCK_CIPHER_def1(cname, ofb##cbits, ofb, OFB, kstruct, nid, 1, \
/freebsd/crypto/openssl/crypto/evp/
H A De_camellia.c185 BLOCK_CIPHER_generic(nid,keylen,1,16,ofb128,ofb,OFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1) \
H A De_aes.c2301 BLOCK_CIPHER_generic(nid,keylen,1,16,ofb128,ofb,OFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1) \
/freebsd/crypto/openssl/
H A DCHANGES.md2991 cryptographic primitives: sha3, shake, aes-gcm, aes-ccm, aes-ctr, aes-ofb,