Searched refs:blobauth (Results 1 – 2 of 2) sorted by relevance
| /linux/security/keys/trusted-keys/ |
| H A D | trusted_tpm1.c | 428 const unsigned char *blobauth, in tpm_seal() argument 475 td->encauth[i] = td->xorhash[i] ^ blobauth[i]; in tpm_seal() 543 const unsigned char *blobauth, in tpm_unseal() argument 583 ret = TSS_authhmac(authdata2, blobauth, TPM_NONCE_SIZE, in tpm_unseal() 611 blobauth, SHA1_DIGEST_SIZE, in tpm_unseal() 642 o->blobauth, o->pcrinfo, o->pcrinfo_len); in key_seal() 664 o->blobauth, p->key, &p->key_len); in key_unseal() 761 res = hex2bin(opt->blobauth, args[0].from, in getoptions() 770 if (tpm2 && opt->blobauth_len <= sizeof(opt->blobauth)) { in getoptions() 771 memcpy(opt->blobauth, args[0].from, in getoptions()
|
| H A D | trusted_tpm2.c | 289 tpm_buf_append(sized, options->blobauth, options->blobauth_len); in tpm2_seal_trusted() 514 options->blobauth, in tpm2_unseal_cmd() 530 options->blobauth, options->blobauth_len); in tpm2_unseal_cmd()
|