D | trusted.c | 671 struct trusted_key_options *o) in key_seal() argument 683 ret = tpm_seal(tb, o->keytype, o->keyhandle, o->keyauth, in key_seal() 685 o->blobauth, o->pcrinfo, o->pcrinfo_len); in key_seal() 697 struct trusted_key_options *o) in key_unseal() argument 706 ret = tpm_unseal(tb, o->keyhandle, o->keyauth, p->blob, p->blob_len, in key_unseal() 707 o->blobauth, p->key, &p->key_len); in key_unseal() 865 struct trusted_key_options *o) in datablob_parse() argument 888 ret = getoptions(datablob, p, o); in datablob_parse() 904 ret = getoptions(datablob, p, o); in datablob_parse() 911 ret = getoptions(datablob, p, o); in datablob_parse()
|