mirror of https://github.com/acidanthera/audk.git
SecurityPkg/FvReportPei: Change HashAlgoId to HashAlgId
Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Jian Wang <jian.j.wang@intel.com> Cc: Chao Zhang <chao.b.zhang@intel.com> Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
This commit is contained in:
parent
93373079b5
commit
f32a49f10b
|
@ -17,7 +17,7 @@ STATIC CONST HASH_ALG_INFO mHashAlgInfo[] = {
|
||||||
/**
|
/**
|
||||||
Find hash algorithm information from mHashAlgInfo according to given ID.
|
Find hash algorithm information from mHashAlgInfo according to given ID.
|
||||||
|
|
||||||
@param[in] HashAlgoId Hash algorithm type id.
|
@param[in] HashAlgId Hash algorithm type id.
|
||||||
|
|
||||||
@retval Pointer to HASH_ALG_INFO if given hash algorithm is supported.
|
@retval Pointer to HASH_ALG_INFO if given hash algorithm is supported.
|
||||||
@retval NULL if given algorithm is not supported.
|
@retval NULL if given algorithm is not supported.
|
||||||
|
|
Loading…
Reference in New Issue