Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dopenssl-compat.h52 void ssh_aes_ctr_iv(EVP_CIPHER_CTX *, int, u_char *, size_t);
/external/openssh/
Dcipher-ctr.c114 ssh_aes_ctr_iv(EVP_CIPHER_CTX *evp, int doset, u_char * iv, size_t len) in ssh_aes_ctr_iv() function
Dcipher.c624 ssh_aes_ctr_iv(cc->evp, 0, iv, len); in cipher_get_keyiv()
669 ssh_aes_ctr_iv(cc->evp, 1, (u_char *)iv, evplen); in cipher_set_keyiv()