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

/freebsd-13-stable/crypto/openssh/
H A Dcipher-ctr.c114 ssh_aes_ctr_iv(EVP_CIPHER_CTX *evp, int doset, u_char * iv, size_t len) function
119 fatal("ssh_aes_ctr_iv: no context");
H A Dcipher.c480 ssh_aes_ctr_iv(cc->evp, 0, iv, len);
513 /* XXX iv arg is const, but ssh_aes_ctr_iv isn't */
515 ssh_aes_ctr_iv(cc->evp, 1, (u_char *)iv, evplen);
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dopenssl-compat.h54 void ssh_aes_ctr_iv(EVP_CIPHER_CTX *, int, u_char *, size_t);

Completed in 63 milliseconds