Searched refs:evptype (Results 1 - 1 of 1) sorted by relevance

/external/openssh/
H A Dcipher.c74 const EVP_CIPHER *(*evptype)(void); member in struct:sshcipher
332 type = (*cipher->evptype)();
563 if (c->evptype == evp_aes_128_ctr)
637 if (c->evptype == EVP_rc4) {
656 if (c->evptype == EVP_rc4) {

Completed in 46 milliseconds