Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dcipher.h87 void cipher_cleanup(CipherContext *);
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dpacket.c323 cipher_cleanup(&send_context); in packet_close()
324 cipher_cleanup(&receive_context); in packet_close()
590 cipher_cleanup(cc); in set_newkeys()
700 cipher_cleanup(&send_context); in process_newkeys()
701 cipher_cleanup(&receive_context); in process_newkeys()
H A Dauthfile.c138 cipher_cleanup(&ciphercontext); in key_save_private_rsa1()
389 cipher_cleanup(&ciphercontext); in key_load_private_rsa1()
H A Dcipher.c269 cipher_cleanup(CipherContext *cc) in cipher_cleanup() function