Searched refs:ssh_aes_ctr_iv (Results 1 – 3 of 3) sorted by relevance
/external/openssh/openbsd-compat/ |
D | openssl-compat.h | 52 void ssh_aes_ctr_iv(EVP_CIPHER_CTX *, int, u_char *, size_t);
|
/external/openssh/ |
D | cipher-ctr.c | 114 ssh_aes_ctr_iv(EVP_CIPHER_CTX *evp, int doset, u_char * iv, size_t len) in ssh_aes_ctr_iv() function
|
D | cipher.c | 624 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()
|