CryptoPkg/BaseCryptLibOnProtocolPpi: Add missing comments

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2552

DxeCryptLibConstructor have no comments for it, add comments for it.

Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Xiaoyu Lu <xiaoyux.lu@intel.com>
Signed-off-by: Guomin Jiang <guomin.jiang@intel.com>
Reviewed-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Xiaoyu Lu <xiaoyux.lu@intel.com>
This commit is contained in:
GuoMinJ 2020-03-05 14:40:55 +08:00 committed by mergify[bot]
parent 9bb1f080c4
commit 8acb61dfb3
1 changed files with 9 additions and 0 deletions

View File

@ -32,6 +32,15 @@ GetCryptoServices (
return (VOID *)mCryptoProtocol;
}
/**
Locate the valid Crypto Protocol.
@param ImageHandle The firmware allocated handle for the EFI image.
@param SystemTable A pointer to the EFI System Table.
@retval EFI_SUCCESS The constructor executed correctly.
@retval EFI_NOT_FOUND Found no valid Crypto Protocol.
**/
EFI_STATUS
EFIAPI
DxeCryptLibConstructor (