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

/freebsd-10.0-release/crypto/openssh/
H A Dcipher.h83 void cipher_cleanup(CipherContext *);
H A Dcipher.c384 cipher_cleanup(CipherContext *cc) function
387 error("cipher_cleanup: EVP_CIPHER_CTX_cleanup failed");
H A Dauthfile.c154 cipher_cleanup(&ciphercontext);
478 cipher_cleanup(&ciphercontext);
H A Dpacket.c503 cipher_cleanup(&active_state->send_context);
504 cipher_cleanup(&active_state->receive_context);
764 cipher_cleanup(cc);
H A Dssh_namespace.h155 #define cipher_cleanup ssh_cipher_cleanup macro

Completed in 183 milliseconds