Searched refs:cipher_init (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/crypto/openssh/ |
| HD | cipher.h | 76 int cipher_init(struct sshcipher_ctx **, const struct sshcipher *,
|
| HD | cipher.c | 321 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()
|
| HD | packet.c | 311 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()
|
| HD | ssh_namespace.h | 234 #define cipher_init Fssh_cipher_init macro
|
| HD | sshkey.c | 3098 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/ |
| 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()
|