Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Hash2DxeCrypto/
DHash2DxeCrypto.c382 Instance->HashInfoContext = NULL; in BaseCrypto2Hash()
407 Instance->HashInfoContext = HashInfo; in BaseCrypto2Hash()
425 Instance->HashInfoContext = NULL; in BaseCrypto2Hash()
476 if ((Instance->HashContext != NULL) || (Instance->HashInfoContext != NULL)) { in BaseCrypto2HashInit()
502 Instance->HashInfoContext = HashInfo; in BaseCrypto2HashInit()
544 if ((Instance->HashContext == NULL) || (Instance->HashInfoContext == NULL)) { in BaseCrypto2HashUpdate()
547 HashInfo = Instance->HashInfoContext; in BaseCrypto2HashUpdate()
596 if ((Instance->HashContext == NULL) || (Instance->HashInfoContext == NULL) || in BaseCrypto2HashFinal()
600 HashInfo = Instance->HashInfoContext; in BaseCrypto2HashFinal()
609 Instance->HashInfoContext = NULL; in BaseCrypto2HashFinal()
DDriver.h59 VOID *HashInfoContext; member