Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dcipher.c440 static EVP_CIPHER ssh1_bf; in evp_ssh1_bf() local
442 memcpy(&ssh1_bf, EVP_bf_cbc(), sizeof(EVP_CIPHER)); in evp_ssh1_bf()
443 orig_bf = ssh1_bf.do_cipher; in evp_ssh1_bf()
444 ssh1_bf.nid = NID_undef; in evp_ssh1_bf()
445 ssh1_bf.do_cipher = bf_ssh1_cipher; in evp_ssh1_bf()
446 ssh1_bf.key_len = 32; in evp_ssh1_bf()
447 return (&ssh1_bf); in evp_ssh1_bf()