Home
last modified time | relevance | path

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

/security/keys/
Dtrusted.c471 const unsigned char *blobauth, in tpm_seal() argument
514 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()