/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_ncons.c | 37 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); 80 static char *ia5memrchr(ASN1_IA5STRING *str, int c) 600 static int nc_dns(ASN1_IA5STRING *dns, ASN1_IA5STRING *base) in nc_dns() 636 static int nc_email_eai(ASN1_TYPE *emltype, ASN1_IA5STRING *base) in nc_email_eai() 708 static int nc_email(ASN1_IA5STRING *eml, ASN1_IA5STRING *base) in nc_email() 755 static int nc_uri(ASN1_IA5STRING *uri, ASN1_IA5STRING *base) in nc_uri()
|
H A D | v3_ia5.c | 28 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 D | v3_genn.c | 34 ASN1_IMP(GENERAL_NAME, d.rfc822Name, ASN1_IA5STRING, GEN_EMAIL), 35 ASN1_IMP(GENERAL_NAME, d.dNSName, ASN1_IA5STRING, GEN_DNS), 41 ASN1_IMP(GENERAL_NAME, d.uniformResourceIdentifier, ASN1_IA5STRING, GEN_URI),
|
H A D | v3_admis.c | 25 ASN1_OPT(NAMING_AUTHORITY, namingAuthorityUrl, ASN1_IA5STRING), 216 const ASN1_IA5STRING *NAMING_AUTHORITY_get0_authorityURL(const NAMING_AUTHORITY *n) in NAMING_AUTHORITY_get0_authorityURL() 221 void NAMING_AUTHORITY_set0_authorityURL(NAMING_AUTHORITY *n, ASN1_IA5STRING *u) in NAMING_AUTHORITY_set0_authorityURL()
|
H A D | v3_admis.h | 15 ASN1_IA5STRING* namingAuthorityUrl;
|
H A D | v3_utl.c | 31 const ASN1_IA5STRING *email); 504 const ASN1_IA5STRING *email; in STACK_OF() 533 const ASN1_IA5STRING *email) in append_ia5()
|
H A D | v3_cpols.c | 64 ADB_ENTRY(NID_id_qt_cps, ASN1_SIMPLE(POLICYQUALINFO, d.cpsuri, ASN1_IA5STRING)),
|
/freebsd/contrib/wpa/src/utils/ |
H A D | http_curl.c | 295 STACK_OF(ASN1_IA5STRING) *refStructURI; 299 ASN1_IA5STRING *mediaType; 301 STACK_OF(ASN1_IA5STRING) *logotypeURI; 318 ASN1_IA5STRING *language; 331 ASN1_IA5STRING *language; 371 ASN1_SEQUENCE_OF(LogotypeReference, refStructURI, ASN1_IA5STRING) 375 ASN1_SIMPLE(LogotypeDetails, mediaType, ASN1_IA5STRING), 377 ASN1_SEQUENCE_OF(LogotypeDetails, logotypeURI, ASN1_IA5STRING) 391 ASN1_IMP_OPT(LogotypeImageInfo, language, ASN1_IA5STRING, 4), 404 ASN1_IMP_OPT(LogotypeAudioInfo, language, ASN1_IA5STRING, 4) [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | s2i_ASN1_IA5STRING.pod | 21 char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5); 22 ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method, 60 B<ASN1_IA5STRING> structure or NULL if an error occurs.
|
H A D | ADMISSIONS.pod | 50 const ASN1_IA5STRING *NAMING_AUTHORITY_get0_authorityURL( 53 ASN1_IA5STRING* namingAuthorityUrl);
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | types.h | 33 # define ASN1_IA5STRING ASN1_STRING macro 51 typedef struct asn1_string_st ASN1_IA5STRING; typedef
|
H A D | x509v3.h.in | 155 ASN1_IA5STRING *rfc822Name; 156 ASN1_IA5STRING *dNSName; 160 ASN1_IA5STRING *uniformResourceIdentifier; 166 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName, 272 ASN1_IA5STRING *cpsuri; 380 # define EXT_IA5STRING(nid) { nid, 0, ASN1_ITEM_ref(ASN1_IA5STRING), \ 536 char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5); 537 ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method, 968 const ASN1_IA5STRING *NAMING_AUTHORITY_get0_authorityURL( 975 ASN1_IA5STRING* namingAuthorityUrl);
|
H A D | x509v3.h | 178 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* namingAuthorityUrl);
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | x_spki.c | 17 ASN1_SIMPLE(NETSCAPE_SPKAC, challenge, ASN1_IA5STRING)
|
H A D | t_spki.c | 23 ASN1_IA5STRING *chal; in NETSCAPE_SPKI_print()
|
H A D | tasn_typ.c | 35 IMPLEMENT_ASN1_STRING_FUNCTIONS(ASN1_IA5STRING)
|
H A D | asn1_item_list.h | 26 ASN1_ITEM_ref(ASN1_IA5STRING),
|
/freebsd/crypto/openssl/crypto/pkcs12/ |
H A D | p12_local.h | 40 ASN1_IA5STRING *sdsicert;
|
H A D | p12_asn.c | 39 ADB_ENTRY(NID_sdsiCertificate, ASN1_EXP(PKCS12_BAGS, value.sdsicert, ASN1_IA5STRING, 0)),
|
/freebsd/crypto/openssl/crypto/ocsp/ |
H A D | ocsp_local.h | 205 ASN1_IA5STRING *crlUrl;
|
H A D | ocsp_asn.c | 123 ASN1_EXP_OPT(OCSP_CRLID, crlUrl, ASN1_IA5STRING, 0),
|
H A D | ocsp_ext.c | 436 ASN1_IA5STRING *ia5 = NULL; in OCSP_url_svcloc_new()
|
/freebsd/crypto/openssl/test/ |
H A D | v3nametest.c | 129 ASN1_IA5STRING *ia5 = NULL; in set_altname()
|
/freebsd/crypto/openssl/fuzz/ |
H A D | asn1.c | 58 ASN1_ITEM_ref(ASN1_IA5STRING),
|
/freebsd/crypto/openssl/util/ |
H A D | indent.pro | 55 -T ASN1_IA5STRING
|