Symbol: ASN1_IA5STRING
crypto/openssl/crypto/asn1/asn1_item_list.h
26
ASN1_ITEM_ref(ASN1_IA5STRING),
crypto/openssl/crypto/asn1/t_spki.c
23
ASN1_IA5STRING *chal;
crypto/openssl/crypto/asn1/tasn_typ.c
35
IMPLEMENT_ASN1_STRING_FUNCTIONS(ASN1_IA5STRING)
crypto/openssl/crypto/asn1/x_spki.c
17
ASN1_SIMPLE(NETSCAPE_SPKAC, challenge, ASN1_IA5STRING)
crypto/openssl/crypto/ocsp/ocsp_asn.c
123
ASN1_EXP_OPT(OCSP_CRLID, crlUrl, ASN1_IA5STRING, 0),
crypto/openssl/crypto/ocsp/ocsp_ext.c
430
ASN1_IA5STRING *ia5 = NULL;
crypto/openssl/crypto/ocsp/ocsp_local.h
205
ASN1_IA5STRING *crlUrl;
crypto/openssl/crypto/pkcs12/p12_asn.c
54
ADB_ENTRY(NID_sdsiCertificate, ASN1_EXP(PKCS12_BAGS, value.sdsicert, ASN1_IA5STRING, 0)),
crypto/openssl/crypto/pkcs12/p12_local.h
40
ASN1_IA5STRING *sdsicert;
crypto/openssl/crypto/x509/v3_admis.c
218
const ASN1_IA5STRING *NAMING_AUTHORITY_get0_authorityURL(const NAMING_AUTHORITY *n)
crypto/openssl/crypto/x509/v3_admis.c
223
void NAMING_AUTHORITY_set0_authorityURL(NAMING_AUTHORITY *n, ASN1_IA5STRING *u)
crypto/openssl/crypto/x509/v3_admis.c
25
ASN1_OPT(NAMING_AUTHORITY, namingAuthorityUrl, ASN1_IA5STRING),
crypto/openssl/crypto/x509/v3_admis.h
15
ASN1_IA5STRING *namingAuthorityUrl;
crypto/openssl/crypto/x509/v3_cpols.c
63
ADB_ENTRY(NID_id_qt_cps, ASN1_SIMPLE(POLICYQUALINFO, d.cpsuri, ASN1_IA5STRING)),
crypto/openssl/crypto/x509/v3_genn.c
34
ASN1_IMP(GENERAL_NAME, d.rfc822Name, ASN1_IA5STRING, GEN_EMAIL),
crypto/openssl/crypto/x509/v3_genn.c
35
ASN1_IMP(GENERAL_NAME, d.dNSName, ASN1_IA5STRING, GEN_DNS),
crypto/openssl/crypto/x509/v3_genn.c
41
ASN1_IMP(GENERAL_NAME, d.uniformResourceIdentifier, ASN1_IA5STRING, GEN_URI),
crypto/openssl/crypto/x509/v3_ia5.c
28
char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5)
crypto/openssl/crypto/x509/v3_ia5.c
41
ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method,
crypto/openssl/crypto/x509/v3_ia5.c
44
ASN1_IA5STRING *ia5;
crypto/openssl/crypto/x509/v3_ncons.c
102
static char *ia5memrchr(ASN1_IA5STRING *str, int c)
crypto/openssl/crypto/x509/v3_ncons.c
41
static int nc_dns(ASN1_IA5STRING *sub, ASN1_IA5STRING *dns);
crypto/openssl/crypto/x509/v3_ncons.c
42
static int nc_email(ASN1_IA5STRING *sub, ASN1_IA5STRING *eml);
crypto/openssl/crypto/x509/v3_ncons.c
43
static int nc_email_eai(ASN1_TYPE *emltype, ASN1_IA5STRING *base);
crypto/openssl/crypto/x509/v3_ncons.c
44
static int nc_uri(ASN1_IA5STRING *uri, ASN1_IA5STRING *base);
crypto/openssl/crypto/x509/v3_ncons.c
621
static int nc_dns(ASN1_IA5STRING *dns, ASN1_IA5STRING *base)
crypto/openssl/crypto/x509/v3_ncons.c
656
static int nc_email_eai(ASN1_TYPE *emltype, ASN1_IA5STRING *base)
crypto/openssl/crypto/x509/v3_ncons.c
726
static int nc_email(ASN1_IA5STRING *eml, ASN1_IA5STRING *base)
crypto/openssl/crypto/x509/v3_ncons.c
771
static int nc_uri(ASN1_IA5STRING *uri, ASN1_IA5STRING *base)
crypto/openssl/crypto/x509/v3_san.c
422
ASN1_IA5STRING *email = NULL;
crypto/openssl/crypto/x509/v3_utl.c
31
const ASN1_IA5STRING *email);
crypto/openssl/crypto/x509/v3_utl.c
500
const ASN1_IA5STRING *email;
crypto/openssl/crypto/x509/v3_utl.c
530
const ASN1_IA5STRING *email)
crypto/openssl/fuzz/asn1.c
59
ASN1_ITEM_ref(ASN1_IA5STRING),
crypto/openssl/include/openssl/asn1.h
537
ASN1_IA5STRING *ia5string;
crypto/openssl/include/openssl/asn1.h
826
DECLARE_ASN1_FUNCTIONS(ASN1_IA5STRING)
crypto/openssl/include/openssl/x509.h
431
ASN1_IA5STRING *challenge; /* challenge sent in atlas >= PR2 */
crypto/openssl/include/openssl/x509v3.h
1449
const ASN1_IA5STRING *NAMING_AUTHORITY_get0_authorityURL(
crypto/openssl/include/openssl/x509v3.h
1456
ASN1_IA5STRING *namingAuthorityUrl);
crypto/openssl/include/openssl/x509v3.h
189
ASN1_IA5STRING *rfc822Name;
crypto/openssl/include/openssl/x509v3.h
190
ASN1_IA5STRING *dNSName;
crypto/openssl/include/openssl/x509v3.h
194
ASN1_IA5STRING *uniformResourceIdentifier;
crypto/openssl/include/openssl/x509v3.h
200
ASN1_IA5STRING *ia5; /* rfc822Name, dNSName,
crypto/openssl/include/openssl/x509v3.h
437
ASN1_IA5STRING *cpsuri;
crypto/openssl/include/openssl/x509v3.h
648
#define EXT_IA5STRING(nid) { nid, 0, ASN1_ITEM_ref(ASN1_IA5STRING), \
crypto/openssl/include/openssl/x509v3.h
835
char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5);
crypto/openssl/include/openssl/x509v3.h
836
ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method,
crypto/openssl/test/v3nametest.c
129
ASN1_IA5STRING *ia5 = NULL;