Searched defs:seedIn (Results 1 - 1 of 1) sorted by relevance

/external/tpm2/
H A DObject_spt.c106 TPM2B_SEED *seedIn, // IN: optional seed for duplication blob.
135 seed = GetSeedForKDF(protectorHandle, seedIn);
159 TPM2B_SEED *seedIn, // IN: an external seed may be provided for
171 seed = GetSeedForKDF(protectorHandle, seedIn);
661 TPM2B_SEED *seedIn // IN: the optional input seed
669 if(seedIn != NULL)
671 return seedIn;
102 ComputeProtectionKeyParms( TPM_HANDLE protectorHandle, TPM_ALG_ID hashAlg, TPM2B_NAME *name, TPM2B_SEED *seedIn, TPM_ALG_ID *symAlg, UINT16 *keyBits, TPM2B_SYM_KEY *symKey ) argument
151 ComputeOuterIntegrity( TPM2B_NAME *name, TPM_HANDLE protectorHandle, TPMI_ALG_HASH hashAlg, TPM2B_SEED *seedIn, UINT32 sensitiveSize, BYTE *sensitiveData, TPM2B_DIGEST *integrity ) argument

Completed in 147 milliseconds