Home
last modified time | relevance | path

Searched refs:mHashInterfaceCount (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Library/HashLibBaseCryptoRouter/
DHashLibBaseCryptoRouterDxe.c29 UINTN mHashInterfaceCount = 0; variable
49 if (mHashInterfaceCount == 0) { in HashStart()
53 HashCtx = AllocatePool (sizeof(*HashCtx) * mHashInterfaceCount); in HashStart()
56 for (Index = 0; Index < mHashInterfaceCount; Index++) { in HashStart()
89 if (mHashInterfaceCount == 0) { in HashUpdate()
95 for (Index = 0; Index < mHashInterfaceCount; Index++) { in HashUpdate()
132 if (mHashInterfaceCount == 0) { in HashCompleteAndExtend()
139 for (Index = 0; Index < mHashInterfaceCount; Index++) { in HashCompleteAndExtend()
179 if (mHashInterfaceCount == 0) { in HashAndExtend()
218 if (mHashInterfaceCount >= sizeof(mHashInterface)/sizeof(mHashInterface[0])) { in RegisterHashInterfaceLib()
[all …]