Searched refs:ofb64 (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
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)
H A Dcipher_rc5_hw.c40 PROV_CIPHER_HW_rc5_mode(ofb64, OFB)
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.c57 IMPLEMENT_generic_cipher(idea, IDEA, ofb64, OFB, 0, 128, 8, 64, stream)
H A Dcipher_rc2_hw.c42 PROV_CIPHER_HW_rc2_mode(ofb64, OFB)
H A Dcipher_idea_hw.c55 PROV_CIPHER_HW_idea_mode(ofb64, OFB)
H A Dcipher_des_hw.c193 PROV_CIPHER_HW_des_mode(ofb64)
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);
/netbsd-current/tests/lib/libdes/
H A Dt_des.c802 ATF_TC_WITHOUT_HEAD(ofb64); variable
804 ATF_TC_BODY(ofb64, tc)
809 ATF_TC_BODY(ofb64, tc)
981 ATF_TP_ADD_TC(tp, ofb64);

Completed in 255 milliseconds