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

/freebsd-10.3-release/crypto/openssh/
H A Dcipher.h89 int cipher_cleanup(struct sshcipher_ctx *);
H A Dcipher.c462 cipher_cleanup(struct sshcipher_ctx *cc) function
H A Dsshkey.c3154 cipher_cleanup(&ciphercontext);
3371 cipher_cleanup(&ciphercontext);
3478 if ((r = cipher_cleanup(&ciphercontext)) != 0)
3715 cipher_cleanup(&ciphercontext);
3718 if ((r = cipher_cleanup(&ciphercontext)) != 0)
H A Dpacket.c540 if ((r = cipher_cleanup(&state->send_context)) != 0)
541 error("%s: cipher_cleanup failed: %s", __func__, ssh_err(r));
542 if ((r = cipher_cleanup(&state->receive_context)) != 0)
543 error("%s: cipher_cleanup failed: %s", __func__, ssh_err(r));
970 if ((r = cipher_cleanup(cc)) != 0)
H A Dssh_namespace.h230 #define cipher_cleanup Fssh_cipher_cleanup macro

Completed in 83 milliseconds