Searched refs:cipher_init (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | cipher.h | 76 int cipher_init(struct sshcipher_ctx **, const struct sshcipher *,
|
D | cipher.c | 325 cipher_init(struct sshcipher_ctx **ccp, const struct sshcipher *cipher, in cipher_init() function 558 r = cipher_init(ccp, cipher, digest, 16, NULL, 0, do_encrypt); in cipher_set_key_string()
|
D | packet.c | 309 if ((r = cipher_init(&state->send_context, none, in ssh_packet_set_connection() 311 (r = cipher_init(&state->receive_context, none, in ssh_packet_set_connection() 830 if ((r = cipher_init(&state->send_context, cipher, key, keylen, in ssh_packet_set_encryption_key() 832 (r = cipher_init(&state->receive_context, cipher, key, keylen, in ssh_packet_set_encryption_key() 1002 if ((r = cipher_init(ccp, enc->cipher, enc->key, enc->key_len, in ssh_set_newkeys()
|
D | sshkey.c | 3098 if ((r = cipher_init(&ciphercontext, cipher, key, keylen, in sshkey_private_to_blob2() 3330 (r = cipher_init(&ciphercontext, cipher, key, keylen, in sshkey_parse_private2()
|