Lines Matching refs:passwordOTP
946 * passwordOTP AMT_ANSI_STRING structure of OTP password
951 AMT_STATUS PTHICommand::SetProvisioningServerOTP(AMT_ANSI_STRING passwordOTP)
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.Length);
1105 * passwordOTP AMT_ANSI_STRING structure of DNS suffix