Home
last modified time | relevance | path

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

/external/openssh/
Dcipher.c74 const EVP_CIPHER *(*evptype)(void); member
332 type = (*cipher->evptype)(); in cipher_init()
563 if (c->evptype == evp_aes_128_ctr) in cipher_get_keyiv()
637 if (c->evptype == EVP_rc4) { in cipher_get_keycontext()
656 if (c->evptype == EVP_rc4) { in cipher_set_keycontext()