HomeSort by relevance Sort by last modified time
    Searched defs:publicArea (Results 1 - 5 of 5) 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 694 TPMT_PUBLIC *publicArea, // IN/OUT: the public area template
706 scheme = &publicArea->parameters.keyedHashDetail.scheme;
707 pAssert(publicArea->type == TPM_ALG_KEYEDHASH);
710 hashAlg = publicArea->nameAlg;
720 if(publicArea->objectAttributes.sensitiveDataOrigin == CLEAR)
722 if( ( publicArea->objectAttributes.decrypt
723 || publicArea->objectAttributes.sign)
738 CryptComputeSymmetricUnique(publicArea->nameAlg,
739 sensitive, &publicArea->unique.sym);
782 key->exponent = rsaKey->publicArea.parameters.rsaDetail.exponent
    [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
509 TPMS_NV_PUBLIC publicArea;
    [all...]
tpm_types.h     [all...]

Completed in 624 milliseconds