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

  /external/boringssl/src/crypto/bytestring/
cbs.c 444 int CBS_get_optional_asn1(CBS *cbs, CBS *out, int *out_present, unsigned tag) {
454 if (out_present != NULL) {
455 *out_present = present;
461 int CBS_get_optional_asn1_octet_string(CBS *cbs, CBS *out, int *out_present,
476 if (out_present) {
477 *out_present = present;
  /external/nos/host/android/hals/keymaster/
import_wrapped_key.cpp 63 static int CBS_get_optional_asn1_set(CBS *cbs, CBS *out, int *out_present,
78 if (out_present) {
79 *out_present = present;
84 static int CBS_get_optional_asn1_null(CBS *cbs, CBS *out, int *out_present,
99 if (out_present) {
100 *out_present = present;
  /external/boringssl/src/include/openssl/
bytestring.h 244 // |out_present| is not NULL, it sets |*out_present| to one, otherwise zero. It
247 OPENSSL_EXPORT int CBS_get_optional_asn1(CBS *cbs, CBS *out, int *out_present,
252 // |*out| to the string and |*out_present| to one. Otherwise, it sets
253 // |*out| to empty and |*out_present| to zero. |out_present| may be
257 int *out_present,
  /external/boringssl/src/ssl/
handshake.cc 229 *ext_types[i].out_present = 0;
262 if (*ext_type->out_present) {
268 *ext_type->out_present = 1;
internal.h 1616 bool *out_present; member in struct:bssl::SSL_EXTENSION_TYPE
    [all...]

Completed in 84 milliseconds