Home
last modified time | relevance | path

Searched refs:ofb64 (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_cast5_hw.c41 PROV_CIPHER_HW_cast_mode(ofb64, OFB)
H A Dcipher_blowfish_hw.c41 PROV_CIPHER_HW_blowfish_mode(ofb64, OFB)
H A Dcipher_rc5_hw.c40 PROV_CIPHER_HW_rc5_mode(ofb64, OFB)
H A Dcipher_rc2_hw.c42 PROV_CIPHER_HW_rc2_mode(ofb64, OFB)
H A Dcipher_idea.c57 IMPLEMENT_generic_cipher(idea, IDEA, ofb64, OFB, 0, 128, 8, 64, stream)
H A Dcipher_blowfish.c58 IMPLEMENT_var_keylen_cipher(blowfish, BLOWFISH, ofb64, OFB, BF_FLAGS, 128, 8, 64, stream)
H A Dcipher_cast5.c59 IMPLEMENT_var_keylen_cipher(cast5, CAST, ofb64, OFB, CAST5_FLAGS, 128, 8, 64, stream)
H A Dcipher_idea_hw.c55 PROV_CIPHER_HW_idea_mode(ofb64, OFB)
H A Dcipher_rc5.c186 IMPLEMENT_cipher(rc5, RC5, ofb64, OFB, RC5_FLAGS, 128, 8, 64, stream)
H A Dcipher_des.c197 IMPLEMENT_des_cipher(des, ofb64, OFB, DES_FLAGS, 64, 8, 64, stream);
H A Dcipher_des_hw.c193 PROV_CIPHER_HW_des_mode(ofb64)
/freebsd/contrib/netbsd-tests/lib/libdes/
H A Dt_des.c802 ATF_TC_WITHOUT_HEAD(ofb64);
804 ATF_TC_BODY(ofb64, tc) in ATF_TC_BODY() argument
809 ATF_TC_BODY(ofb64, tc) in ATF_TC_BODY() argument
981 ATF_TP_ADD_TC(tp, ofb64); in ATF_TP_ADD_TCS()
/freebsd/crypto/openssl/crypto/objects/
H A Dobjects.txt162 !Cname cast5-ofb64
413 !Cname rc2-ofb64
424 !Cname rc5-ofb64
448 !Cname idea-ofb64
455 !Cname bf-ofb64
702 !Cname des-ofb64
720 !Cname des-ede-ofb64
722 !Cname des-ede3-ofb64