HomeSort by relevance Sort by last modified time
    Searched refs:out_present (Results 1 - 4 of 4) sorted by null

  /external/boringssl/src/crypto/bytestring/
cbs.c 367 int CBS_get_optional_asn1(CBS *cbs, CBS *out, int *out_present, unsigned tag) {
377 if (out_present != NULL) {
378 *out_present = present;
384 int CBS_get_optional_asn1_octet_string(CBS *cbs, CBS *out, int *out_present,
399 if (out_present) {
400 *out_present = present;
  /external/boringssl/src/include/openssl/
bytestring.h 227 * |out_present| is not NULL, it sets |*out_present| to one, otherwise zero. It
230 OPENSSL_EXPORT int CBS_get_optional_asn1(CBS *cbs, CBS *out, int *out_present,
235 * |*out| to the string and |*out_present| to one. Otherwise, it sets
236 * |*out| to empty and |*out_present| to zero. |out_present| may be
240 int *out_present,
  /external/boringssl/src/ssl/
s3_both.cc 788 *ext_types[i].out_present = 0;
821 if (*ext_type->out_present) {
827 *ext_type->out_present = 1;
internal.h 1331 int *out_present; member in struct:__anon13452
    [all...]

Completed in 74 milliseconds