Searched refs:vlen (Results 1 – 1 of 1) sorted by relevance
144 const void *value, size_t vlen) in tpm2_key_parent() argument151 for (i = 0; i < vlen; i++) { in tpm2_key_parent()161 const void *value, size_t vlen) in tpm2_key_type() argument163 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() argument184 ctx->pub_len = vlen; in tpm2_key_pub()191 const void *value, size_t vlen) in tpm2_key_priv() argument196 ctx->priv_len = vlen; in tpm2_key_priv()
Completed in 4 milliseconds