Home
last modified time | relevance | path

Searched refs:msgLength (Results 1 – 1 of 1) sorted by relevance

/onnv-gate/usr/src/cmd/lms/heci/
H A DPTHICommand.cpp959 UINT32 msgLength = sizeof(passwordOTP.Length) + (passwordOTP.Length * sizeof(CHAR)); in SetProvisioningServerOTP() local
961 {AMT_MAJOR_VERSION, AMT_MINOR_VERSION}, 0, {{SET_PROVISIONING_SERVER_OTP_REQUEST}}, msgLength in SetProvisioningServerOTP()
964 const UINT32 command_size = sizeof(SET_PROVISIONING_SERVER_OTP_HEADER) + msgLength; in SetProvisioningServerOTP()
1005 UINT32 msgLength = sizeof(dnsSuffix.Length) + (dnsSuffix.Length * sizeof(CHAR)); in SetDnsSuffix() local
1007 {AMT_MAJOR_VERSION, AMT_MINOR_VERSION}, 0, {{SET_DNS_SUFFIX_REQUEST}}, msgLength in SetDnsSuffix()
1010 const UINT32 command_size = sizeof(SET_DNS_SUFFIX_HEADER) + msgLength; in SetDnsSuffix()