HomeSort by relevance Sort by last modified time
    Searched refs:ASN1_IA5STRING (Results 1 - 25 of 41) sorted by null

1 2

  /external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_ia5.c 70 static char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5);
71 static ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str);
85 ASN1_IA5STRING *ia5)
98 static ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method,
101 ASN1_IA5STRING *ia5;
v3_ncons.c 81 static int nc_dns(ASN1_IA5STRING *sub, ASN1_IA5STRING *dns);
82 static int nc_email(ASN1_IA5STRING *sub, ASN1_IA5STRING *eml);
83 static int nc_uri(ASN1_IA5STRING *uri, ASN1_IA5STRING *base);
395 static int nc_dns(ASN1_IA5STRING *dns, ASN1_IA5STRING *base)
420 static int nc_email(ASN1_IA5STRING *eml, ASN1_IA5STRING *base
    [all...]
v3_genn.c 83 ASN1_IMP(GENERAL_NAME, d.rfc822Name, ASN1_IA5STRING, GEN_EMAIL),
84 ASN1_IMP(GENERAL_NAME, d.dNSName, ASN1_IA5STRING, GEN_DNS),
90 ASN1_IMP(GENERAL_NAME, d.uniformResourceIdentifier, ASN1_IA5STRING, GEN_URI),
v3nametest.c 163 ASN1_IA5STRING *ia5 = NULL;
  /external/openssl/crypto/x509v3/
v3_ia5.c 66 static char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5);
67 static ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str);
81 ASN1_IA5STRING *ia5)
94 static ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method,
97 ASN1_IA5STRING *ia5;
v3_ncons.c 78 static int nc_dns(ASN1_IA5STRING *sub, ASN1_IA5STRING *dns);
79 static int nc_email(ASN1_IA5STRING *sub, ASN1_IA5STRING *eml);
80 static int nc_uri(ASN1_IA5STRING *uri, ASN1_IA5STRING *base);
390 static int nc_dns(ASN1_IA5STRING *dns, ASN1_IA5STRING *base)
415 static int nc_email(ASN1_IA5STRING *eml, ASN1_IA5STRING *base
    [all...]
v3_genn.c 83 ASN1_IMP(GENERAL_NAME, d.rfc822Name, ASN1_IA5STRING, GEN_EMAIL),
84 ASN1_IMP(GENERAL_NAME, d.dNSName, ASN1_IA5STRING, GEN_DNS),
90 ASN1_IMP(GENERAL_NAME, d.uniformResourceIdentifier, ASN1_IA5STRING, GEN_URI),
x509v3.h 189 ASN1_IA5STRING *rfc822Name;
190 ASN1_IA5STRING *dNSName;
194 ASN1_IA5STRING *uniformResourceIdentifier;
201 ASN1_IA5STRING *ia5;/* rfc822Name, dNSName, uniformResourceIdentifier */
294 ASN1_IA5STRING *cpsuri;
397 #define EXT_IA5STRING(nid) { nid, 0, ASN1_ITEM_ref(ASN1_IA5STRING), \
v3_utl.c 72 static int append_ia5(STACK_OF(OPENSSL_STRING) **sk, ASN1_IA5STRING *email);
521 ASN1_IA5STRING *email;
547 static int append_ia5(STACK_OF(OPENSSL_STRING) **sk, ASN1_IA5STRING *email)
  /external/chromium_org/third_party/boringssl/src/crypto/x509/
x_spki.c 67 ASN1_SIMPLE(NETSCAPE_SPKAC, challenge, ASN1_IA5STRING)
  /external/openssl/crypto/asn1/
x_spki.c 70 ASN1_SIMPLE(NETSCAPE_SPKAC, challenge, ASN1_IA5STRING)
tasn_typ.c 91 IMPLEMENT_ASN1_TYPE(ASN1_IA5STRING)
92 IMPLEMENT_ASN1_FUNCTIONS(ASN1_IA5STRING)
t_spki.c 76 ASN1_IA5STRING *chal;
asn1.h 535 ASN1_IA5STRING * ia5string;
690 #define M_ASN1_IA5STRING_new() (ASN1_IA5STRING *)\
694 (ASN1_IA5STRING *)ASN1_STRING_dup((const ASN1_STRING *)a)
699 (ASN1_IA5STRING *)d2i_ASN1_type_bytes((ASN1_STRING **)a,pp,l,\
878 DECLARE_ASN1_FUNCTIONS(ASN1_IA5STRING)
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/asn1/
tasn_typ.c 90 IMPLEMENT_ASN1_TYPE(ASN1_IA5STRING);
91 IMPLEMENT_ASN1_FUNCTIONS(ASN1_IA5STRING);
  /external/openssl/crypto/
ossl_typ.h 71 #define ASN1_IA5STRING ASN1_STRING
89 typedef struct asn1_string_st ASN1_IA5STRING;
  /external/openssl/include/openssl/
ossl_typ.h 71 #define ASN1_IA5STRING ASN1_STRING
89 typedef struct asn1_string_st ASN1_IA5STRING;
x509v3.h 189 ASN1_IA5STRING *rfc822Name;
190 ASN1_IA5STRING *dNSName;
194 ASN1_IA5STRING *uniformResourceIdentifier;
201 ASN1_IA5STRING *ia5;/* rfc822Name, dNSName, uniformResourceIdentifier */
294 ASN1_IA5STRING *cpsuri;
397 #define EXT_IA5STRING(nid) { nid, 0, ASN1_ITEM_ref(ASN1_IA5STRING), \
asn1.h 535 ASN1_IA5STRING * ia5string;
690 #define M_ASN1_IA5STRING_new() (ASN1_IA5STRING *)\
694 (ASN1_IA5STRING *)ASN1_STRING_dup((const ASN1_STRING *)a)
699 (ASN1_IA5STRING *)d2i_ASN1_type_bytes((ASN1_STRING **)a,pp,l,\
878 DECLARE_ASN1_FUNCTIONS(ASN1_IA5STRING)
    [all...]
  /external/wpa_supplicant_8/src/utils/
http_curl.c 283 STACK_OF(ASN1_IA5STRING) *refStructURI;
287 ASN1_IA5STRING *mediaType;
289 STACK_OF(ASN1_IA5STRING) *logotypeURI;
306 ASN1_IA5STRING *language;
319 ASN1_IA5STRING *language;
359 ASN1_SEQUENCE_OF(LogotypeReference, refStructURI, ASN1_IA5STRING)
363 ASN1_SIMPLE(LogotypeDetails, mediaType, ASN1_IA5STRING),
365 ASN1_SEQUENCE_OF(LogotypeDetails, logotypeURI, ASN1_IA5STRING)
379 ASN1_IMP_OPT(LogotypeImageInfo, language, ASN1_IA5STRING, 4),
392 ASN1_IMP_OPT(LogotypeAudioInfo, language, ASN1_IA5STRING, 4
    [all...]
  /external/openssl/crypto/pkcs12/
p12_asn.c 87 ADB_ENTRY(NID_sdsiCertificate, ASN1_EXP(PKCS12_BAGS, value.sdsicert, ASN1_IA5STRING, 0)),
  /external/chromium_org/third_party/boringssl/src/include/openssl/
base.h 140 typedef struct asn1_string_st ASN1_IA5STRING;
x509v3.h 186 ASN1_IA5STRING *rfc822Name;
187 ASN1_IA5STRING *dNSName;
191 ASN1_IA5STRING *uniformResourceIdentifier;
198 ASN1_IA5STRING *ia5;/* rfc822Name, dNSName, uniformResourceIdentifier */
291 ASN1_IA5STRING *cpsuri;
394 #define EXT_IA5STRING(nid) { nid, 0, ASN1_ITEM_ref(ASN1_IA5STRING), \
asn1.h 492 ASN1_IA5STRING * ia5string;
655 #define M_ASN1_IA5STRING_new() (ASN1_IA5STRING *)\
659 (ASN1_IA5STRING *)ASN1_STRING_dup((const ASN1_STRING *)a)
664 (ASN1_IA5STRING *)d2i_ASN1_type_bytes((ASN1_STRING **)a,pp,l,\
834 DECLARE_ASN1_FUNCTIONS(ASN1_IA5STRING)
    [all...]
  /external/openssl/crypto/ocsp/
ocsp_asn.c 170 ASN1_EXP_OPT(OCSP_CRLID, crlUrl, ASN1_IA5STRING, 0),

Completed in 283 milliseconds

1 2