HomeSort by relevance Sort by last modified time
    Searched full:asn1_string (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/openssl/openssl/crypto/
ossl_typ.h 61 #define ASN1_INTEGER ASN1_STRING
62 #define ASN1_ENUMERATED ASN1_STRING
63 #define ASN1_BIT_STRING ASN1_STRING
64 #define ASN1_OCTET_STRING ASN1_STRING
65 #define ASN1_PRINTABLESTRING ASN1_STRING
66 #define ASN1_T61STRING ASN1_STRING
67 #define ASN1_IA5STRING ASN1_STRING
68 #define ASN1_UTCTIME ASN1_STRING
69 #define ASN1_GENERALIZEDTIME ASN1_STRING
70 #define ASN1_TIME ASN1_STRING
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ossl_typ.h 61 #define ASN1_INTEGER ASN1_STRING
62 #define ASN1_ENUMERATED ASN1_STRING
63 #define ASN1_BIT_STRING ASN1_STRING
64 #define ASN1_OCTET_STRING ASN1_STRING
65 #define ASN1_PRINTABLESTRING ASN1_STRING
66 #define ASN1_T61STRING ASN1_STRING
67 #define ASN1_IA5STRING ASN1_STRING
68 #define ASN1_UTCTIME ASN1_STRING
69 #define ASN1_GENERALIZEDTIME ASN1_STRING
70 #define ASN1_TIME ASN1_STRING
    [all...]
asn1.h 221 /* This indicates that the ASN1_STRING is not a real value but just a place
233 /* This flag is used by ASN1 code to indicate an ASN1_STRING is an MSTRING
527 ASN1_STRING * asn1_string; member in union:asn1_type_st::__anon18537
545 ASN1_STRING * set;
546 ASN1_STRING * sequence;
581 #define M_ASN1_BIT_STRING_free(a) ASN1_STRING_free((ASN1_STRING *)a)
583 ASN1_STRING_dup((const ASN1_STRING *)a)
585 (const ASN1_STRING *)a,(const ASN1_STRING *)b
    [all...]
  /external/openssl/crypto/
ossl_typ.h 61 #define ASN1_INTEGER ASN1_STRING
62 #define ASN1_ENUMERATED ASN1_STRING
63 #define ASN1_BIT_STRING ASN1_STRING
64 #define ASN1_OCTET_STRING ASN1_STRING
65 #define ASN1_PRINTABLESTRING ASN1_STRING
66 #define ASN1_T61STRING ASN1_STRING
67 #define ASN1_IA5STRING ASN1_STRING
68 #define ASN1_UTCTIME ASN1_STRING
69 #define ASN1_GENERALIZEDTIME ASN1_STRING
70 #define ASN1_TIME ASN1_STRING
    [all...]
  /external/openssl/include/openssl/
ossl_typ.h 61 #define ASN1_INTEGER ASN1_STRING
62 #define ASN1_ENUMERATED ASN1_STRING
63 #define ASN1_BIT_STRING ASN1_STRING
64 #define ASN1_OCTET_STRING ASN1_STRING
65 #define ASN1_PRINTABLESTRING ASN1_STRING
66 #define ASN1_T61STRING ASN1_STRING
67 #define ASN1_IA5STRING ASN1_STRING
68 #define ASN1_UTCTIME ASN1_STRING
69 #define ASN1_GENERALIZEDTIME ASN1_STRING
70 #define ASN1_TIME ASN1_STRING
    [all...]
asn1.h 221 /* This indicates that the ASN1_STRING is not a real value but just a place
233 /* This flag is used by ASN1 code to indicate an ASN1_STRING is an MSTRING
527 ASN1_STRING * asn1_string; member in union:asn1_type_st::__anon32135
545 ASN1_STRING * set;
546 ASN1_STRING * sequence;
581 #define M_ASN1_BIT_STRING_free(a) ASN1_STRING_free((ASN1_STRING *)a)
583 ASN1_STRING_dup((const ASN1_STRING *)a)
585 (const ASN1_STRING *)a,(const ASN1_STRING *)b
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
asn1.h 221 /* This indicates that the ASN1_STRING is not a real value but just a place
233 /* This flag is used by ASN1 code to indicate an ASN1_STRING is an MSTRING
527 ASN1_STRING * asn1_string; member in union:asn1_type_st::__anon18321
545 ASN1_STRING * set;
546 ASN1_STRING * sequence;
581 #define M_ASN1_BIT_STRING_free(a) ASN1_STRING_free((ASN1_STRING *)a)
583 ASN1_STRING_dup((const ASN1_STRING *)a)
585 (const ASN1_STRING *)a,(const ASN1_STRING *)b
    [all...]
asn_pack.c 107 /* Extract an ASN1 object from an ASN1_STRING */
109 void *ASN1_unpack_string(ASN1_STRING *oct, d2i_of_void *d2i)
120 /* Pack an ASN1 object into an ASN1_STRING */
122 ASN1_STRING *ASN1_pack_string(void *obj, i2d_of_void *i2d, ASN1_STRING **oct)
125 ASN1_STRING *octmp;
152 ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_STRING **oct)
154 ASN1_STRING *octmp;
180 /* Extract an ASN1 object from an ASN1_STRING */
    [all...]
