Home
last modified time | relevance | path

Searched refs:ASN1_IA5STRING (Results 1 - 25 of 216) sorted by relevance

123456789

/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_ncons.c37 static int nc_dns(ASN1_IA5STRING *sub, ASN1_IA5STRING *dns);
38 static int nc_email(ASN1_IA5STRING *sub, ASN1_IA5STRING *eml);
39 static int nc_email_eai(ASN1_TYPE *emltype, ASN1_IA5STRING *base);
40 static int nc_uri(ASN1_IA5STRING *uri, ASN1_IA5STRING *base);
74 /* Like memchr but for ASN1_IA5STRING. Additionally you can specify the
79 /* Like memrrchr but for ASN1_IA5STRING */
80 static char *ia5memrchr(ASN1_IA5STRING *st
[all...]
H A Dv3_ia5.c28 char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5) in i2s_ASN1_IA5STRING()
43 ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method, in s2i_ASN1_IA5STRING()
46 ASN1_IA5STRING *ia5; in s2i_ASN1_IA5STRING()
H A Dv3_admis.c25 ASN1_OPT(NAMING_AUTHORITY, namingAuthorityUrl, ASN1_IA5STRING),
216 const ASN1_IA5STRING *NAMING_AUTHORITY_get0_authorityURL( in NAMING_AUTHORITY_get0_authorityURL()
222 void NAMING_AUTHORITY_set0_authorityURL(NAMING_AUTHORITY *n, ASN1_IA5STRING* u) in NAMING_AUTHORITY_set0_authorityURL()
H A Dv3_admis.h15 ASN1_IA5STRING* namingAuthorityUrl;
/third_party/openssl/crypto/x509/
H A Dv3_ncons.c37 static int nc_dns(ASN1_IA5STRING *sub, ASN1_IA5STRING *dns);
38 static int nc_email(ASN1_IA5STRING *sub, ASN1_IA5STRING *eml);
39 static int nc_email_eai(ASN1_TYPE *emltype, ASN1_IA5STRING *base);
40 static int nc_uri(ASN1_IA5STRING *uri, ASN1_IA5STRING *base);
74 /* Like memchr but for ASN1_IA5STRING. Additionally you can specify the
79 /* Like memrrchr but for ASN1_IA5STRING */
80 static char *ia5memrchr(ASN1_IA5STRING *st
[all...]
H A Dv3_ia5.c28 char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5) in i2s_ASN1_IA5STRING()
43 ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method, in s2i_ASN1_IA5STRING()
46 ASN1_IA5STRING *ia5; in s2i_ASN1_IA5STRING()
H A Dv3_admis.c25 ASN1_OPT(NAMING_AUTHORITY, namingAuthorityUrl, ASN1_IA5STRING),
216 const ASN1_IA5STRING *NAMING_AUTHORITY_get0_authorityURL( in NAMING_AUTHORITY_get0_authorityURL()
222 void NAMING_AUTHORITY_set0_authorityURL(NAMING_AUTHORITY *n, ASN1_IA5STRING* u) in NAMING_AUTHORITY_set0_authorityURL()
H A Dv3_admis.h15 ASN1_IA5STRING* namingAuthorityUrl;
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dhttp_curl.c294 STACK_OF(ASN1_IA5STRING) *refStructURI;
298 ASN1_IA5STRING *mediaType;
300 STACK_OF(ASN1_IA5STRING) *logotypeURI;
317 ASN1_IA5STRING *language;
330 ASN1_IA5STRING *language;
370 ASN1_SEQUENCE_OF(LogotypeReference, refStructURI, ASN1_IA5STRING)
374 ASN1_SIMPLE(LogotypeDetails, mediaType, ASN1_IA5STRING),
376 ASN1_SEQUENCE_OF(LogotypeDetails, logotypeURI, ASN1_IA5STRING)
390 ASN1_IMP_OPT(LogotypeImageInfo, language, ASN1_IA5STRING, 4),
403 ASN1_IMP_OPT(LogotypeAudioInfo, language, ASN1_IA5STRING,
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dhttp_curl.c294 STACK_OF(ASN1_IA5STRING) *refStructURI;
298 ASN1_IA5STRING *mediaType;
300 STACK_OF(ASN1_IA5STRING) *logotypeURI;
317 ASN1_IA5STRING *language;
330 ASN1_IA5STRING *language;
370 ASN1_SEQUENCE_OF(LogotypeReference, refStructURI, ASN1_IA5STRING)
374 ASN1_SIMPLE(LogotypeDetails, mediaType, ASN1_IA5STRING),
376 ASN1_SEQUENCE_OF(LogotypeDetails, logotypeURI, ASN1_IA5STRING)
390 ASN1_IMP_OPT(LogotypeImageInfo, language, ASN1_IA5STRING, 4),
403 ASN1_IMP_OPT(LogotypeAudioInfo, language, ASN1_IA5STRING,
[all...]
/third_party/openssl/ohos_lite/include/openssl/
H A Dx509v3.h137 ASN1_IA5STRING *rfc822Name;
138 ASN1_IA5STRING *dNSName;
142 ASN1_IA5STRING *uniformResourceIdentifier;
148 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName,
240 ASN1_IA5STRING *cpsuri;
339 # define EXT_IA5STRING(nid) { nid, 0, ASN1_ITEM_ref(ASN1_IA5STRING), \
480 char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5);
481 ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method,
889 const ASN1_IA5STRING *NAMING_AUTHORITY_get0_authorityURL(
896 ASN1_IA5STRING* namingAuthorityUr
[all...]
H A Dossl_typ.h28 # define ASN1_IA5STRING ASN1_STRING macro
46 typedef struct asn1_string_st ASN1_IA5STRING; typedef
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dtypes.h33 # define ASN1_IA5STRING ASN1_STRING macro
51 typedef struct asn1_string_st ASN1_IA5STRING; typedef
/third_party/openssl/include/openssl/
H A Dtypes.h33 # define ASN1_IA5STRING ASN1_STRING macro
51 typedef struct asn1_string_st ASN1_IA5STRING; typedef
/third_party/node/deps/openssl/openssl/crypto/pkcs12/
H A Dp12_local.h40 ASN1_IA5STRING *sdsicert;
/third_party/openssl/crypto/pkcs12/
H A Dp12_local.h40 ASN1_IA5STRING *sdsicert;
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dt_spki.c23 ASN1_IA5STRING *chal; in NETSCAPE_SPKI_print()
H A Dtasn_typ.c35 IMPLEMENT_ASN1_STRING_FUNCTIONS(ASN1_IA5STRING)
/third_party/openssl/crypto/asn1/
H A Dt_spki.c23 ASN1_IA5STRING *chal; in NETSCAPE_SPKI_print()
H A Dtasn_typ.c35 IMPLEMENT_ASN1_STRING_FUNCTIONS(ASN1_IA5STRING)
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dx509v3.h178 ASN1_IA5STRING *rfc822Name;
179 ASN1_IA5STRING *dNSName;
183 ASN1_IA5STRING *uniformResourceIdentifier;
189 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName,
416 ASN1_IA5STRING *cpsuri;
620 # define EXT_IA5STRING(nid) { nid, 0, ASN1_ITEM_ref(ASN1_IA5STRING), \
800 char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5);
801 ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method,
1401 const ASN1_IA5STRING *NAMING_AUTHORITY_get0_authorityURL(
1408 ASN1_IA5STRING* namingAuthorityUr
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dx509v3.h178 ASN1_IA5STRING *rfc822Name;
179 ASN1_IA5STRING *dNSName;
183 ASN1_IA5STRING *uniformResourceIdentifier;
189 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName,
416 ASN1_IA5STRING *cpsuri;
620 # define EXT_IA5STRING(nid) { nid, 0, ASN1_ITEM_ref(ASN1_IA5STRING), \
800 char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5);
801 ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method,
1401 const ASN1_IA5STRING *NAMING_AUTHORITY_get0_authorityURL(
1408 ASN1_IA5STRING* namingAuthorityUr
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dx509v3.h178 ASN1_IA5STRING *rfc822Name;
179 ASN1_IA5STRING *dNSName;
183 ASN1_IA5STRING *uniformResourceIdentifier;
189 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName,
416 ASN1_IA5STRING *cpsuri;
620 # define EXT_IA5STRING(nid) { nid, 0, ASN1_ITEM_ref(ASN1_IA5STRING), \
800 char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5);
801 ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method,
1401 const ASN1_IA5STRING *NAMING_AUTHORITY_get0_authorityURL(
1408 ASN1_IA5STRING* namingAuthorityUr
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dx509v3.h178 ASN1_IA5STRING *rfc822Name;
179 ASN1_IA5STRING *dNSName;
183 ASN1_IA5STRING *uniformResourceIdentifier;
189 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName,
416 ASN1_IA5STRING *cpsuri;
620 # define EXT_IA5STRING(nid) { nid, 0, ASN1_ITEM_ref(ASN1_IA5STRING), \
800 char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5);
801 ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method,
1401 const ASN1_IA5STRING *NAMING_AUTHORITY_get0_authorityURL(
1408 ASN1_IA5STRING* namingAuthorityUr
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dx509v3.h178 ASN1_IA5STRING *rfc822Name;
179 ASN1_IA5STRING *dNSName;
183 ASN1_IA5STRING *uniformResourceIdentifier;
189 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName,
416 ASN1_IA5STRING *cpsuri;
620 # define EXT_IA5STRING(nid) { nid, 0, ASN1_ITEM_ref(ASN1_IA5STRING), \
800 char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5);
801 ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method,
1401 const ASN1_IA5STRING *NAMING_AUTHORITY_get0_authorityURL(
1408 ASN1_IA5STRING* namingAuthorityUr
[all...]

Completed in 31 milliseconds

123456789