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

  /src/crypto/external/bsd/openssh/dist/
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...]

Completed in 23 milliseconds