Searched refs:cipher_type (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/sys/mips/rmi/dev/sec/
H A Drmisec.c446 cmd->op.cipher_type = XLR_SEC_CIPHER_TYPE_NONE;
488 cmd->op.cipher_type = XLR_SEC_CIPHER_TYPE_DES;
491 cmd->op.cipher_type = XLR_SEC_CIPHER_TYPE_3DES;
528 cmd->op.cipher_type = XLR_SEC_CIPHER_TYPE_AES128;
H A Drmilib.c174 if ((op->cipher_type == XLR_SEC_CIPHER_TYPE_ARC4) &&
182 switch (op->cipher_type) {
217 if (op->cipher_type == XLR_SEC_CIPHER_TYPE_NONE) {
256 if (op->cipher_type == XLR_SEC_CIPHER_TYPE_NONE) {
294 (op->cipher_type != XLR_SEC_CIPHER_TYPE_ARC4) &&
296 (op->cipher_type != XLR_SEC_CIPHER_TYPE_KASUMI_F8) &&
304 if ((op->cipher_type == XLR_SEC_CIPHER_TYPE_3DES) &&
650 if (op->cipher_type == XLR_SEC_CIPHER_TYPE_ARC4)
653 if (op->cipher_type != XLR_SEC_CIPHER_TYPE_NONE) {
860 if (op->cipher_type
[all...]
H A Drmilib.h555 XLR_SEC_CIPHER_TYPE cipher_type; member in struct:xlr_sec_io_s
/freebsd-10.1-release/crypto/openssh/
H A Dauthfile.c774 int check1, check2, cipher_type; local
802 cipher_type = buffer_get_char(&copy);
817 cipher = cipher_by_number(cipher_type);
819 debug("Unsupported RSA1 cipher %d", cipher_type);
H A Dsshd.c2310 u_int cipher_type, auth_mask, protocol_flags; local
2372 cipher_type = packet_get_char();
2374 if (!(cipher_mask_ssh1(0) & (1 << cipher_type)))
2383 debug("Encryption type: %.200s", cipher_name(cipher_type));
2464 packet_set_encryption_key(session_key, SSH_SESSION_KEY_LENGTH, cipher_type);

Completed in 181 milliseconds