Lines Matching refs:pubEK
361 const TPM_PUBKEY *pubEK, //in in TPM_TakeOwnership() argument
375 pubEK->pubKey.key, pubEK->pubKey.keyLength, in TPM_TakeOwnership()
376 pubEK->algorithmParms.parms.rsa.exponent, in TPM_TakeOwnership()
377 pubEK->algorithmParms.parms.rsa.exponentSize); in TPM_TakeOwnership()
383 PACK_IN(UINT32, pubEK->algorithmParms.parms.rsa.keyLength / 8); in TPM_TakeOwnership()
389 in_pos += pubEK->algorithmParms.parms.rsa.keyLength / 8; in TPM_TakeOwnership()
392 PACK_IN(UINT32, pubEK->algorithmParms.parms.rsa.keyLength / 8); in TPM_TakeOwnership()
398 in_pos += pubEK->algorithmParms.parms.rsa.keyLength / 8; in TPM_TakeOwnership()
628 TPM_PUBKEY* pubEK //out in TPM_ReadPubek() argument
646 UNPACK_OUT(TPM_PUBKEY, pubEK, UNPACK_ALLOC); in TPM_ReadPubek()
668 free_TPM_PUBKEY(pubEK); in TPM_ReadPubek()
721 TPM_PUBKEY* pubEK) in TPM_CreateEndorsementKeyPair() argument
739 UNPACK_OUT(TPM_PUBKEY, pubEK, UNPACK_ALLOC); in TPM_CreateEndorsementKeyPair()
760 free_TPM_PUBKEY(pubEK); in TPM_CreateEndorsementKeyPair()