Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dopenssl-compat.h70 # define EVP_acss evp_acss macro
72 # define EVP_acss NULL macro
/external/openssh/
Dcipher.c91 { "acss@openssh.org", SSH_CIPHER_SSH2, 16, 5, 0, 0, EVP_acss },
414 if (c->evptype == EVP_rc4 || c->evptype == EVP_acss) { in cipher_get_keycontext()
429 if (c->evptype == EVP_rc4 || c->evptype == EVP_acss) { in cipher_set_keycontext()