Searched refs:cipher_cleanup (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/OpenSSH-189/openssh/
H A Dcipher.h86 void cipher_cleanup(CipherContext *);
H A Dcipher.c359 cipher_cleanup(CipherContext *cc) function
362 error("cipher_cleanup: EVP_CIPHER_CTX_cleanup failed");
H A Dauthfile.c160 cipher_cleanup(&ciphercontext);
484 cipher_cleanup(&ciphercontext);
H A Dpacket.c494 cipher_cleanup(&active_state->send_context);
495 cipher_cleanup(&active_state->receive_context);
755 cipher_cleanup(cc);

Completed in 120 milliseconds