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

  /external/boringssl/src/crypto/x509v3/
v3_ia5.c 74 ASN1_IA5STRING *ia5);
75 static ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method,
89 ASN1_IA5STRING *ia5)
103 static ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method,
106 ASN1_IA5STRING *ia5;
v3_ncons.c 84 static int nc_dns(ASN1_IA5STRING *sub, ASN1_IA5STRING *dns);
85 static int nc_email(ASN1_IA5STRING *sub, ASN1_IA5STRING *eml);
86 static int nc_uri(ASN1_IA5STRING *uri, ASN1_IA5STRING *base);
376 static int nc_dns(ASN1_IA5STRING *dns, ASN1_IA5STRING *base)
400 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),
v3name_test.cc 177 ASN1_IA5STRING *ia5 = NULL;
v3_utl.c 82 static int append_ia5(STACK_OF(OPENSSL_STRING) **sk, ASN1_IA5STRING *email);
572 ASN1_IA5STRING *email;
601 static int append_ia5(STACK_OF(OPENSSL_STRING) **sk, ASN1_IA5STRING *email)
    [all...]
v3_cpols.c 115 ADB_ENTRY(NID_id_qt_cps, ASN1_SIMPLE(POLICYQUALINFO, d.cpsuri, ASN1_IA5STRING)),
v3_alt.c 362 ASN1_IA5STRING *email = NULL;
  /external/boringssl/src/crypto/x509/
x_spki.c 69 ASN1_SIMPLE(NETSCAPE_SPKAC, challenge, ASN1_IA5STRING)
  /external/boringssl/src/crypto/asn1/
tasn_typ.c 82 IMPLEMENT_ASN1_STRING_FUNCTIONS(ASN1_IA5STRING)
  /external/wpa_supplicant_8/src/utils/
http_curl.c 286 STACK_OF(ASN1_IA5STRING) *refStructURI;
290 ASN1_IA5STRING *mediaType;
292 STACK_OF(ASN1_IA5STRING) *logotypeURI;
309 ASN1_IA5STRING *language;
322 ASN1_IA5STRING *language;
362 ASN1_SEQUENCE_OF(LogotypeReference, refStructURI, ASN1_IA5STRING)
366 ASN1_SIMPLE(LogotypeDetails, mediaType, ASN1_IA5STRING),
368 ASN1_SEQUENCE_OF(LogotypeDetails, logotypeURI, ASN1_IA5STRING)
382 ASN1_IMP_OPT(LogotypeImageInfo, language, ASN1_IA5STRING, 4),
395 ASN1_IMP_OPT(LogotypeAudioInfo, language, ASN1_IA5STRING, 4
    [all...]
  /external/boringssl/src/include/openssl/
x509v3.h 195 ASN1_IA5STRING *rfc822Name;
196 ASN1_IA5STRING *dNSName;
200 ASN1_IA5STRING *uniformResourceIdentifier;
207 ASN1_IA5STRING *ia5;/* rfc822Name, dNSName, uniformResourceIdentifier */
302 ASN1_IA5STRING *cpsuri;
405 #define EXT_IA5STRING(nid) { nid, 0, ASN1_ITEM_ref(ASN1_IA5STRING), \
asn1.h 459 ASN1_IA5STRING * ia5string;
586 #define M_ASN1_IA5STRING_new() (ASN1_IA5STRING *)\
590 (ASN1_IA5STRING *)ASN1_STRING_dup((const ASN1_STRING *)a)
719 DECLARE_ASN1_FUNCTIONS(ASN1_IA5STRING)
    [all...]
base.h 233 typedef struct asn1_string_st ASN1_IA5STRING;
x509.h 485 ASN1_IA5STRING *challenge; /* challenge sent in atlas >= PR2 */
    [all...]
  /external/curl/docs/examples/
curlx.c 151 static char *ia5string(ASN1_IA5STRING *ia5)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 199 ASN1_IA5STRING = asn1_string_st
218 ('ia5string', POINTER(ASN1_IA5STRING)),
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 199 ASN1_IA5STRING = asn1_string_st
218 ('ia5string', POINTER(ASN1_IA5STRING)),
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 199 ASN1_IA5STRING = asn1_string_st
218 ('ia5string', POINTER(ASN1_IA5STRING)),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 199 ASN1_IA5STRING = asn1_string_st
218 ('ia5string', POINTER(ASN1_IA5STRING)),
    [all...]
  /external/python/cpython2/Modules/
_ssl.c 1085 ASN1_IA5STRING *uri;
    [all...]

Completed in 505 milliseconds