Searched defs:out_present (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/crypto/bytestring/
H A Dcbs.c322 int CBS_get_optional_asn1(CBS *cbs, CBS *out, int *out_present, unsigned tag) { argument
327 *out_present = 1;
329 *out_present = 0;
334 int CBS_get_optional_asn1_octet_string(CBS *cbs, CBS *out, int *out_present, argument
349 if (out_present) {
350 *out_present = present;

Completed in 60 milliseconds