Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:rbind

1235 	struct eap_tlv_crypto_binding__tlv *rbind;
1322 *resp_len = sizeof(*rresult) + sizeof(*rbind);
1345 rbind = (struct eap_tlv_crypto_binding__tlv *) (rresult + 1);
1346 rbind->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY |
1348 rbind->length = host_to_be16(sizeof(*rbind) -
1350 rbind->version = EAP_FAST_VERSION;
1351 rbind->received_version = _bind->version;
1352 rbind->subtype = EAP_TLV_CRYPTO_BINDING_SUBTYPE_RESPONSE;
1353 os_memcpy(rbind->nonce, _bind->nonce, sizeof(_bind->nonce));
1354 inc_byte_array(rbind->nonce, sizeof(rbind->nonce));
1355 hmac_sha1(cmk, 20, (u8 *) rbind, sizeof(*rbind), rbind->compound_mac);
1359 rbind->version, rbind->received_version, rbind->subtype);
1361 rbind->nonce, sizeof(rbind->nonce));
1363 rbind->compound_mac, sizeof(rbind->compound_mac));