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

/macosx-10.10/OpenSSH-189/openssh/
H A Dcipher-bf1.c83 static int (*orig_bf)(EVP_CIPHER_CTX *, u_char *, variable
93 ret = (*orig_bf)(ctx, out, out, len);
104 orig_bf = ssh1_bf.do_cipher;

Completed in 157 milliseconds