Home
last modified time | relevance | path

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

/external/openssh/
Dcipher.c83 const EVP_CIPHER *(*evptype)(void); member
374 type = (*cipher->evptype)(); in cipher_init()
623 if (c->evptype == evp_aes_128_ctr) in cipher_get_keyiv()
668 if (c->evptype == evp_aes_128_ctr) in cipher_set_keyiv()
703 if (c->evptype == EVP_rc4) { in cipher_get_keycontext()
722 if (c->evptype == EVP_rc4) { in cipher_set_keycontext()