Searched refs:sshcipher_ctx (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | cipher.h | 66 struct sshcipher_ctx; 73 const char *cipher_warning_message(const struct sshcipher_ctx *); 76 int cipher_init(struct sshcipher_ctx **, const struct sshcipher *, 78 int cipher_crypt(struct sshcipher_ctx *, u_int, u_char *, const u_char *, 80 int cipher_get_length(struct sshcipher_ctx *, u_int *, u_int, 82 void cipher_free(struct sshcipher_ctx *); 83 int cipher_set_key_string(struct sshcipher_ctx **, 92 u_int cipher_ctx_is_plaintext(struct sshcipher_ctx *); 93 u_int cipher_ctx_get_number(struct sshcipher_ctx *); 96 int cipher_get_keyiv(struct sshcipher_ctx *, u_char *, u_int); [all …]
|
D | cipher.c | 60 struct sshcipher_ctx { struct 222 cipher_ctx_is_plaintext(struct sshcipher_ctx *cc) in cipher_ctx_is_plaintext() 228 cipher_ctx_get_number(struct sshcipher_ctx *cc) in cipher_ctx_get_number() 314 cipher_warning_message(const struct sshcipher_ctx *cc) in cipher_warning_message() 325 cipher_init(struct sshcipher_ctx **ccp, const struct sshcipher *cipher, in cipher_init() 329 struct sshcipher_ctx *cc = NULL; in cipher_init() 448 cipher_crypt(struct sshcipher_ctx *cc, u_int seqnr, u_char *dest, in cipher_crypt() 511 cipher_get_length(struct sshcipher_ctx *cc, u_int *plenp, u_int seqnr, in cipher_get_length() 524 cipher_free(struct sshcipher_ctx *cc) in cipher_free() 547 cipher_set_key_string(struct sshcipher_ctx **ccp, in cipher_set_key_string() [all …]
|
D | packet.c | 124 struct sshcipher_ctx *receive_context; 127 struct sshcipher_ctx *send_context; 944 struct sshcipher_ctx **ccp; in ssh_set_newkeys() 2513 struct sshcipher_ctx *cc; in newkeys_to_blob()
|
D | sshkey.c | 3048 struct sshcipher_ctx *ciphercontext = NULL; in sshkey_private_to_blob2() 3200 struct sshcipher_ctx *ciphercontext = NULL; in sshkey_parse_private2() 3421 struct sshcipher_ctx *ciphercontext = NULL; in sshkey_private_rsa1_to_blob() 3668 struct sshcipher_ctx *ciphercontext = NULL; in sshkey_parse_private_rsa1()
|