Home
last modified time | relevance | path

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

/crypto/bytestring/
A Dcbb.cc293 static int cbb_add_child(CBB *cbb, CBB *out_child, uint8_t len_len, in cbb_add_child() argument
307 CBB_zero(out_child); in cbb_add_child()
308 out_child->is_child = 1; in cbb_add_child()
309 out_child->u.child.base = base; in cbb_add_child()
310 out_child->u.child.offset = offset; in cbb_add_child()
311 out_child->u.child.pending_len_len = len_len; in cbb_add_child()
312 out_child->u.child.pending_is_asn1 = is_asn1; in cbb_add_child()
313 cbb->child = out_child; in cbb_add_child()

Completed in 10 milliseconds