Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDcipher.h88 void cipher_cleanup(CipherContext *);
HDauthfile.c177 cipher_cleanup(&ctx); in key_private_to_blob2()
357 cipher_cleanup(&ctx); in key_parse_private2()
498 cipher_cleanup(&ciphercontext); in key_private_rsa1_to_blob()
833 cipher_cleanup(&ciphercontext); in key_parse_private_rsa1()
HDpacket.c501 cipher_cleanup(&active_state->send_context); in packet_close()
502 cipher_cleanup(&active_state->receive_context); in packet_close()
763 cipher_cleanup(cc); in set_newkeys()
HDcipher.c420 cipher_cleanup(CipherContext *cc) in cipher_cleanup() function
HDssh_namespace.h178 #define cipher_cleanup ssh_cipher_cleanup macro