Searched refs:keyhandle (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/crypto/asymmetric_keys/ |
| H A D | asym_tpm.c | 31 uint32_t keyhandle, unsigned char *keyauth, in tpm_loadkey2() argument 68 tpm_buf_append_u32(tb, keyhandle); in tpm_loadkey2() 109 uint32_t keyhandle, unsigned char *keyauth, in tpm_unbind() argument 149 tpm_buf_append_u32(tb, keyhandle); in tpm_unbind() 192 uint32_t keyhandle, unsigned char *keyauth, in tpm_sign() argument 232 tpm_buf_append_u32(tb, keyhandle); in tpm_sign() 508 uint32_t keyhandle; in tpm_key_decrypt() local 529 tk->blob, tk->blob_len, &keyhandle); in tpm_key_decrypt() 538 r = tpm_unbind(&tb, keyhandle, keyauth, in tpm_key_decrypt() 543 if (tpm_flushspecific(&tb, keyhandle) < 0) in tpm_key_decrypt() [all …]
|
| /OK3568_Linux_fs/kernel/security/keys/trusted-keys/ |
| H A D | trusted_tpm1.c | 465 uint32_t keyhandle, const unsigned char *keyauth, in tpm_seal() argument 489 ret = osap(tb, &sess, keyauth, keytype, keyhandle); in tpm_seal() 542 tpm_buf_append_u32(tb, keyhandle); in tpm_seal() 583 uint32_t keyhandle, const unsigned char *keyauth, in tpm_unseal() argument 633 tpm_buf_append_u32(tb, keyhandle); in tpm_unseal() 681 ret = tpm_seal(&tb, o->keytype, o->keyhandle, o->keyauth, in key_seal() 704 ret = tpm_unseal(&tb, o->keyhandle, o->keyauth, p->blob, p->blob_len, in key_unseal() 785 opt->keyhandle = handle; in getoptions() 956 options->keyhandle = SRKHANDLE; in trusted_options_alloc() 1026 if (!options->keyhandle) { in trusted_instantiate() [all …]
|
| H A D | trusted_tpm2.c | 92 tpm_buf_append_u32(&buf, options->keyhandle); in tpm2_seal_trusted() 209 tpm_buf_append_u32(&buf, options->keyhandle); in tpm2_load_cmd()
|
| /OK3568_Linux_fs/kernel/include/keys/ |
| H A D | trusted-type.h | 31 uint32_t keyhandle; member
|
| H A D | trusted_tpm.h | 56 pr_info("trusted_key: sealing key handle %0X\n", o->keyhandle); in dump_options()
|
| /OK3568_Linux_fs/kernel/Documentation/security/keys/ |
| H A D | trusted-encrypted.rst | 55 keyhandle= ascii hex value of sealing key 112 append 'keyhandle=0x81000001' to statements between quotes, such as 113 "new 32 keyhandle=0x81000001".
|