Searched refs:blobauth (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/include/keys/ | 
| D | trusted-type.h | 33 	unsigned char blobauth[TPM_DIGEST_SIZE];  member
 | 
| /Linux-v5.4/security/keys/ | 
| D | trusted.c | 471 		    const unsigned char *blobauth,  in tpm_seal()  argument514 		td->encauth[i] = td->xorhash[i] ^ blobauth[i];  in tpm_seal()
 585 		      const unsigned char *blobauth,  in tpm_unseal()  argument
 624 	ret = TSS_authhmac(authdata2, blobauth, TPM_NONCE_SIZE,  in tpm_unseal()
 655 			     blobauth, SHA1_DIGEST_SIZE,  in tpm_unseal()
 685 		       o->blobauth, o->pcrinfo, o->pcrinfo_len);  in key_seal()
 707 			 o->blobauth, p->key, &p->key_len);  in key_unseal()
 800 			res = hex2bin(opt->blobauth, args[0].from,  in getoptions()
 
 | 
| /Linux-v5.4/drivers/char/tpm/ | 
| D | tpm2-cmd.c | 454 	tpm_buf_append(&buf, options->blobauth, TPM_DIGEST_SIZE);  in tpm2_seal_trusted()617 			     options->blobauth /* hmac */,  in tpm2_unseal_cmd()
 
 | 
| /Linux-v5.4/Documentation/security/keys/ | 
| D | trusted-encrypted.rst | 61        blobauth=     ascii hex auth for sealed data default 0x00...
 |