Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dcipher.c424 static int (*orig_bf)(EVP_CIPHER_CTX *, u_char *, const u_char *, u_int) = NULL; variable
432 ret = (*orig_bf)(ctx, out, out, len); in bf_ssh1_cipher()
443 orig_bf = ssh1_bf.do_cipher; in evp_ssh1_bf()