Home
last modified time | relevance | path

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

/titanic_41/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) in ssh_aes_ctr_iv() function
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); in cipher_get_keyiv()
529 ssh_aes_ctr_iv(&cc->evp, 1, iv, evplen); in cipher_set_keyiv()