Searched refs:keyauth (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/security/keys/trusted-keys/ |
D | trusted_tpm1.c | 469 uint32_t keyhandle, const unsigned char *keyauth, in tpm_seal() argument 493 ret = osap(tb, &sess, keyauth, keytype, keyhandle); in tpm_seal() 587 uint32_t keyhandle, const unsigned char *keyauth, in tpm_unseal() argument 624 ret = TSS_authhmac(authdata1, keyauth, TPM_NONCE_SIZE, in tpm_unseal() 656 keyauth, SHA1_DIGEST_SIZE, in tpm_unseal() 685 ret = tpm_seal(&tb, o->keytype, o->keyhandle, o->keyauth, in key_seal() 708 ret = tpm_unseal(&tb, o->keyhandle, o->keyauth, p->blob, p->blob_len, in key_unseal() 793 res = hex2bin(opt->keyauth, args[0].from, in getoptions()
|
D | trusted_tpm2.c | 288 options->keyauth, TPM_DIGEST_SIZE); in tpm2_seal_trusted() 448 tpm_buf_append_hmac_session(chip, &buf, 0, options->keyauth, in tpm2_load_cmd()
|
/linux-6.12.1/include/keys/ |
D | trusted-type.h | 39 unsigned char keyauth[TPM_DIGEST_SIZE]; member
|
/linux-6.12.1/Documentation/security/keys/ |
D | trusted-encrypted.rst | 216 keyauth= ascii hex auth for sealing key default 0x00...i
|