Searched refs:tpm2_unseal (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/cryptsetup/ |
D | cryptsetup-tpm2.c | 115 return tpm2_unseal( in acquire_tpm2_key() 138 r = tpm2_unseal( in acquire_tpm2_key()
|
/systemd-251/src/cryptsetup/cryptsetup-tokens/ |
D | luks2-tpm2.c | 55 return tpm2_unseal( in acquire_luks2_key()
|
/systemd-251/src/cryptenroll/ |
D | cryptenroll-tpm2.c | 177 …r = tpm2_unseal(device, pcr_mask, pcr_bank, primary_alg, blob, blob_size, hash, hash_size, pin_str… in enroll_tpm2()
|
/systemd-251/src/shared/ |
D | tpm2-util.h | 48 int tpm2_unseal(const char *device, uint32_t pcr_mask, uint16_t pcr_bank, uint16_t primary_alg, con…
|
D | creds-util.c | 870 r = tpm2_unseal(tpm2_device, in decrypt_credential_and_warn()
|
D | tpm2-util.c | 1030 int tpm2_unseal( in tpm2_unseal() function
|