Searched refs:sshcipher_ctx (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/crypto/openssh/ |
| H A D | cipher.h | 49 struct sshcipher_ctx; 52 const char *cipher_warning_message(const struct sshcipher_ctx *); 55 int cipher_init(struct sshcipher_ctx **, const struct sshcipher *, 57 int cipher_crypt(struct sshcipher_ctx *, u_int, u_char *, const u_char *, 59 int cipher_get_length(struct sshcipher_ctx *, u_int *, u_int, 61 void cipher_free(struct sshcipher_ctx *); 69 u_int cipher_ctx_is_plaintext(struct sshcipher_ctx *); 71 int cipher_get_keyiv(struct sshcipher_ctx *, u_char *, size_t); 72 int cipher_set_keyiv(struct sshcipher_ctx *, const u_char *, size_t); 73 int cipher_get_keyiv_len(const struct sshcipher_ctx *);
|
| H A D | cipher.c | 55 struct sshcipher_ctx { struct 187 cipher_ctx_is_plaintext(struct sshcipher_ctx *cc) in cipher_ctx_is_plaintext() 227 cipher_warning_message(const struct sshcipher_ctx *cc) in cipher_warning_message() 236 cipher_init(struct sshcipher_ctx **ccp, const struct sshcipher *cipher, in cipher_init() 240 struct sshcipher_ctx *cc = NULL; in cipher_init() 335 cipher_crypt(struct sshcipher_ctx *cc, u_int seqnr, u_char *dest, in cipher_crypt() 398 cipher_get_length(struct sshcipher_ctx *cc, u_int *plenp, u_int seqnr, in cipher_get_length() 411 cipher_free(struct sshcipher_ctx *cc) in cipher_free() 433 cipher_get_keyiv_len(const struct sshcipher_ctx *cc) in cipher_get_keyiv_len() 449 cipher_get_keyiv(struct sshcipher_ctx *cc, u_char *iv, size_t len) in cipher_get_keyiv() [all …]
|
| H A D | packet.c | 133 struct sshcipher_ctx *receive_context; 136 struct sshcipher_ctx *send_context; 837 struct sshcipher_ctx **ccp; in ssh_set_newkeys() 2193 struct sshcipher_ctx *cc; in newkeys_to_blob()
|
| H A D | sshkey-xmss.c | 837 struct sshcipher_ctx *ciphercontext = NULL; in sshkey_xmss_encrypt_state() 928 struct sshcipher_ctx *ciphercontext = NULL; in sshkey_xmss_decrypt_state()
|
| H A D | sshkey.c | 3363 struct sshcipher_ctx *ciphercontext = NULL; in sshkey_private_to_blob2() 3512 struct sshcipher_ctx *ciphercontext = NULL; in sshkey_parse_private2()
|