Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/x509/
H A Dx509_ncons.c80 static int nc_dns(ASN1_IA5STRING *sub, ASN1_IA5STRING *dns);
81 static int nc_email(ASN1_IA5STRING *sub, ASN1_IA5STRING *eml);
82 static int nc_uri(ASN1_IA5STRING *uri, ASN1_IA5STRING *base);
459 nc_dns(ASN1_IA5STRING *dns, ASN1_IA5STRING *base) in nc_dns()
484 nc_email(ASN1_IA5STRING *eml, ASN1_IA5STRING *base) in nc_email()
525 nc_uri(ASN1_IA5STRING *uri, ASN1_IA5STRING *base) in nc_uri()
H A Dx509_ia5.c67 static char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5);
68 static ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method,
233 i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5) in i2s_ASN1_IA5STRING()
248 static ASN1_IA5STRING *
251 ASN1_IA5STRING *ia5; in s2i_ASN1_IA5STRING()
H A Dx509v3.h181 ASN1_IA5STRING *rfc822Name;
182 ASN1_IA5STRING *dNSName;
186 ASN1_IA5STRING *uniformResourceIdentifier;
193 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName, uniformResourceIdentifier */
268 ASN1_IA5STRING *cpsuri;
H A Dx509_constraints.c711 ASN1_IA5STRING *aname = name->d.dNSName; in x509_constraints_general_to_bytes()
719 ASN1_IA5STRING *aname = name->d.rfc822Name; in x509_constraints_general_to_bytes()
727 ASN1_IA5STRING *aname = name->d.uniformResourceIdentifier; in x509_constraints_general_to_bytes()
H A Dx509_utl.c85 static int append_ia5(STACK_OF(OPENSSL_STRING) **sk, ASN1_IA5STRING *email);
701 ASN1_IA5STRING *email; in STACK_OF()
733 append_ia5(STACK_OF(OPENSSL_STRING) **sk, ASN1_IA5STRING *email) in append_ia5()
H A Dx509_alt.c464 ASN1_IA5STRING *email = NULL; in copy_email()
H A Dx509.h288 ASN1_IA5STRING *challenge; /* challenge sent in atlas >= PR2 */
/openbsd/usr.sbin/rpki-client/
H A Dtak.c43 DECLARE_STACK_OF(ASN1_IA5STRING);
46 #define sk_ASN1_IA5STRING_num(st) SKM_sk_num(ASN1_IA5STRING, (st))
47 #define sk_ASN1_IA5STRING_value(st, i) SKM_sk_value(ASN1_IA5STRING, (st), (i))
52 STACK_OF(ASN1_IA5STRING) *certificateURIs;
65 ASN1_SEQUENCE_OF(TAKey, certificateURIs, ASN1_IA5STRING),
87 const ASN1_IA5STRING *certURI; in parse_takey()
H A Drsc.c87 ASN1_IA5STRING *fileName;
104 ASN1_OPT(FileNameAndHash, fileName, ASN1_IA5STRING),
273 ASN1_IA5STRING *fileName; in rsc_parse_checklist()
H A Dmft.c48 ASN1_IA5STRING *file;
74 ASN1_SIMPLE(FileAndHash, file, ASN1_IA5STRING),
H A Dx509.c932 ASN1_IA5STRING *uri; in x509_location()
/openbsd/lib/libcrypto/asn1/
H A Dtasn_typ.c220 ASN1_IA5STRING *
221 d2i_ASN1_IA5STRING(ASN1_IA5STRING **a, const unsigned char **in, long len) in d2i_ASN1_IA5STRING()
223 return (ASN1_IA5STRING *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, in d2i_ASN1_IA5STRING()
229 i2d_ASN1_IA5STRING(ASN1_IA5STRING *a, unsigned char **out) in i2d_ASN1_IA5STRING()
235 ASN1_IA5STRING *
238 return (ASN1_IA5STRING *)ASN1_item_new(&ASN1_IA5STRING_it); in ASN1_IA5STRING_new()
243 ASN1_IA5STRING_free(ASN1_IA5STRING *a) in ASN1_IA5STRING_free()
H A Dasn1.h445 ASN1_IA5STRING * ia5string;
648 ASN1_IA5STRING *ASN1_IA5STRING_new(void);
649 void ASN1_IA5STRING_free(ASN1_IA5STRING *a);
650 ASN1_IA5STRING *d2i_ASN1_IA5STRING(ASN1_IA5STRING **a, const unsigned char **in, long len);
651 int i2d_ASN1_IA5STRING(ASN1_IA5STRING *a, unsigned char **out);
H A Dt_spki.c82 ASN1_IA5STRING *chal; in NETSCAPE_SPKI_print()
/openbsd/lib/libcrypto/ocsp/
H A Docsp_local.h257 ASN1_IA5STRING *crlUrl;
H A Docsp_ext.c571 ASN1_IA5STRING *ia5 = NULL; in OCSP_url_svcloc_new()
/openbsd/lib/libcrypto/
H A Dossl_typ.h67 typedef struct asn1_string_st ASN1_IA5STRING; typedef
/openbsd/lib/libcrypto/pkcs12/
H A Dpkcs12_local.h94 ASN1_IA5STRING *sdsicert;
/openbsd/usr.sbin/acme-client/
H A Drevokeproc.c157 const ASN1_IA5STRING *name; in revokeproc()
/openbsd/regress/lib/libcrypto/rsa/
H A Drsa_method_test.c68 ASN1_IA5STRING *message = NULL; in sign_and_verify()