Home
last modified time | relevance | path

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

/security/keys/trusted-keys/
A Dtrusted_tpm2.c39 u8 *priv, *pub; in tpm2_key_encode() local
49 pub = src; in tpm2_key_encode()
81 work = asn1_encode_octet_string(work, end_work, pub, pub_len); in tpm2_key_encode()
103 const u8 *pub; member
137 memcpy(blob, ctx.pub, ctx.pub_len); in tpm2_key_decode()
183 ctx->pub = value; in tpm2_key_pub()
394 u8 *blob, *pub; in tpm2_load_cmd() local
423 pub = blob + 2 + private_len + 2; in tpm2_load_cmd()
425 attrs = get_unaligned_be32(pub + 4); in tpm2_load_cmd()

Completed in 3 milliseconds