Searched refs:sshcipher_ctx (Results 1 – 4 of 4) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | cipher.h | 51 struct sshcipher_ctx; 54 const char *cipher_warning_message(const struct sshcipher_ctx *); 58 int cipher_init(struct sshcipher_ctx **, const struct sshcipher *, 60 int cipher_crypt(struct sshcipher_ctx *, u_int, u_char *, const u_char *, 62 int cipher_get_length(struct sshcipher_ctx *, u_int *, u_int, 64 void cipher_free(struct sshcipher_ctx *); 73 u_int cipher_ctx_is_plaintext(struct sshcipher_ctx *); 75 int cipher_get_keyiv(struct sshcipher_ctx *, u_char *, size_t);
|
| H A D | cipher.c | 57 struct sshcipher_ctx { struct 193 cipher_ctx_is_plaintext(struct sshcipher_ctx *cc) in cipher_ctx_is_plaintext() 235 cipher_warning_message(const struct sshcipher_ctx *cc) in cipher_warning_message() 244 cipher_init(struct sshcipher_ctx **ccp, const struct sshcipher *cipher, in cipher_init() 248 struct sshcipher_ctx *cc = NULL; in cipher_init() 343 cipher_crypt(struct sshcipher_ctx *cc, u_int seqnr, u_char *dest, in cipher_crypt() 406 cipher_get_length(struct sshcipher_ctx *cc, u_int *plenp, u_int seqnr, in cipher_get_length() 419 cipher_free(struct sshcipher_ctx *cc) in cipher_free() 436 cipher_get_keyiv(struct sshcipher_ctx *cc, u_char *iv, size_t len) in cipher_get_keyiv()
|
| H A D | packet.c | 128 struct sshcipher_ctx *receive_context; 131 struct sshcipher_ctx *send_context; 982 struct sshcipher_ctx **ccp; in ssh_set_newkeys() 2444 struct sshcipher_ctx *cc; in newkeys_to_blob()
|
| H A D | sshkey.c | 1649 struct sshcipher_ctx *cctx = NULL; in sshkey_shield_private() 1783 struct sshcipher_ctx *cctx = NULL; in sshkey_unshield_private() 2841 struct sshcipher_ctx *ciphercontext = NULL; in sshkey_private_to_blob2() 3040 struct sshcipher_ctx *ciphercontext = NULL; in private2_decrypt()
|