Home
last modified time | relevance | path

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

/trueos/crypto/openssh/
HDcipher.h82 void cipher_init(CipherContext *, const Cipher *, const u_char *, u_int,
HDcipher.c269 cipher_init(CipherContext *cc, const Cipher *cipher, function
449 cipher_init(cc, cipher, digest, 16, NULL, 0, do_encrypt);
HDpacket.c235 cipher_init(&active_state->send_context, none, (const u_char *)"", in packet_set_connection()
237 cipher_init(&active_state->receive_context, none, (const u_char *)"", in packet_set_connection()
567 cipher_init(&active_state->send_context, cipher, key, keylen, NULL, in packet_set_encryption_key()
569 cipher_init(&active_state->receive_context, cipher, key, keylen, NULL, in packet_set_encryption_key()
790 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
/trueos/sys/mips/rmi/dev/sec/
HDrmisec.c447 cmd->op.cipher_init = 0; in xlr_sec_process()
500 cmd->op.cipher_init = XLR_SEC_CIPHER_INIT_NK; in xlr_sec_process()
536 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()