Searched refs:ssh1_bf (Results 1 – 1 of 1) sorted by relevance
440 static EVP_CIPHER ssh1_bf; in evp_ssh1_bf() local442 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()