Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dtpm2-util.c93 struct tpm2_context { struct
99 static void tpm2_context_destroy(struct tpm2_context *c) { in tpm2_context_destroy() argument
142 static int tpm2_init(const char *device, struct tpm2_context *ret) { in tpm2_init()
219 *ret = (struct tpm2_context) { in tpm2_init()
834 _cleanup_(tpm2_context_destroy) struct tpm2_context c = {}; in tpm2_seal()
1043 _cleanup_(tpm2_context_destroy) struct tpm2_context c = {}; in tpm2_unseal()