Lines Matching full:information
3 confidential information to LockBox and get it by PEI modules in S3 phase.
22 This function will save confidential information to lockbox.
24 @param Guid the guid to identify the confidential information
25 @param Buffer the address of the confidential information
26 @param Length the length of the confidential information
28 @retval RETURN_SUCCESS the information is saved successfully.
31 @retval RETURN_OUT_OF_RESOURCES no enough resource to save the information.
47 @param Guid the guid to identify the confidential information
50 @retval RETURN_SUCCESS the information is saved successfully.
70 This function will update confidential information to lockbox.
72 @param Guid the guid to identify the original confidential information
73 @param Offset the offset of the original confidential information
74 @param Buffer the address of the updated confidential information
75 @param Length the length of the updated confidential information
77 @retval RETURN_SUCCESS the information is saved successfully.
80 @retval RETURN_BUFFER_TOO_SMALL the original buffer to too small to hold new information.
95 This function will restore confidential information from lockbox.
97 @param Guid the guid to identify the confidential information
98 @param Buffer the address of the restored confidential information
100 @param Length the length of the restored confidential information
102 @retval RETURN_SUCCESS the information is restored successfully.
106 @retval RETURN_BUFFER_TOO_SMALL the Length is too small to hold the confidential information.
121 This function will restore confidential information from all lockbox which have RestoreInPlace attribute.
123 @retval RETURN_SUCCESS the information is restored successfully.