Home
last modified time | relevance | path

Searched refs:ASN1_IA5STRING (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/crypto/openssl/crypto/x509/
H A Dv3_ncons.c41 static int nc_dns(ASN1_IA5STRING *sub, ASN1_IA5STRING *dns);
42 static int nc_email(ASN1_IA5STRING *sub, ASN1_IA5STRING *eml);
43 static int nc_email_eai(ASN1_TYPE *emltype, ASN1_IA5STRING *base);
44 static int nc_uri(ASN1_IA5STRING *uri, ASN1_IA5STRING *base);
102 static char *ia5memrchr(ASN1_IA5STRING *str, int c)
621 static int nc_dns(ASN1_IA5STRING *dns, ASN1_IA5STRING *base) in nc_dns()
656 static int nc_email_eai(ASN1_TYPE *emltype, ASN1_IA5STRING *base) in nc_email_eai()
726 static int nc_email(ASN1_IA5STRING *eml, ASN1_IA5STRING *base) in nc_email()
771 static int nc_uri(ASN1_IA5STRING *uri, ASN1_IA5STRING *base) in nc_uri()
H A Dv3_ia5.c28 char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5) in i2s_ASN1_IA5STRING()
41 ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method, in s2i_ASN1_IA5STRING()
44 ASN1_IA5STRING *ia5; in s2i_ASN1_IA5STRING()
H A Dv3_genn.c34 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 Dv3_admis.c25 ASN1_OPT(NAMING_AUTHORITY, namingAuthorityUrl, ASN1_IA5STRING),
218 const ASN1_IA5STRING *NAMING_AUTHORITY_get0_authorityURL(const NAMING_AUTHORITY *n) in NAMING_AUTHORITY_get0_authorityURL()
223 void NAMING_AUTHORITY_set0_authorityURL(NAMING_AUTHORITY *n, ASN1_IA5STRING *u) in NAMING_AUTHORITY_set0_authorityURL()
H A Dv3_admis.h15 ASN1_IA5STRING *namingAuthorityUrl;
H A Dv3_utl.c31 const ASN1_IA5STRING *email);
500 const ASN1_IA5STRING *email; in STACK_OF()
530 const ASN1_IA5STRING *email) in append_ia5()
H A Dv3_cpols.c63 ADB_ENTRY(NID_id_qt_cps, ASN1_SIMPLE(POLICYQUALINFO, d.cpsuri, ASN1_IA5STRING)),
/freebsd/contrib/wpa/src/utils/
H A Dhttp_curl.c295 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 Ds2i_ASN1_IA5STRING.pod21 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 DADMISSIONS.pod50 const ASN1_IA5STRING *NAMING_AUTHORITY_get0_authorityURL(
53 ASN1_IA5STRING* namingAuthorityUrl);
/freebsd/crypto/openssl/include/openssl/
H A Dtypes.h51 #define ASN1_IA5STRING ASN1_STRING macro
69 typedef struct asn1_string_st ASN1_IA5STRING; typedef
H A Dx509v3.h.in166 ASN1_IA5STRING *rfc822Name;
167 ASN1_IA5STRING *dNSName;
171 ASN1_IA5STRING *uniformResourceIdentifier;
177 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName,
293 ASN1_IA5STRING *cpsuri;
408 #define EXT_IA5STRING(nid) { nid, 0, ASN1_ITEM_ref(ASN1_IA5STRING), \
571 char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5);
572 ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method,
1016 const ASN1_IA5STRING *NAMING_AUTHORITY_get0_authorityURL(
1023 ASN1_IA5STRING *namingAuthorityUrl);
H A Dx509v3.h189 ASN1_IA5STRING *rfc822Name;
190 ASN1_IA5STRING *dNSName;
194 ASN1_IA5STRING *uniformResourceIdentifier;
200 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName,
437 ASN1_IA5STRING *cpsuri;
648 #define EXT_IA5STRING(nid) { nid, 0, ASN1_ITEM_ref(ASN1_IA5STRING), \
835 char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5);
836 ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method,
1449 const ASN1_IA5STRING *NAMING_AUTHORITY_get0_authorityURL(
1456 ASN1_IA5STRING *namingAuthorityUrl);
/freebsd/crypto/openssl/crypto/asn1/
H A Dx_spki.c17 ASN1_SIMPLE(NETSCAPE_SPKAC, challenge, ASN1_IA5STRING)
H A Dt_spki.c23 ASN1_IA5STRING *chal; in NETSCAPE_SPKI_print()
H A Dtasn_typ.c35 IMPLEMENT_ASN1_STRING_FUNCTIONS(ASN1_IA5STRING)
H A Dasn1_item_list.h26 ASN1_ITEM_ref(ASN1_IA5STRING),
/freebsd/crypto/krb5/src/lib/krb5/asn.1/
H A Dkrbasn1.h39 #define ASN1_IA5STRING 22 macro
/freebsd/crypto/openssl/crypto/pkcs12/
H A Dp12_local.h40 ASN1_IA5STRING *sdsicert;
H A Dp12_asn.c54 ADB_ENTRY(NID_sdsiCertificate, ASN1_EXP(PKCS12_BAGS, value.sdsicert, ASN1_IA5STRING, 0)),
/freebsd/crypto/openssl/crypto/ocsp/
H A Docsp_local.h205 ASN1_IA5STRING *crlUrl;
H A Docsp_asn.c123 ASN1_EXP_OPT(OCSP_CRLID, crlUrl, ASN1_IA5STRING, 0),
H A Docsp_ext.c430 ASN1_IA5STRING *ia5 = NULL; in OCSP_url_svcloc_new()
/freebsd/crypto/openssl/test/
H A Dv3nametest.c129 ASN1_IA5STRING *ia5 = NULL; in set_altname()
/freebsd/crypto/openssl/fuzz/
H A Dasn1.c59 ASN1_ITEM_ref(ASN1_IA5STRING),

12