Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/krb5/
H A Dlog.c60 struct s2i { struct
67 static struct s2i syslogvals[] = { argument
111 find_value(const char *s, struct s2i *table) in find_value()
H A Dverify_krb5_conf.c226 struct s2i { struct
233 static struct s2i syslogvals[] = { argument
278 find_value(const char *s, struct s2i *table) in find_value()
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_conf.c113 } else if (method->s2i) { in do_ext_nconf()
114 if ((ext_struc = method->s2i(method, ctx, value)) == NULL) in do_ext_nconf()
/freebsd/crypto/openssl/doc/man3/
H A Ds2i_ASN1_IA5STRING.pod46 The letters B<i> and B<s> in B<i2s> and B<s2i> stand for
/freebsd/crypto/openssl/include/openssl/
H A Dx509v3.h.in73 X509V3_EXT_S2I s2i; member
H A Dx509v3.h72 X509V3_EXT_S2I s2i; member
/freebsd/crypto/openssl/
H A DCHANGES.md11368 * Constify all or almost all d2i, c2i, s2i and r2i functions, along with