Searched defs:ssh_rijndael_iv (Results 1 - 1 of 1) sorted by relevance

/external/openssh/
H A Dcipher-aes.c50 void ssh_rijndael_iv(EVP_CIPHER_CTX *, int, u_char *, u_int);
133 ssh_rijndael_iv(EVP_CIPHER_CTX *evp, int doset, u_char * iv, u_int len) function
138 fatal("ssh_rijndael_iv: no context");

Completed in 22 milliseconds