Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/asn1/
H A Da_object.c148 oid_parse_arc(CBS *cbs, uint64_t *out_arc) in oid_parse_arc() argument
158 if (out_arc != NULL && arc > (UINT64_MAX >> 7)) in oid_parse_arc()
163 if (out_arc != NULL) in oid_parse_arc()
164 *out_arc = arc; in oid_parse_arc()
188 oid_parse_arc_txt(CBS *cbs, uint64_t *out_arc, char *separator, int first) in oid_parse_arc_txt() argument
242 *out_arc = arc; in oid_parse_arc_txt()