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

/freebsd-10.1-release/crypto/openssh/
H A Dcipher.h82 void cipher_init(CipherContext *, const Cipher *, const u_char *, u_int,
H A Dcipher.c269 cipher_init(CipherContext *cc, const Cipher *cipher, function
295 fatal("cipher_init: key length %d is insufficient for %s.",
298 fatal("cipher_init: iv length %d is insufficient for %s.",
310 debug("cipher_init: set keylen (%d -> %d)",
319 fatal("cipher_init: EVP_CipherInit failed for %s",
324 fatal("cipher_init: EVP_CTRL_GCM_SET_IV_FIXED failed for %s",
328 debug2("cipher_init: set keylen (%d -> %d)", klen, keylen);
330 fatal("cipher_init: set keylen failed (%d -> %d)",
334 fatal("cipher_init: EVP_CipherInit: set key failed for %s",
449 cipher_init(c
[all...]
H A Dpacket.c235 cipher_init(&active_state->send_context, none, (const u_char *)"",
237 cipher_init(&active_state->receive_context, none, (const u_char *)"",
567 cipher_init(&active_state->send_context, cipher, key, keylen, NULL,
569 cipher_init(&active_state->receive_context, cipher, key, keylen, NULL,
790 cipher_init(cc, enc->cipher, enc->key, enc->key_len,
H A Dssh_namespace.h185 #define cipher_init ssh_cipher_init macro
H A Dauthfile.c133 cipher_init(&ctx, c, key, keylen, key + keylen , ivlen, 1);
355 cipher_init(&ctx, c, key, keylen, key + keylen, ivlen, 0);
/freebsd-10.1-release/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 125 milliseconds