Home
last modified time | relevance | path

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

12

/openssl/crypto/x509/
H A Dv3_ncons.c40 static int nc_dns(ASN1_IA5STRING *sub, ASN1_IA5STRING *dns);
41 static int nc_email(ASN1_IA5STRING *sub, ASN1_IA5STRING *eml);
42 static int nc_email_eai(ASN1_TYPE *emltype, ASN1_IA5STRING *base);
43 static int nc_uri(ASN1_IA5STRING *uri, ASN1_IA5STRING *base);
103 static char *ia5memrchr(ASN1_IA5STRING *str, int c)
629 static int nc_dns(ASN1_IA5STRING *dns, ASN1_IA5STRING *base) in nc_dns()
665 static int nc_email_eai(ASN1_TYPE *emltype, ASN1_IA5STRING *base) in nc_email_eai()
735 static int nc_email(ASN1_IA5STRING *eml, ASN1_IA5STRING *base) in nc_email()
782 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.h15 ASN1_IA5STRING* namingAuthorityUrl;
H A Dv3_admis.c25 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 Dv3_utl.c31 const ASN1_IA5STRING *email);
504 const ASN1_IA5STRING *email; in STACK_OF()
533 const ASN1_IA5STRING *email) in append_ia5()
H A Dv3_cpols.c64 ADB_ENTRY(NID_id_qt_cps, ASN1_SIMPLE(POLICYQUALINFO, d.cpsuri, ASN1_IA5STRING)),
H A Dv3_san.c423 ASN1_IA5STRING *email = NULL; in copy_email()
/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);
/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),
/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.in163 ASN1_IA5STRING *rfc822Name;
164 ASN1_IA5STRING *dNSName;
168 ASN1_IA5STRING *uniformResourceIdentifier;
174 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName,
283 ASN1_IA5STRING *cpsuri;
391 # define EXT_IA5STRING(nid) { nid, 0, ASN1_ITEM_ref(ASN1_IA5STRING), \
550 char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5);
551 ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method,
982 const ASN1_IA5STRING *NAMING_AUTHORITY_get0_authorityURL(
989 ASN1_IA5STRING* namingAuthorityUrl);
H A Dasn1.h.in489 ASN1_IA5STRING *ia5string;
666 DECLARE_ASN1_FUNCTIONS(ASN1_IA5STRING)
/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)),
/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.c436 ASN1_IA5STRING *ia5 = NULL; in OCSP_url_svcloc_new()
/openssl/test/
H A Dv3nametest.c129 ASN1_IA5STRING *ia5 = NULL; in set_altname()
/openssl/fuzz/
H A Dasn1.c59 ASN1_ITEM_ref(ASN1_IA5STRING),
/openssl/util/
H A Dindent.pro55 -T ASN1_IA5STRING

Completed in 82 milliseconds

12