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