HomeSort by relevance Sort by last modified time
    Searched refs:HashInfoContext (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/SecurityPkg/Hash2DxeCrypto/
Hash2DxeCrypto.c 382 Instance->HashInfoContext = NULL;
407 Instance->HashInfoContext = HashInfo;
425 Instance->HashInfoContext = NULL;
476 if ((Instance->HashContext != NULL) || (Instance->HashInfoContext != NULL)) {
502 Instance->HashInfoContext = HashInfo;
544 if ((Instance->HashContext == NULL) || (Instance->HashInfoContext == NULL)) {
547 HashInfo = Instance->HashInfoContext;
596 if ((Instance->HashContext == NULL) || (Instance->HashInfoContext == NULL) ||
600 HashInfo = Instance->HashInfoContext;
609 Instance->HashInfoContext = NULL;
    [all...]
Driver.h 59 VOID *HashInfoContext;

Completed in 172 milliseconds