Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDcipher.h82 void cipher_init(CipherContext *, const Cipher *, const u_char *, u_int,
HDcipher.c263 cipher_init(CipherContext *cc, const Cipher *cipher, in cipher_init() function
443 cipher_init(cc, cipher, digest, 16, NULL, 0, do_encrypt); in cipher_set_key_string()
HDpacket.c233 cipher_init(&active_state->send_context, none, (const u_char *)"", in packet_set_connection()
235 cipher_init(&active_state->receive_context, none, (const u_char *)"", in packet_set_connection()
565 cipher_init(&active_state->send_context, cipher, key, keylen, NULL, in packet_set_encryption_key()
567 cipher_init(&active_state->receive_context, cipher, key, keylen, NULL, in packet_set_encryption_key()
788 cipher_init(cc, enc->cipher, enc->key, enc->key_len, in set_newkeys()
HDauthfile.c133 cipher_init(&ctx, c, key, keylen, key + keylen , ivlen, 1); in key_private_to_blob2()
355 cipher_init(&ctx, c, key, keylen, key + keylen, ivlen, 0); in key_parse_private2()
HDssh_namespace.h185 #define cipher_init ssh_cipher_init macro
/NextBSD/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()