Searched refs:blobauth (Results 1 – 3 of 3) sorted by relevance
/linux-3.3/security/keys/ |
D | trusted.c | 494 const unsigned char *blobauth, in tpm_seal() argument 537 td->encauth[i] = td->xorhash[i] ^ blobauth[i]; in tpm_seal() 608 const unsigned char *blobauth, in tpm_unseal() argument 647 ret = TSS_authhmac(authdata2, blobauth, TPM_NONCE_SIZE, in tpm_unseal() 678 blobauth, SHA1_DIGEST_SIZE, in tpm_unseal() 708 o->blobauth, o->pcrinfo, o->pcrinfo_len); in key_seal() 730 o->blobauth, p->key, &p->key_len); in key_unseal() 805 res = hex2bin(opt->blobauth, args[0].from, in getoptions()
|
D | trusted.h | 43 unsigned char blobauth[SHA1_DIGEST_SIZE]; member
|
/linux-3.3/Documentation/security/ |
D | keys-trusted-encrypted.txt | 33 blobauth= ascii hex auth for sealed data default 0x00... 35 blobauth= ascii hex auth for sealed data default 0x00...
|