Searched defs:passwordOTP (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lms/heci/
H A DPTHICommand.cpp946 * passwordOTP AMT_ANSI_STRING structure of OTP password
951 AMT_STATUS PTHICommand::SetProvisioningServerOTP(AMT_ANSI_STRING passwordOTP) argument
953 if (NULL == passwordOTP.Buffer)
959 UINT32 msgLength = sizeof(passwordOTP.Length) + (passwordOTP.Length * sizeof(CHAR));
972 memcpy(command + sizeof(SET_PROVISIONING_SERVER_OTP_HEADER), &(passwordOTP.Length), sizeof(passwordOTP.Length));
973 memcpy(command + sizeof(SET_PROVISIONING_SERVER_OTP_HEADER) + sizeof(passwordOTP.Length),
974 passwordOTP.Buffer, passwordOTP
[all...]

Completed in 73 milliseconds