Home
last modified time | relevance | path

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

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