Searched refs:r_proto_len (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | dpp_reconfig.c | 657 u16 trans_id_len, version_len, r_connector_len, r_proto_len, in dpp_reconfig_auth_resp_rx() local 726 &r_proto_len); in dpp_reconfig_auth_resp_rx() 733 r_proto, r_proto_len); in dpp_reconfig_auth_resp_rx() 763 if (dpp_reconfig_derive_ke_initiator(auth, r_proto, r_proto_len, in dpp_reconfig_auth_resp_rx()
|
D | dpp_i.h | 134 const u8 *r_proto, u16 r_proto_len,
|
D | dpp_auth.c | 1417 r_proto_len, r_nonce_len, i_nonce_len, r_capab_len, in dpp_auth_resp_rx() local 1549 &r_proto_len); in dpp_auth_resp_rx() 1556 r_proto, r_proto_len); in dpp_auth_resp_rx() 1559 pr = dpp_set_pubkey_point(auth->own_protocol_key, r_proto, r_proto_len); in dpp_auth_resp_rx()
|
D | dpp_crypto.c | 2376 const u8 *r_proto, u16 r_proto_len, in dpp_reconfig_derive_ke_initiator() argument 2394 r_proto, r_proto_len); in dpp_reconfig_derive_ke_initiator()
|