HomeSort by relevance Sort by last modified time
    Searched refs:cipher_init (Results 1 - 4 of 4) sorted by null

  /external/openssh/
cipher.h 83 int cipher_init(struct sshcipher_ctx *, const struct sshcipher *,
cipher.c 296 cipher_init(struct sshcipher_ctx *cc, const struct sshcipher *cipher, function
498 r = cipher_init(cc, cipher, digest, 16, NULL, 0, do_encrypt);
packet.c 288 if ((r = cipher_init(&state->send_context, none,
290 (r = cipher_init(&state->receive_context, none,
292 error("%s: cipher_init failed: %s", __func__, ssh_err(r));
811 if ((r = cipher_init(&state->send_context, cipher, key, keylen,
813 (r = cipher_init(&state->receive_context, cipher, key, keylen,
815 fatal("%s: cipher_init failed: %s", __func__, ssh_err(r));
975 if ((r = cipher_init(cc, enc->cipher, enc->key, enc->key_len,
    [all...]
sshkey.c     [all...]

Completed in 139 milliseconds