asn1_lib.c 343 int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str)
354 ASN1_STRING *ASN1_STRING_dup(const ASN1_STRING *str)
356 ASN1_STRING *ret;
370 int ASN1_STRING_set(ASN1_STRING *str, const void *_data, int len)
407 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len)
415 ASN1_STRING *ASN1_STRING_new(void)
421 ASN1_STRING *ASN1_STRING_type_new(int type)
423 ASN1_STRING *ret
    [all...]
a_bytes.c 63 static int asn1_collate_primitive(ASN1_STRING *a, ASN1_const_CTX *c);
66 ASN1_STRING *d2i_ASN1_type_bytes(ASN1_STRING **a, const unsigned char **pp,
69 ASN1_STRING *ret=NULL;
131 int i2d_ASN1_bytes(ASN1_STRING *a, unsigned char **pp, int tag, int xclass)
157 ASN1_STRING *d2i_ASN1_bytes(ASN1_STRING **a, const unsigned char **pp,
160 ASN1_STRING *ret=NULL;
252 static int asn1_collate_primitive(ASN1_STRING *a, ASN1_const_CTX *c)
254 ASN1_STRING *os=NULL
    [all...]
a_time.c 80 ASN1_STRING tmpstr;
85 tmpstr = *(ASN1_STRING *)a;
93 return(i2d_ASN1_bytes((ASN1_STRING *)a,pp,
194 if (s && !ASN1_STRING_copy((ASN1_STRING *)s, (ASN1_STRING *)&t))
tasn_typ.c 114 /* Just swallow an ASN1_SEQUENCE in an ASN1_STRING */
122 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, ASN1_PRINTABLE)
125 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, DISPLAYTEXT)
128 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, DIRECTORYSTRING)
a_gentm.c 75 ASN1_STRING tmpstr = *(ASN1_STRING *)a;
83 return(i2d_ASN1_bytes((ASN1_STRING *)a,pp,
93 ret=(ASN1_GENERALIZEDTIME *)d2i_ASN1_bytes((ASN1_STRING **)a,pp,length,
200 if (!ASN1_STRING_set((ASN1_STRING *)s,
asn1_gen.c 489 if (!(ret->value.asn1_string = ASN1_STRING_type_new(utype)))
494 ret->value.asn1_string->data = der;
495 ret->value.asn1_string->length = derlen;
710 if (!(atmp->value.asn1_string = ASN1_STRING_new()))
715 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1))
720 atmp->value.asn1_string->type = utype;
721 if (!ASN1_TIME_check(atmp->value.asn1_string))
750 if (ASN1_mbstring_copy(&atmp->value.asn1_string, (unsigned char *)str,
764 if (!(atmp->value.asn1_string = ASN1_STRING_new()))
779 atmp->value.asn1_string->data = rdata
    [all...]
a_type.c 103 ASN1_STRING *sdup;
153 result = ASN1_STRING_cmp((ASN1_STRING *) a->value.ptr,
154 (ASN1_STRING *) b->value.ptr);
  /external/openssl/crypto/asn1/
asn1.h 221 /* This indicates that the ASN1_STRING is not a real value but just a place
233 /* This flag is used by ASN1 code to indicate an ASN1_STRING is an MSTRING
527 ASN1_STRING * asn1_string; member in union:asn1_type_st::__anon31910
545 ASN1_STRING * set;
546 ASN1_STRING * sequence;
581 #define M_ASN1_BIT_STRING_free(a) ASN1_STRING_free((ASN1_STRING *)a)
583 ASN1_STRING_dup((const ASN1_STRING *)a)
585 (const ASN1_STRING *)a,(const ASN1_STRING *)b
    [all...]
asn_pack.c 107 /* Extract an ASN1 object from an ASN1_STRING */
109 void *ASN1_unpack_string(ASN1_STRING *oct, d2i_of_void *d2i)
120 /* Pack an ASN1 object into an ASN1_STRING */
122 ASN1_STRING *ASN1_pack_string(void *obj, i2d_of_void *i2d, ASN1_STRING **oct)
125 ASN1_STRING *octmp;
152 ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_STRING **oct)
154 ASN1_STRING *octmp;
180 /* Extract an ASN1 object from an ASN1_STRING */
    [all...]
asn1_lib.c 343 int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str)
354 ASN1_STRING *ASN1_STRING_dup(const ASN1_STRING *str)
356 ASN1_STRING *ret;
370 int ASN1_STRING_set(ASN1_STRING *str, const void *_data, int len)
407 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len)
415 ASN1_STRING *ASN1_STRING_new(void)
421 ASN1_STRING *ASN1_STRING_type_new(int type)
423 ASN1_STRING *ret
    [all...]
a_bytes.c 63 static int asn1_collate_primitive(ASN1_STRING *a, ASN1_const_CTX *c);
66 ASN1_STRING *d2i_ASN1_type_bytes(ASN1_STRING **a, const unsigned char **pp,
69 ASN1_STRING *ret=NULL;
131 int i2d_ASN1_bytes(ASN1_STRING *a, unsigned char **pp, int tag, int xclass)
157 ASN1_STRING *d2i_ASN1_bytes(ASN1_STRING **a, const unsigned char **pp,
160 ASN1_STRING *ret=NULL;
252 static int asn1_collate_primitive(ASN1_STRING *a, ASN1_const_CTX *c)
254 ASN1_STRING *os=NULL
    [all...]
a_time.c 80 ASN1_STRING tmpstr;
85 tmpstr = *(ASN1_STRING *)a;
93 return(i2d_ASN1_bytes((ASN1_STRING *)a,pp,
194 if (s && !ASN1_STRING_copy((ASN1_STRING *)s, (ASN1_STRING *)&t))
tasn_typ.c 114 /* Just swallow an ASN1_SEQUENCE in an ASN1_STRING */
122 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, ASN1_PRINTABLE)
125 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, DISPLAYTEXT)
128 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, DIRECTORYSTRING)
a_gentm.c 75 ASN1_STRING tmpstr = *(ASN1_STRING *)a;
83 return(i2d_ASN1_bytes((ASN1_STRING *)a,pp,
93 ret=(ASN1_GENERALIZEDTIME *)d2i_ASN1_bytes((ASN1_STRING **)a,pp,length,
200 if (!ASN1_STRING_set((ASN1_STRING *)s,
asn1_gen.c 489 if (!(ret->value.asn1_string = ASN1_STRING_type_new(utype)))
494 ret->value.asn1_string->data = der;
495 ret->value.asn1_string->length = derlen;
710 if (!(atmp->value.asn1_string = ASN1_STRING_new()))
715 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1))
720 atmp->value.asn1_string->type = utype;
721 if (!ASN1_TIME_check(atmp->value.asn1_string))
750 if (ASN1_mbstring_copy(&atmp->value.asn1_string, (unsigned char *)str,
764 if (!(atmp->value.asn1_string = ASN1_STRING_new()))
779 atmp->value.asn1_string->data = rdata
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/
example.c 81 ASN1_STRING *seq;
127 ASN1_STRING *s;
244 ASN1_STRING *seq;
294 ASN1_STRING *s;
  /external/openssl/crypto/pkcs7/
example.c 81 ASN1_STRING *seq;
127 ASN1_STRING *s;
244 ASN1_STRING *seq;
294 ASN1_STRING *s;

Completed in 475 milliseconds

1 2 3 4 5