Searched refs:sshcipher_ctx (Results 1 - 4 of 4) sorted by relevance

/external/openssh/
H A Dcipher.h66 struct sshcipher_ctx { struct
80 const char *cipher_warning_message(const struct sshcipher_ctx *);
83 int cipher_init(struct sshcipher_ctx *, const struct sshcipher *,
85 int cipher_crypt(struct sshcipher_ctx *, u_int, u_char *, const u_char *,
87 int cipher_get_length(struct sshcipher_ctx *, u_int *, u_int,
89 int cipher_cleanup(struct sshcipher_ctx *);
90 int cipher_set_key_string(struct sshcipher_ctx *, const struct sshcipher *,
100 int cipher_get_keyiv(struct sshcipher_ctx *, u_char *, u_int);
101 int cipher_set_keyiv(struct sshcipher_ctx *, const u_char *);
102 int cipher_get_keyiv_len(const struct sshcipher_ctx *);
[all...]
H A Dcipher.c285 cipher_warning_message(const struct sshcipher_ctx *cc)
296 cipher_init(struct sshcipher_ctx *cc, const struct sshcipher *cipher,
391 cipher_crypt(struct sshcipher_ctx *cc, u_int seqnr, u_char *dest,
454 cipher_get_length(struct sshcipher_ctx *cc, u_int *plenp, u_int seqnr,
467 cipher_cleanup(struct sshcipher_ctx *cc)
487 cipher_set_key_string(struct sshcipher_ctx *cc, const struct sshcipher *cipher,
505 * Exports an IV from the sshcipher_ctx required to export the key
510 cipher_get_keyiv_len(const struct sshcipher_ctx *cc)
529 cipher_get_keyiv(struct sshcipher_ctx *cc, u_char *iv, u_int len)
586 cipher_set_keyiv(struct sshcipher_ctx *c
[all...]
H A Dpacket.c125 struct sshcipher_ctx receive_context;
128 struct sshcipher_ctx send_context;
925 struct sshcipher_ctx *cc;
2395 struct sshcipher_ctx *cc;
H A Dsshkey.c3000 struct sshcipher_ctx ciphercontext;
3154 struct sshcipher_ctx ciphercontext;
3376 struct sshcipher_ctx ciphercontext;
3631 struct sshcipher_ctx ciphercontext;

Completed in 507 milliseconds