Lines Matching refs:UNPACK_OUT

110 			UNPACK_OUT(TPM_RSP_HEADER, &rsp_tag, &rsp_len, &rsp_status); \
124 #define UNPACK_OUT(type, item...) do { \ macro
180 UNPACK_OUT(TPM_AUTH_SESSION, auth1); \
192 UNPACK_OUT(TPM_AUTH_SESSION, auth1); \
196 UNPACK_OUT(TPM_AUTH_SESSION, auth2); \
312 UNPACK_OUT(UINT32, &auth->AuthHandle); in TPM_OIAP()
313 UNPACK_OUT(TPM_NONCE, &auth->NonceEven); in TPM_OIAP()
338 UNPACK_OUT(UINT32, &auth->AuthHandle); in TPM_OSAP()
339 UNPACK_OUT(TPM_NONCE, &auth->NonceEven); in TPM_OSAP()
407 UNPACK_OUT(TPM_KEY, outSrk, UNPACK_ALLOC); in TPM_TakeOwnership()
411 UNPACK_OUT(TPM_KEY, &temp, UNPACK_ALIAS); in TPM_TakeOwnership()
475 UNPACK_OUT(TPM_PCRVALUE, outDigest); in TPM_Extend()
522 UNPACK_OUT(TPM_STORED_DATA12, sealedData, UNPACK_ALLOC); in TPM_Seal()
553 UNPACK_OUT(UINT32, outSize); in TPM_Unseal()
554 UNPACK_OUT(PTR, out, *outSize, UNPACK_ALLOC); in TPM_Unseal()
580 UNPACK_OUT(UINT32, keyHandle); in TPM_LoadKey()
616 UNPACK_OUT(UINT32, bytesRequested); in TPM_GetRandom()
619 UNPACK_OUT(BUFFER, randomBytes, *bytesRequested); in TPM_GetRandom()
646 UNPACK_OUT(TPM_PUBKEY, pubEK, UNPACK_ALLOC); in TPM_ReadPubek()
654 UNPACK_OUT(TPM_DIGEST, &antiReplay); in TPM_ReadPubek()
679 UNPACK_OUT(TPM_DIGEST, value); in TPM_PCR_Read()
710 UNPACK_OUT(UINT32, respSize); in TPM_GetCapability()
711 UNPACK_OUT(PTR, resp, *respSize, UNPACK_ALLOC); in TPM_GetCapability()
739 UNPACK_OUT(TPM_PUBKEY, pubEK, UNPACK_ALLOC); in TPM_CreateEndorsementKeyPair()
747 UNPACK_OUT(TPM_DIGEST, &checksum); in TPM_CreateEndorsementKeyPair()
789 UNPACK_OUT(TPM_KEY, key, UNPACK_ALLOC); in TPM_MakeIdentity()
790 UNPACK_OUT(UINT32, identityBindingSize); in TPM_MakeIdentity()
791 UNPACK_OUT(PTR, identityBinding, *identityBindingSize, UNPACK_ALLOC); in TPM_MakeIdentity()
819 UNPACK_OUT(TPM_SYMMETRIC_KEY, symKey, UNPACK_ALLOC); in TPM_ActivateIdentity()
847 UNPACK_OUT(TPM_PCR_COMPOSITE, pcrs, UNPACK_ALLOC); in TPM_Quote()
848 UNPACK_OUT(UINT32, sigSize); in TPM_Quote()
849 UNPACK_OUT(PTR, sig, *sigSize, UNPACK_ALLOC); in TPM_Quote()