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

/freebsd-10.0-release/crypto/openssh/
H A Dcipher-bf1.c97 static EVP_CIPHER ssh1_bf; local
99 memcpy(&ssh1_bf, EVP_bf_cbc(), sizeof(EVP_CIPHER));
100 orig_bf = ssh1_bf.do_cipher;
101 ssh1_bf.nid = NID_undef;
103 ssh1_bf.init = bf_ssh1_init;
105 ssh1_bf.do_cipher = bf_ssh1_cipher;
106 ssh1_bf.key_len = 32;
107 return (&ssh1_bf);

Completed in 137 milliseconds