if(f_verify_mbr_request_message(vc_maPrivateEncKey,vc_maWholeHash/*salt*/,vc_atWholeHash,p_request.body.binary_body.ieee1609dot2_data,v_request_hash,p_etsiTs103759_data,v_aes_enc_key)==false){// Cannot decrypt the message
if(f_verify_mbr_request_message(vc_maPrivateEncKey,vc_maWholeHash/*salt*/,p_request.body.binary_body.ieee1609dot2_data,v_request_hash,p_etsiTs103759_data,v_aes_enc_key)==false){// Cannot decrypt the message
// Send error message
// Send error message
v_response:=m_http_response(m_http_response_ko_no_body(p_headers,400,"Bad request"));// Initialize v_reponse with an error message
v_response:=m_http_response(m_http_response_ko_no_body(p_headers,400,"Bad request"));// Initialize v_reponse with an error message