HomeSort by: relevance | last modified time | path
    Searched refs:sshcipher_ctx (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
cipher.h 52 struct sshcipher_ctx;
55 const char *cipher_warning_message(const struct sshcipher_ctx *);
59 int cipher_init(struct sshcipher_ctx **, const struct sshcipher *,
61 int cipher_crypt(struct sshcipher_ctx *, u_int, u_char *, const u_char *,
63 int cipher_get_length(struct sshcipher_ctx *, u_int *, u_int,
65 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);
76 int cipher_set_keyiv(struct sshcipher_ctx *, const u_char *, size_t);
cipher.c 91 struct sshcipher_ctx { struct
219 cipher_ctx_is_plaintext(struct sshcipher_ctx *cc)
259 cipher_warning_message(const struct sshcipher_ctx *cc)
268 cipher_init(struct sshcipher_ctx **ccp, const struct sshcipher *cipher,
272 struct sshcipher_ctx *cc = NULL;
369 cipher_crypt(struct sshcipher_ctx *cc, u_int seqnr, u_char *dest,
432 cipher_get_length(struct sshcipher_ctx *cc, u_int *plenp, u_int seqnr,
445 cipher_free(struct sshcipher_ctx *cc)
462 cipher_get_keyiv(struct sshcipher_ctx *cc, u_char *iv, size_t len)
502 cipher_set_keyiv(struct sshcipher_ctx *cc, const u_char *iv, size_t len
    [all...]
packet.c 121 struct sshcipher_ctx *receive_context;
124 struct sshcipher_ctx *send_context;
965 struct sshcipher_ctx **ccp;
2388 struct sshcipher_ctx *cc;
sshkey.c 1588 struct sshcipher_ctx *cctx = NULL;
1722 struct sshcipher_ctx *cctx = NULL;
2789 struct sshcipher_ctx *ciphercontext = NULL;
2988 struct sshcipher_ctx *ciphercontext = NULL;

Completed in 31 milliseconds