Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssh/
HDcipher.h76 int cipher_init(struct sshcipher_ctx **, const struct sshcipher *,
HDcipher.c321 cipher_init(struct sshcipher_ctx **ccp, const struct sshcipher *cipher, in cipher_init() function
554 r = cipher_init(ccp, cipher, digest, 16, NULL, 0, do_encrypt); in cipher_set_key_string()
HDpacket.c311 if ((r = cipher_init(&state->send_context, none, in ssh_packet_set_connection()
313 (r = cipher_init(&state->receive_context, none, in ssh_packet_set_connection()
832 if ((r = cipher_init(&state->send_context, cipher, key, keylen, in ssh_packet_set_encryption_key()
834 (r = cipher_init(&state->receive_context, cipher, key, keylen, in ssh_packet_set_encryption_key()
1004 if ((r = cipher_init(ccp, enc->cipher, enc->key, enc->key_len, in ssh_set_newkeys()
HDssh_namespace.h234 #define cipher_init Fssh_cipher_init macro
HDsshkey.c3098 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()
/freebsd-11-stable/sys/mips/rmi/dev/sec/
HDrmisec.c442 cmd->op.cipher_init = 0; in xlr_sec_process()
495 cmd->op.cipher_init = XLR_SEC_CIPHER_INIT_NK; in xlr_sec_process()
531 cmd->op.cipher_init = XLR_SEC_CIPHER_INIT_NK; in xlr_sec_process()
HDrmilib.h556 XLR_SEC_CIPHER_INIT cipher_init; member
HDrmilib.c1110 switch (op->cipher_init) { in xlr_sec_setup_cipher()