Searched refs:s2i (Results 1 – 23 of 23) sorted by relevance
/openbsd/lib/libcrypto/x509/ |
H A D | x509_ia5.c | 80 .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 D | x509_ocsp.c | 107 .s2i = NULL, 130 .s2i = NULL, 153 .s2i = NULL, 176 .s2i = NULL, 199 .s2i = NULL, 222 .s2i = s2i_ocsp_nocheck, 245 .s2i = NULL,
|
H A D | x509_int.c | 72 .s2i = NULL, 95 .s2i = NULL, 124 .s2i = (X509V3_EXT_S2I)s2i_asn1_int,
|
H A D | x509_bitst.c | 116 .s2i = NULL, 139 .s2i = NULL, 162 .s2i = NULL,
|
H A D | x509_extku.c | 82 .s2i = NULL, 106 .s2i = NULL,
|
H A D | x509_info.c | 83 .s2i = NULL, 106 .s2i = NULL,
|
H A D | x509_pku.c | 77 .s2i = NULL,
|
H A D | x509_skey.c | 79 .s2i = (X509V3_EXT_S2I)s2i_skey_id,
|
H A D | x509_alt.c | 86 .s2i = NULL, 109 .s2i = NULL, 132 .s2i = NULL,
|
H A D | x509_pcons.c | 85 .s2i = NULL,
|
H A D | x509_conf.c | 151 } else if (method->s2i) { in do_ext_nconf() 152 ext_struct = method->s2i(method, ctx, value); in do_ext_nconf()
|
H A D | x509_bcons.c | 84 .s2i = NULL,
|
H A D | x509_crld.c | 84 .s2i = NULL, 107 .s2i = NULL, 679 .s2i = NULL,
|
H A D | x509_pmaps.c | 83 .s2i = NULL,
|
H A D | x509_akey.c | 84 .s2i = NULL,
|
H A D | x509_ncons.c | 93 .s2i = NULL,
|
H A D | x509_cpols.c | 94 .s2i = NULL,
|
H A D | x509v3.h | 110 X509V3_EXT_S2I s2i; member
|
H A D | x509_asid.c | 958 .s2i = NULL,
|
H A D | x509_addr.c | 1726 .s2i = NULL,
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
H A D | defarg4.C | 29 S2<int> s2i; in main() local 30 s2i.bar(); in main()
|
/openbsd/lib/libcrypto/ct/ |
H A D | ct_x509v3.c | 141 .s2i = NULL, 165 .s2i = s2i_poison, 189 .s2i = NULL,
|
/openbsd/lib/libssl/doc/ |
H A D | openssl.txt | 680 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.
|