/openbsd/lib/libcrypto/x509/ |
H A D | x509_ncons.c | 80 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 D | x509_ia5.c | 67 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 D | x509v3.h | 181 ASN1_IA5STRING *rfc822Name; 182 ASN1_IA5STRING *dNSName; 186 ASN1_IA5STRING *uniformResourceIdentifier; 193 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName, uniformResourceIdentifier */ 268 ASN1_IA5STRING *cpsuri;
|
H A D | x509_constraints.c | 711 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 D | x509_utl.c | 85 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 D | x509_alt.c | 464 ASN1_IA5STRING *email = NULL; in copy_email()
|
H A D | x509.h | 288 ASN1_IA5STRING *challenge; /* challenge sent in atlas >= PR2 */
|
/openbsd/usr.sbin/rpki-client/ |
H A D | tak.c | 43 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 D | rsc.c | 87 ASN1_IA5STRING *fileName; 104 ASN1_OPT(FileNameAndHash, fileName, ASN1_IA5STRING), 273 ASN1_IA5STRING *fileName; in rsc_parse_checklist()
|
H A D | mft.c | 48 ASN1_IA5STRING *file; 74 ASN1_SIMPLE(FileAndHash, file, ASN1_IA5STRING),
|
H A D | x509.c | 932 ASN1_IA5STRING *uri; in x509_location()
|
/openbsd/lib/libcrypto/asn1/ |
H A D | tasn_typ.c | 220 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 D | asn1.h | 445 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 D | t_spki.c | 82 ASN1_IA5STRING *chal; in NETSCAPE_SPKI_print()
|
/openbsd/lib/libcrypto/ocsp/ |
H A D | ocsp_local.h | 257 ASN1_IA5STRING *crlUrl;
|
H A D | ocsp_ext.c | 571 ASN1_IA5STRING *ia5 = NULL; in OCSP_url_svcloc_new()
|
/openbsd/lib/libcrypto/ |
H A D | ossl_typ.h | 67 typedef struct asn1_string_st ASN1_IA5STRING; typedef
|
/openbsd/lib/libcrypto/pkcs12/ |
H A D | pkcs12_local.h | 94 ASN1_IA5STRING *sdsicert;
|
/openbsd/usr.sbin/acme-client/ |
H A D | revokeproc.c | 157 const ASN1_IA5STRING *name; in revokeproc()
|
/openbsd/regress/lib/libcrypto/rsa/ |
H A D | rsa_method_test.c | 68 ASN1_IA5STRING *message = NULL; in sign_and_verify()
|