Home
last modified time | relevance | path

Searched refs:s2i (Results 1 – 23 of 23) sorted by relevance

/openbsd/lib/libcrypto/x509/
H A Dx509_ia5.c80 .s2i = (X509V3_EXT_S2I)s2i_ASN1_IA5STRING,
103 .s2i = (X509V3_EXT_S2I)s2i_ASN1_IA5STRING,
126 .s2i = (X509V3_EXT_S2I)s2i_ASN1_IA5STRING,
149 .s2i = (X509V3_EXT_S2I)s2i_ASN1_IA5STRING,
172 .s2i = (X509V3_EXT_S2I)s2i_ASN1_IA5STRING,
195 .s2i = (X509V3_EXT_S2I)s2i_ASN1_IA5STRING,
218 .s2i = (X509V3_EXT_S2I)s2i_ASN1_IA5STRING,
H A Dx509_ocsp.c107 .s2i = NULL,
130 .s2i = NULL,
153 .s2i = NULL,
176 .s2i = NULL,
199 .s2i = NULL,
222 .s2i = s2i_ocsp_nocheck,
245 .s2i = NULL,
H A Dx509_int.c72 .s2i = NULL,
95 .s2i = NULL,
124 .s2i = (X509V3_EXT_S2I)s2i_asn1_int,
H A Dx509_bitst.c114 .s2i = NULL,
137 .s2i = NULL,
160 .s2i = NULL,
H A Dx509_extku.c80 .s2i = NULL,
104 .s2i = NULL,
H A Dx509_info.c83 .s2i = NULL,
106 .s2i = NULL,
H A Dx509_pku.c77 .s2i = NULL,
H A Dx509_skey.c79 .s2i = (X509V3_EXT_S2I)s2i_skey_id,
H A Dx509_alt.c86 .s2i = NULL,
109 .s2i = NULL,
132 .s2i = NULL,
H A Dx509_pcons.c83 .s2i = NULL,
H A Dx509_bcons.c82 .s2i = NULL,
H A Dx509_crld.c84 .s2i = NULL,
107 .s2i = NULL,
679 .s2i = NULL,
H A Dx509_pmaps.c81 .s2i = NULL,
H A Dx509_akey.c82 .s2i = NULL,
H A Dx509_conf.c163 } else if (method->s2i) { in do_ext_nconf()
164 ext_struct = method->s2i(method, ctx, value); in do_ext_nconf()
H A Dx509_ncons.c93 .s2i = NULL,
H A Dx509_cpols.c94 .s2i = NULL,
H A Dx509v3.h110 X509V3_EXT_S2I s2i; member
H A Dx509_asid.c958 .s2i = NULL,
H A Dx509_addr.c1726 .s2i = NULL,
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Ddefarg4.C29 S2<int> s2i; in main() local
30 s2i.bar(); in main()
/openbsd/lib/libcrypto/ct/
H A Dct_x509v3.c141 .s2i = NULL,
165 .s2i = s2i_poison,
189 .s2i = NULL,
/openbsd/lib/libssl/doc/
H A Dopenssl.txt680 There are several "i2s" and "s2i" functions that convert structures to and
789 X509V3_EXT_S2I s2i;
849 void * s2i(struct v3_ext_method *method, struct v3_ext_ctx *ctx, char *str);
899 database an "s2i" function MUST NOT. This is so the internal code can safely
900 assume that an "s2i" function will work without a configuration database.