Searched refs:cipher_init (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/crypto/openssh/ |
| HD | cipher.h | 82 void cipher_init(CipherContext *, const Cipher *, const u_char *, u_int,
|
| HD | cipher.c | 263 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()
|
| HD | packet.c | 233 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()
|
| 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
|
| /NextBSD/sys/mips/rmi/dev/sec/ |
| HD | rmisec.c | 442 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()
|
| HD | rmilib.h | 556 XLR_SEC_CIPHER_INIT cipher_init; member
|
| HD | rmilib.c | 1110 switch (op->cipher_init) { in xlr_sec_setup_cipher()
|