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

/macosx-10.10/OpenSSH-189/openssh/
H A Dcipher-bf1.c101 static EVP_CIPHER ssh1_bf; local
103 memcpy(&ssh1_bf, EVP_bf_cbc(), sizeof(EVP_CIPHER));
104 orig_bf = ssh1_bf.do_cipher;
105 ssh1_bf.nid = NID_undef;
107 ssh1_bf.init = bf_ssh1_init;
109 ssh1_bf.do_cipher = bf_ssh1_cipher;
110 ssh1_bf.key_len = 32;
111 return (&ssh1_bf);

Completed in 69 milliseconds