Searched refs:cipher_init (Results 1 – 8 of 8) sorted by relevance
| /trueos/crypto/openssh/ |
| HD | cipher.h | 82 void cipher_init(CipherContext *, const Cipher *, const u_char *, u_int,
|
| HD | cipher.c | 269 cipher_init(CipherContext *cc, const Cipher *cipher, function 449 cipher_init(cc, cipher, digest, 16, NULL, 0, do_encrypt);
|
| HD | packet.c | 235 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()
|
| HD | authfile.c | 133 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()
|
| HD | ssh_namespace.h | 185 #define cipher_init ssh_cipher_init macro
|
| /trueos/sys/mips/rmi/dev/sec/ |
| HD | rmisec.c | 447 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()
|
| HD | rmilib.h | 556 XLR_SEC_CIPHER_INIT cipher_init; member
|
| HD | rmilib.c | 1110 switch (op->cipher_init) { in xlr_sec_setup_cipher()
|