Searched refs:r_proto_len (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | dpp_reconfig.c | 578 u16 trans_id_len, version_len, r_connector_len, r_proto_len, in dpp_reconfig_auth_resp_rx() local 638 &r_proto_len); in dpp_reconfig_auth_resp_rx() 645 r_proto, r_proto_len); in dpp_reconfig_auth_resp_rx() 675 if (dpp_reconfig_derive_ke_initiator(auth, r_proto, r_proto_len, in dpp_reconfig_auth_resp_rx()
|
D | dpp_i.h | 133 const u8 *r_proto, u16 r_proto_len,
|
D | dpp_auth.c | 1416 r_proto_len, r_nonce_len, i_nonce_len, r_capab_len, in dpp_auth_resp_rx() local 1548 &r_proto_len); in dpp_auth_resp_rx() 1555 r_proto, r_proto_len); in dpp_auth_resp_rx() 1558 pr = dpp_set_pubkey_point(auth->own_protocol_key, r_proto, r_proto_len); in dpp_auth_resp_rx()
|
D | dpp_crypto.c | 2350 const u8 *r_proto, u16 r_proto_len, in dpp_reconfig_derive_ke_initiator() argument 2367 r_proto, r_proto_len); in dpp_reconfig_derive_ke_initiator()
|