Home
last modified time | relevance | path

Searched refs:blobauth (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/security/keys/trusted-keys/
Dtrusted_tpm1.c472 const unsigned char *blobauth, in tpm_seal() argument
521 td->encauth[i] = td->xorhash[i] ^ blobauth[i]; in tpm_seal()
589 const unsigned char *blobauth, in tpm_unseal() argument
629 ret = TSS_authhmac(authdata2, blobauth, TPM_NONCE_SIZE, in tpm_unseal()
657 blobauth, SHA1_DIGEST_SIZE, in tpm_unseal()
687 o->blobauth, o->pcrinfo, o->pcrinfo_len); in key_seal()
709 o->blobauth, p->key, &p->key_len); in key_unseal()
807 res = hex2bin(opt->blobauth, args[0].from, in getoptions()
816 if (tpm2 && opt->blobauth_len <= sizeof(opt->blobauth)) { in getoptions()
817 memcpy(opt->blobauth, args[0].from, in getoptions()
Dtrusted_tpm2.c294 tpm_buf_append(&sized, options->blobauth, options->blobauth_len); in tpm2_seal_trusted()
513 options->blobauth, in tpm2_unseal_cmd()
529 options->blobauth, options->blobauth_len); in tpm2_unseal_cmd()
/linux-6.12.1/include/keys/
Dtrusted-type.h41 unsigned char blobauth[TPM_DIGEST_SIZE]; member
/linux-6.12.1/Documentation/security/keys/
Dtrusted-encrypted.rst218 blobauth= ascii hex auth for sealed data default 0x00...