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

  /external/chromium_org/chrome/common/net/
x509_certificate_model_openssl.cc 558 ASN1_TYPE* asn1_value; local
559 GENERAL_NAME_get0_otherName(name, &oid, &asn1_value);
569 if (asn1_value->type == V_ASN1_UTF8STRING) {
571 asn1_value->value.utf8string)),
572 ASN1_STRING_length(asn1_value->value.utf8string));
574 value = ProcessRawAsn1Type(asn1_value);
578 if (asn1_value->type == V_ASN1_OCTET_STRING &&
579 asn1_value->value.octet_string->length == 16) {
580 unsigned char* d = asn1_value->value.octet_string->data;
588 value = ProcessRawAsn1Type(asn1_value);
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/asn1/
tasn_fre.c 63 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine);
67 void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it)
72 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
77 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine)
118 ASN1_VALUE **pchval;
163 ASN1_VALUE **pseqval;
181 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt)
186 STACK_OF(ASN1_VALUE) *sk = (STACK_OF(ASN1_VALUE) *)*pval;
189 ASN1_VALUE *vtmp
    [all...]
tasn_prn.c 159 static int asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
164 int asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
167 static int asn1_primitive_print(BIO *out, ASN1_VALUE **fld,
176 int ASN1_item_print(BIO *out, ASN1_VALUE *ifld, int indent,
190 static int asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
197 ASN1_VALUE **tmpfld;
339 int asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
357 ASN1_VALUE *skitem;
358 STACK_OF(ASN1_VALUE) *stack;
377 stack = (STACK_OF(ASN1_VALUE) *)*fld
    [all...]
tasn_enc.c 63 static int asn1_i2d_ex_primitive(ASN1_VALUE **pval, unsigned char **out,
66 static int asn1_set_seq_out(STACK_OF(ASN1_VALUE) *sk, unsigned char **out,
69 static int asn1_template_ex_i2d(ASN1_VALUE **pval, unsigned char **out,
72 static int asn1_item_flags_i2d(ASN1_VALUE *val, unsigned char **out,
79 int ASN1_item_ndef_i2d(ASN1_VALUE *val, unsigned char **out,
85 int ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it)
99 static int asn1_item_flags_i2d(ASN1_VALUE *val, unsigned char **out,
126 int ASN1_item_ex_i2d(ASN1_VALUE **pval, unsigned char **out,
162 ASN1_VALUE **pchval;
221 ASN1_VALUE **pseqval
    [all...]
tasn_dec.c 79 static int asn1_template_ex_d2i(ASN1_VALUE **pval,
83 static int asn1_template_noexp_d2i(ASN1_VALUE **val,
87 static int asn1_d2i_ex_primitive(ASN1_VALUE **pval,
125 ASN1_VALUE *ASN1_item_d2i(ASN1_VALUE **pval,
129 ASN1_VALUE *ptmpval = NULL;
138 int ASN1_template_d2i(ASN1_VALUE **pval,
151 int ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len,
168 ASN1_VALUE **pchptr, *ptmpval;
399 ASN1_VALUE **pseqval
    [all...]
  /external/openssl/crypto/asn1/
tasn_fre.c 65 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine);
69 void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it)
74 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
79 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine)
120 ASN1_VALUE **pchval;
165 ASN1_VALUE **pseqval;
183 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt)
188 STACK_OF(ASN1_VALUE) *sk = (STACK_OF(ASN1_VALUE) *)*pval;
191 ASN1_VALUE *vtmp
    [all...]
tasn_prn.c 159 static int asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
164 int asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
167 static int asn1_primitive_print(BIO *out, ASN1_VALUE **fld,
176 int ASN1_item_print(BIO *out, ASN1_VALUE *ifld, int indent,
190 static int asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
197 ASN1_VALUE **tmpfld;
339 int asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
356 ASN1_VALUE *skitem;
357 STACK_OF(ASN1_VALUE) *stack;
376 stack = (STACK_OF(ASN1_VALUE) *)*fld
    [all...]
tasn_enc.c 67 static int asn1_i2d_ex_primitive(ASN1_VALUE **pval, unsigned char **out,
70 static int asn1_set_seq_out(STACK_OF(ASN1_VALUE) *sk, unsigned char **out,
73 static int asn1_template_ex_i2d(ASN1_VALUE **pval, unsigned char **out,
76 static int asn1_item_flags_i2d(ASN1_VALUE *val, unsigned char **out,
83 int ASN1_item_ndef_i2d(ASN1_VALUE *val, unsigned char **out,
89 int ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it)
103 static int asn1_item_flags_i2d(ASN1_VALUE *val, unsigned char **out,
130 int ASN1_item_ex_i2d(ASN1_VALUE **pval, unsigned char **out,
166 ASN1_VALUE **pchval;
225 ASN1_VALUE **pseqval
    [all...]
tasn_dec.c 82 static int asn1_template_ex_d2i(ASN1_VALUE **pval,
86 static int asn1_template_noexp_d2i(ASN1_VALUE **val,
90 static int asn1_d2i_ex_primitive(ASN1_VALUE **pval,
128 ASN1_VALUE *ASN1_item_d2i(ASN1_VALUE **pval,
132 ASN1_VALUE *ptmpval = NULL;
141 int ASN1_template_d2i(ASN1_VALUE **pval,
154 int ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len,
171 ASN1_VALUE **pchptr, *ptmpval;
414 ASN1_VALUE **pseqval
    [all...]
asn1.h 298 typedef struct ASN1_VALUE_st ASN1_VALUE;
547 ASN1_VALUE * asn1_value; member in union:asn1_type_st::__anon32757
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
asn1.h 284 typedef struct ASN1_VALUE_st ASN1_VALUE;
504 ASN1_VALUE * asn1_value; member in union:asn1_type_st::__anon16287
    [all...]
  /external/openssl/include/openssl/
asn1.h 298 typedef struct ASN1_VALUE_st ASN1_VALUE;
547 ASN1_VALUE * asn1_value; member in union:asn1_type_st::__anon32982
    [all...]

Completed in 1978 milliseconds