Home
last modified time | relevance | path

Searched refs:bind_len (Results 1 - 10 of 10) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_teap_common.c353 size_t bind_len, buffer_len; in eap_teap_compound_mac() local
358 bind_len = sizeof(struct teap_tlv_hdr) + be_to_host16(cb->length); in eap_teap_compound_mac()
359 buffer_len = bind_len + 1; in eap_teap_compound_mac()
371 os_memcpy(pos, cb, bind_len); in eap_teap_compound_mac()
372 pos += bind_len; in eap_teap_compound_mac()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_teap_common.c362 size_t bind_len, buffer_len; in eap_teap_compound_mac() local
367 bind_len = sizeof(struct teap_tlv_hdr) + be_to_host16(cb->length); in eap_teap_compound_mac()
368 buffer_len = bind_len + 1; in eap_teap_compound_mac()
380 os_memcpy(pos, cb, bind_len); in eap_teap_compound_mac()
381 pos += bind_len; in eap_teap_compound_mac()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_fast.c1182 size_t bind_len) in eap_fast_validate_crypto_binding()
1220 (u8 *) b, bind_len); in eap_fast_validate_crypto_binding()
1221 hmac_sha1(data->cmk, EAP_FAST_CMK_LEN, (u8 *) b, bind_len, in eap_fast_validate_crypto_binding()
1180 eap_fast_validate_crypto_binding( struct eap_fast_data *data, struct eap_tlv_crypto_binding_tlv *b, size_t bind_len) eap_fast_validate_crypto_binding() argument
H A Deap_server_teap.c1259 size_t bind_len) in eap_teap_validate_crypto_binding()
1257 eap_teap_validate_crypto_binding( struct eap_teap_data *data, const struct teap_tlv_crypto_binding *cb, size_t bind_len) eap_teap_validate_crypto_binding() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_fast.c1196 size_t bind_len) in eap_fast_validate_crypto_binding()
1234 (u8 *) b, bind_len); in eap_fast_validate_crypto_binding()
1235 hmac_sha1(data->cmk, EAP_FAST_CMK_LEN, (u8 *) b, bind_len, in eap_fast_validate_crypto_binding()
1194 eap_fast_validate_crypto_binding( struct eap_fast_data *data, struct eap_tlv_crypto_binding_tlv *b, size_t bind_len) eap_fast_validate_crypto_binding() argument
H A Deap_server_teap.c1384 size_t bind_len) in eap_teap_validate_crypto_binding()
1382 eap_teap_validate_crypto_binding( struct eap_teap_data *data, const struct teap_tlv_crypto_binding *cb, size_t bind_len) eap_teap_validate_crypto_binding() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_fast.c756 struct eap_tlv_crypto_binding_tlv *_bind, size_t bind_len) in eap_fast_process_crypto_binding()
774 "MAC calculation", (u8 *) _bind, bind_len); in eap_fast_process_crypto_binding()
775 hmac_sha1(cmk, EAP_FAST_CMK_LEN, (u8 *) _bind, bind_len, in eap_fast_process_crypto_binding()
753 eap_fast_process_crypto_binding( struct eap_sm *sm, struct eap_fast_data *data, struct eap_method_ret *ret, struct eap_tlv_crypto_binding_tlv *_bind, size_t bind_len) eap_fast_process_crypto_binding() argument
H A Deap_teap.c760 const struct teap_tlv_crypto_binding *cb, size_t bind_len) in eap_teap_process_crypto_binding()
757 eap_teap_process_crypto_binding( struct eap_sm *sm, struct eap_teap_data *data, struct eap_method_ret *ret, const struct teap_tlv_crypto_binding *cb, size_t bind_len) eap_teap_process_crypto_binding() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_fast.c776 struct eap_tlv_crypto_binding_tlv *_bind, size_t bind_len) in eap_fast_process_crypto_binding()
794 "MAC calculation", (u8 *) _bind, bind_len); in eap_fast_process_crypto_binding()
795 hmac_sha1(cmk, EAP_FAST_CMK_LEN, (u8 *) _bind, bind_len, in eap_fast_process_crypto_binding()
773 eap_fast_process_crypto_binding( struct eap_sm *sm, struct eap_fast_data *data, struct eap_method_ret *ret, struct eap_tlv_crypto_binding_tlv *_bind, size_t bind_len) eap_fast_process_crypto_binding() argument
H A Deap_teap.c815 const struct teap_tlv_crypto_binding *cb, size_t bind_len) in eap_teap_process_crypto_binding()
812 eap_teap_process_crypto_binding( struct eap_sm *sm, struct eap_teap_data *data, struct eap_method_ret *ret, const struct teap_tlv_crypto_binding *cb, size_t bind_len) eap_teap_process_crypto_binding() argument

Completed in 19 milliseconds