HomeSort by relevance Sort by last modified time
    Searched refs:EVP_acss (Results 1 - 2 of 2) sorted by null

  /external/openssh/openbsd-compat/
openssl-compat.h 69 extern const EVP_CIPHER *evp_acss(void);
70 # define EVP_acss evp_acss
72 # define EVP_acss NULL
  /external/openssh/
cipher.c 91 { "acss@openssh.org", SSH_CIPHER_SSH2, 16, 5, 0, 0, EVP_acss },
414 if (c->evptype == EVP_rc4 || c->evptype == EVP_acss) {
429 if (c->evptype == EVP_rc4 || c->evptype == EVP_acss) {

Completed in 51 milliseconds