Searched refs:ssh_aes_ctr_iv (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/ssh/libssh/common/
H A Dcipher-ctr.c31 void ssh_aes_ctr_iv(EVP_CIPHER_CTX *, int, u_char *, u_int);
110 ssh_aes_ctr_iv(EVP_CIPHER_CTX *evp, int doset, u_char * iv, u_int len) function
115 fatal("ssh_aes_ctr_iv: no context");
H A Dcipher.c59 extern void ssh_aes_ctr_iv(EVP_CIPHER_CTX *, int, u_char *, u_int);
488 ssh_aes_ctr_iv(&cc->evp, 0, iv, len);
529 ssh_aes_ctr_iv(&cc->evp, 1, iv, evplen);

Completed in 44 milliseconds