Home
last modified time | relevance | path

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

/security/keys/trusted-keys/
A Dtrusted_tpm2.c144 const void *value, size_t vlen) in tpm2_key_parent() argument
151 for (i = 0; i < vlen; i++) { in tpm2_key_parent()
161 const void *value, size_t vlen) in tpm2_key_type() argument
163 enum OID oid = look_up_OID(value, vlen); in tpm2_key_type()
168 sprint_oid(value, vlen, buffer, sizeof(buffer)); in tpm2_key_type()
179 const void *value, size_t vlen) in tpm2_key_pub() argument
184 ctx->pub_len = vlen; in tpm2_key_pub()
191 const void *value, size_t vlen) in tpm2_key_priv() argument
196 ctx->priv_len = vlen; in tpm2_key_priv()

Completed in 4 milliseconds