Searched refs:auth_cfg (Results 1 – 4 of 4) sorted by relevance
69 emlxs_auth_cfg_t *auth_cfg);71 emlxs_auth_cfg_t *auth_cfg);794 node_dhc->auth_cfg.dh_group_priority[1]); in emlxs_check_dhgp()831 while (node_dhc->auth_cfg.dh_group_priority[wnt] != 0xF) { in emlxs_check_dhgp()838 if (node_dhc->auth_cfg.dh_group_priority[i] == in emlxs_check_dhgp()842 node_dhc->auth_cfg.dh_group_priority[i]; in emlxs_check_dhgp()880 SHA1Update(&sha1ctx, (void *) &node_dhc->auth_cfg.local_entity, in emlxs_get_random_bytes()1519 if (node_dhc->auth_cfg.hash_priority[1] == 0x00) { in emlxs_issue_auth_negotiate()1535 if (node_dhc->auth_cfg.dh_group_priority[1] == 0xf) { in emlxs_issue_auth_negotiate()1541 } else if (node_dhc->auth_cfg.dh_group_priority[2] == 0xf) { in emlxs_issue_auth_negotiate()[all …]
8096 hba->auth_cfg.authentication_timeout = cfg->current; in emlxs_set_parm()8100 hba->auth_cfg.authentication_mode = cfg->current; in emlxs_set_parm()8104 hba->auth_cfg.bidirectional = cfg->current; in emlxs_set_parm()8108 hba->auth_cfg.authentication_type_priority[0] = in emlxs_set_parm()8110 hba->auth_cfg.authentication_type_priority[1] = in emlxs_set_parm()8112 hba->auth_cfg.authentication_type_priority[2] = in emlxs_set_parm()8114 hba->auth_cfg.authentication_type_priority[3] = in emlxs_set_parm()8119 hba->auth_cfg.hash_priority[0] = in emlxs_set_parm()8121 hba->auth_cfg.hash_priority[1] = (cfg->current & 0x0F00)>>8; in emlxs_set_parm()8122 hba->auth_cfg.hash_priority[2] = (cfg->current & 0x00F0)>>4; in emlxs_set_parm()[all …]
333 emlxs_auth_cfg_t auth_cfg; member
2073 emlxs_auth_cfg_t auth_cfg; /* Default auth_cfg. */ member