Searched refs:cipher_init (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dcipher.h83 int cipher_init(struct sshcipher_ctx *, const struct sshcipher *,
H A Dcipher.c300 cipher_init(struct sshcipher_ctx *cc, const struct sshcipher *cipher, function
501 r = cipher_init(cc, cipher, digest, 16, NULL, 0, do_encrypt);
H A Dpacket.c297 if ((r = cipher_init(&state->send_context, none,
299 (r = cipher_init(&state->receive_context, none,
301 error("%s: cipher_init failed: %s", __func__, ssh_err(r));
868 if ((r = cipher_init(&state->send_context, cipher, key, keylen,
870 (r = cipher_init(&state->receive_context, cipher, key, keylen,
872 fatal("%s: cipher_init failed: %s", __func__, ssh_err(r));
1037 if ((r = cipher_init(cc, enc->cipher, enc->key, enc->key_len,
H A Dssh_namespace.h237 #define cipher_init Fssh_cipher_init macro
H A Dsshkey.c3084 if ((r = cipher_init(&ciphercontext, cipher, key, keylen,
3317 (r = cipher_init(&ciphercontext, cipher, key, keylen,
/freebsd-10-stable/sys/mips/rmi/dev/sec/
H A Drmisec.c447 cmd->op.cipher_init = 0;
500 cmd->op.cipher_init = XLR_SEC_CIPHER_INIT_NK;
536 cmd->op.cipher_init = XLR_SEC_CIPHER_INIT_NK;
H A Drmilib.h556 XLR_SEC_CIPHER_INIT cipher_init; member in struct:xlr_sec_io_s
H A Drmilib.c1110 switch (op->cipher_init) {

Completed in 207 milliseconds