Home
last modified time | relevance | path

Searched refs:blobSize (Results 1 – 5 of 5) sorted by relevance

/xen-4.10.0-shim-comet/stubdom/vtpmmgr/
A Dmgmt_authority.h5 int group_do_activate(struct mem_group *group, void* blob, int blobSize,
A Dtpm.h161 UINT32 blobSize, // in
A Dvtpm_cmd_handler.c439 uint32_t blobSize; in vtpmmgr_GroupActivate() local
443 UNPACK_IN(UINT32, &blobSize); in vtpmmgr_GroupActivate()
444 UNPACK_IN(VPTR, &blob, blobSize, UNPACK_ALIAS); in vtpmmgr_GroupActivate()
447 status = group_do_activate(group, blob, blobSize, tpmcmd->resp, &tpmcmd->resp_len); in vtpmmgr_GroupActivate()
A Dmgmt_authority.c275 int group_do_activate(struct mem_group *group, void* blob, int blobSize, in group_do_activate() argument
306 rc = TPM_ActivateIdentity(handle, blob, blobSize, (void*)&group->aik_authdata, in group_do_activate()
A Dtpm.c804 UINT32 blobSize, // in in TPM_ActivateIdentity() argument
814 PACK_IN(UINT32, blobSize); in TPM_ActivateIdentity()
815 PACK_IN(BUFFER, blob, blobSize); in TPM_ActivateIdentity()

Completed in 7 milliseconds