HomeSort by relevance Sort by last modified time
    Searched defs:publicArea (Results 1 - 6 of 6) sorted by null

  /external/tpm2/
HMAC_Start.c 27 TPMT_PUBLIC *publicArea;
34 publicArea = &hmacObject->publicArea;
37 if(publicArea->type != TPM_ALG_KEYEDHASH)
41 if(publicArea->objectAttributes.restricted == SET)
45 if(publicArea->objectAttributes.sign != SET)
49 if(publicArea->parameters.keyedHashDetail.scheme.scheme == TPM_ALG_NULL)
56 = publicArea->parameters.keyedHashDetail.scheme.details.hmac.hashAlg;
HMAC.c 28 TPMT_PUBLIC *publicArea;
34 publicArea = &hmacObject->publicArea;
37 if(publicArea->type != TPM_ALG_KEYEDHASH)
41 if(publicArea->objectAttributes.restricted == SET)
45 if(publicArea->objectAttributes.sign != SET)
49 if(publicArea->parameters.keyedHashDetail.scheme.scheme == TPM_ALG_NULL)
56 = publicArea->parameters.keyedHashDetail.scheme.details.hmac.hashAlg;
CryptUtil.c 691 // TPM_RC_VALUE the publicArea nameAlg is invalid
695 TPMT_PUBLIC *publicArea, // IN/OUT: the public area template
708 if(publicArea->nameAlg == TPM_ALG_NULL)
712 scheme = &publicArea->parameters.keyedHashDetail.scheme;
713 pAssert(publicArea->type == TPM_ALG_KEYEDHASH);
716 hashAlg = publicArea->nameAlg;
726 if(publicArea->objectAttributes.sensitiveDataOrigin == CLEAR)
728 if( ( publicArea->objectAttributes.decrypt
729 || publicArea->objectAttributes.sign)
744 CryptComputeSymmetricUnique(publicArea->nameAlg
    [all...]
Global.h 176 // The attributes field is required to be first followed by the publicArea.
179 TPMT_PUBLIC publicArea; // public area of an object
515 TPMS_NV_PUBLIC publicArea;
    [all...]
tpm_types.h     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h     [all...]

Completed in 127 milliseconds