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

  /external/openssh/
cipher-aes.c 50 void ssh_rijndael_iv(EVP_CIPHER_CTX *, int, u_char *, u_int);
133 ssh_rijndael_iv(EVP_CIPHER_CTX *evp, int doset, u_char * iv, u_int len) function
138 fatal("ssh_rijndael_iv: no context");
cipher.c 353 ssh_rijndael_iv(&cc->evp, 0, iv, len);
384 ssh_rijndael_iv(&cc->evp, 1, iv, evplen);
  /external/openssh/openbsd-compat/
openssl-compat.h 63 extern void ssh_rijndael_iv(EVP_CIPHER_CTX *, int, u_char *, u_int);

Completed in 837 milliseconds