Home
last modified time | relevance | path

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

12

/freebsd-14-stable/crypto/openssl/crypto/x509/
HDv3_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);
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()
HDv3_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()
HDv3_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),
HDv3_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()
HDv3_admis.h15 ASN1_IA5STRING* namingAuthorityUrl;
HDv3_utl.c31 const ASN1_IA5STRING *email);
504 const ASN1_IA5STRING *email; in STACK_OF()
533 const ASN1_IA5STRING *email) in append_ia5()
HDv3_cpols.c64 ADB_ENTRY(NID_id_qt_cps, ASN1_SIMPLE(POLICYQUALINFO, d.cpsuri, ASN1_IA5STRING)),
HDv3_san.c425 ASN1_IA5STRING *email = NULL; in copy_email()
/freebsd-14-stable/contrib/wpa/src/utils/
HDhttp_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-14-stable/crypto/openssl/doc/man3/
HDs2i_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.
HDADMISSIONS.pod50 const ASN1_IA5STRING *NAMING_AUTHORITY_get0_authorityURL(
53 ASN1_IA5STRING* namingAuthorityUrl);
/freebsd-14-stable/crypto/openssl/include/openssl/
HDtypes.h33 # define ASN1_IA5STRING ASN1_STRING macro
51 typedef struct asn1_string_st ASN1_IA5STRING; typedef
HDx509v3.h.in155 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);
HDx509v3.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* namingAuthorityUrl);
/freebsd-14-stable/crypto/openssl/crypto/asn1/
HDx_spki.c17 ASN1_SIMPLE(NETSCAPE_SPKAC, challenge, ASN1_IA5STRING)
HDt_spki.c23 ASN1_IA5STRING *chal; in NETSCAPE_SPKI_print()
HDtasn_typ.c35 IMPLEMENT_ASN1_STRING_FUNCTIONS(ASN1_IA5STRING)
HDasn1_item_list.h26 ASN1_ITEM_ref(ASN1_IA5STRING),
/freebsd-14-stable/crypto/openssl/crypto/pkcs12/
HDp12_local.h40 ASN1_IA5STRING *sdsicert;
HDp12_asn.c39 ADB_ENTRY(NID_sdsiCertificate, ASN1_EXP(PKCS12_BAGS, value.sdsicert, ASN1_IA5STRING, 0)),
/freebsd-14-stable/crypto/openssl/crypto/ocsp/
HDocsp_local.h205 ASN1_IA5STRING *crlUrl;
HDocsp_asn.c123 ASN1_EXP_OPT(OCSP_CRLID, crlUrl, ASN1_IA5STRING, 0),
HDocsp_ext.c436 ASN1_IA5STRING *ia5 = NULL; in OCSP_url_svcloc_new()
/freebsd-14-stable/crypto/openssl/test/
HDv3nametest.c129 ASN1_IA5STRING *ia5 = NULL; in set_altname()
/freebsd-14-stable/crypto/openssl/fuzz/
HDasn1.c58 ASN1_ITEM_ref(ASN1_IA5STRING),

12