Lines Matching refs:r_bootstrap_len
3648 u16 r_bootstrap_len, i_bootstrap_len, wrapped_data_len, status_len, in dpp_auth_resp_rx() local
3687 &r_bootstrap_len); in dpp_auth_resp_rx()
3688 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in dpp_auth_resp_rx()
3694 r_bootstrap, r_bootstrap_len); in dpp_auth_resp_rx()
4044 u16 r_bootstrap_len, i_bootstrap_len, wrapped_data_len, status_len, in dpp_auth_conf_rx() local
4081 &r_bootstrap_len); in dpp_auth_conf_rx()
4082 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in dpp_auth_conf_rx()
4088 r_bootstrap, r_bootstrap_len); in dpp_auth_conf_rx()
9299 u16 r_bootstrap_len, i_bootstrap_len; in dpp_controller_rx_auth_req() local
9308 &r_bootstrap_len); in dpp_controller_rx_auth_req()
9309 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in dpp_controller_rx_auth_req()
9315 r_bootstrap, r_bootstrap_len); in dpp_controller_rx_auth_req()