Home
last modified time | relevance | path

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

/linux/security/keys/trusted-keys/
H A Dtrusted_tpm1.c427 const unsigned char *blobauth, in tpm_seal() argument
474 td->encauth[i] = td->xorhash[i] ^ blobauth[i]; in tpm_seal()
542 const unsigned char *blobauth, in tpm_unseal() argument
582 ret = TSS_authhmac(authdata2, blobauth, TPM_NONCE_SIZE, in tpm_unseal()
610 blobauth, SHA1_DIGEST_SIZE, in tpm_unseal()
640 o->blobauth, o->pcrinfo, o->pcrinfo_len); in key_seal()
662 o->blobauth, p->key, &p->key_len); in key_unseal()
760 res = hex2bin(opt->blobauth, args[0].from, in getoptions()
769 if (tpm2 && opt->blobauth_len <= sizeof(opt->blobauth)) { in getoptions()
770 memcpy(opt->blobauth, args[0].from, in getoptions()
H A Dtrusted_tpm2.c282 tpm_buf_append(&sized, options->blobauth, options->blobauth_len); in tpm2_seal_trusted()
507 options->blobauth, in tpm2_unseal_cmd()
523 options->blobauth, options->blobauth_len); in tpm2_unseal_cmd()