Searched refs:keyauth (Results 1 – 2 of 2) sorted by relevance
| /linux/security/keys/trusted-keys/ |
| H A D | trusted_tpm1.c | 424 uint32_t keyhandle, const unsigned char *keyauth, in tpm_seal() argument 448 ret = osap(tb, &sess, keyauth, keytype, keyhandle); in tpm_seal() 540 uint32_t keyhandle, const unsigned char *keyauth, in tpm_unseal() argument 577 ret = TSS_authhmac(authdata1, keyauth, TPM_NONCE_SIZE, in tpm_unseal() 609 keyauth, SHA1_DIGEST_SIZE, in tpm_unseal() 638 ret = tpm_seal(&tb, o->keytype, o->keyhandle, o->keyauth, in key_seal() 661 ret = tpm_unseal(&tb, o->keyhandle, o->keyauth, p->blob, p->blob_len, in key_unseal() 746 res = hex2bin(opt->keyauth, args[0].from, in getoptions()
|
| H A D | trusted_tpm2.c | 276 options->keyauth, TPM_DIGEST_SIZE); in tpm2_seal_trusted() 440 tpm_buf_append_hmac_session(chip, &buf, 0, options->keyauth, in tpm2_load_cmd()
|