if(f_verify_pki_request_message(vc_eaPrivateEncKey,vc_eaWholeHash/*salt*/,''O,p_request.request.body.binary_body.ieee1609dot2_data,false,v_request_hash,v_bfk_hashed_id8,v_etsi_ts_102941_data,v_aes_enc_key)==false){// Cannot decrypt the message
log("f_await_ec_request_send_no_response: Failed to verify PKI message ***");
// Send error message
v_response:=m_http_response(m_http_response_ko(m_http_message_body_binary(m_binary_body_ieee1609dot2_data(v_ieee1609dot2_signed_and_encrypted_data)),v_headers,400,"Bad request"));// Initialize v_reponse with an error message
f_http_send(v_headers,v_response);
}else{
log("f_await_ec_request_send_no_response: Receive ",v_etsi_ts_102941_data,", no response sent ***");
v_result:=true;
}
}
[]tc_ac.timeout{
log("f_await_ec_request_send_no_response: Expected message not received ***");
}
}// End of 'alt' statement
returnv_result;
}// End of function f_await_ec_request_send_no_response