Searched refs:pubEK (Results 1 – 4 of 4) sorted by relevance
/xen-4.10.0-shim-comet/stubdom/vtpmmgr/ |
A D | tpm.c | 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() 389 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() [all …]
|
A D | tpm.h | 61 const TPM_PUBKEY *pubEK, //in 129 TPM_PUBKEY* pubEK //out 144 TPM_PUBKEY* pubEK);
|
A D | init.c | 170 TPM_PUBKEY pubEK = TPM_PUBKEY_INIT; in try_take_ownership() local 173 status = TPM_ReadPubek(&pubEK); in try_take_ownership() 196 TPMTRYRETURN(TPM_CreateEndorsementKeyPair(&keyInfo, &pubEK)); in try_take_ownership() 228 &pubEK, in try_take_ownership() 244 free_TPM_PUBKEY(&pubEK); in try_take_ownership()
|
/xen-4.10.0-shim-comet/stubdom/ |
A D | vtpm-parent-sign-ek.patch | 187 + * TPM_PUBKEY pubEK The vTPM's public EK
|
Completed in 6 milliseconds