Searched refs:ofb64 (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_cast5_hw.c | 41 PROV_CIPHER_HW_cast_mode(ofb64, OFB)
|
H A D | cipher_blowfish_hw.c | 41 PROV_CIPHER_HW_blowfish_mode(ofb64, OFB)
|
H A D | cipher_rc5_hw.c | 40 PROV_CIPHER_HW_rc5_mode(ofb64, OFB)
|
H A D | cipher_rc2_hw.c | 42 PROV_CIPHER_HW_rc2_mode(ofb64, OFB)
|
H A D | cipher_idea.c | 57 IMPLEMENT_generic_cipher(idea, IDEA, ofb64, OFB, 0, 128, 8, 64, stream)
|
H A D | cipher_blowfish.c | 58 IMPLEMENT_var_keylen_cipher(blowfish, BLOWFISH, ofb64, OFB, BF_FLAGS, 128, 8, 64, stream)
|
H A D | cipher_cast5.c | 59 IMPLEMENT_var_keylen_cipher(cast5, CAST, ofb64, OFB, CAST5_FLAGS, 128, 8, 64, stream)
|
H A D | cipher_idea_hw.c | 55 PROV_CIPHER_HW_idea_mode(ofb64, OFB)
|
H A D | cipher_rc5.c | 186 IMPLEMENT_cipher(rc5, RC5, ofb64, OFB, RC5_FLAGS, 128, 8, 64, stream)
|
H A D | cipher_des.c | 197 IMPLEMENT_des_cipher(des, ofb64, OFB, DES_FLAGS, 64, 8, 64, stream);
|
H A D | cipher_des_hw.c | 193 PROV_CIPHER_HW_des_mode(ofb64)
|
/freebsd/contrib/netbsd-tests/lib/libdes/ |
H A D | t_des.c | 802 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 D | objects.txt | 162 !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
|