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

  /external/openssh/
cipher-ctr.c 37 void ssh_aes_ctr_iv(EVP_CIPHER_CTX *, int, u_char *, size_t);
116 ssh_aes_ctr_iv(EVP_CIPHER_CTX *evp, int doset, u_char * iv, size_t len) function
121 fatal("ssh_aes_ctr_iv: no context");
cipher.c 58 extern void ssh_aes_ctr_iv(EVP_CIPHER_CTX *, int, u_char *, u_int);
357 ssh_aes_ctr_iv(&cc->evp, 0, iv, len);
388 ssh_aes_ctr_iv(&cc->evp, 1, iv, evplen);

Completed in 34 milliseconds