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

/freebsd-10.1-release/crypto/openssh/
H A Dcipher.h88 void cipher_cleanup(CipherContext *);
H A Dauthfile.c177 cipher_cleanup(&ctx);
357 cipher_cleanup(&ctx);
498 cipher_cleanup(&ciphercontext);
833 cipher_cleanup(&ciphercontext);
H A Dcipher.c426 cipher_cleanup(CipherContext *cc) function
431 error("cipher_cleanup: EVP_CIPHER_CTX_cleanup failed");
H A Dpacket.c503 cipher_cleanup(&active_state->send_context);
504 cipher_cleanup(&active_state->receive_context);
765 cipher_cleanup(cc);
H A Dssh_namespace.h178 #define cipher_cleanup ssh_cipher_cleanup macro

Completed in 196 milliseconds