Home
last modified time | relevance | path

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

/external/openssh/
Dcipher-bf1.c92 static EVP_CIPHER ssh1_bf; in evp_ssh1_bf() local
94 memcpy(&ssh1_bf, EVP_bf_cbc(), sizeof(EVP_CIPHER)); in evp_ssh1_bf()
95 orig_bf = ssh1_bf.do_cipher; in evp_ssh1_bf()
96 ssh1_bf.nid = NID_undef; in evp_ssh1_bf()
98 ssh1_bf.init = bf_ssh1_init; in evp_ssh1_bf()
100 ssh1_bf.do_cipher = bf_ssh1_cipher; in evp_ssh1_bf()
101 ssh1_bf.key_len = 32; in evp_ssh1_bf()
102 return (&ssh1_bf); in evp_ssh1_bf()