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

/freebsd-10-stable/crypto/openssh/
H A Dcipher.h89 int cipher_cleanup(struct sshcipher_ctx *);
H A Dcipher.c470 cipher_cleanup(struct sshcipher_ctx *cc) function
H A Dsshkey.c3157 cipher_cleanup(&ciphercontext);
3374 cipher_cleanup(&ciphercontext);
3481 if ((r = cipher_cleanup(&ciphercontext)) != 0)
3717 cipher_cleanup(&ciphercontext);
3720 if ((r = cipher_cleanup(&ciphercontext)) != 0)
H A Dpacket.c577 if ((r = cipher_cleanup(&state->send_context)) != 0)
578 error("%s: cipher_cleanup failed: %s", __func__, ssh_err(r));
579 if ((r = cipher_cleanup(&state->receive_context)) != 0)
580 error("%s: cipher_cleanup failed: %s", __func__, ssh_err(r));
1007 if ((r = cipher_cleanup(cc)) != 0)
H A Dssh_namespace.h230 #define cipher_cleanup Fssh_cipher_cleanup macro

Completed in 326 milliseconds