D | trusted.c | 662 struct trusted_key_options *o) in key_seal() argument 674 ret = tpm_seal(tb, o->keytype, o->keyhandle, o->keyauth, in key_seal() 676 o->blobauth, o->pcrinfo, o->pcrinfo_len); in key_seal() 688 struct trusted_key_options *o) in key_unseal() argument 697 ret = tpm_unseal(tb, o->keyhandle, o->keyauth, p->blob, p->blob_len, in key_unseal() 698 o->blobauth, p->key, &p->key_len); in key_unseal() 804 struct trusted_key_options *o) in datablob_parse() argument 827 ret = getoptions(datablob, p, o); in datablob_parse() 843 ret = getoptions(datablob, p, o); in datablob_parse() 850 ret = getoptions(datablob, p, o); in datablob_parse()
|