Home
last modified time | relevance | path

Searched refs:r2i (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/crypto/openssl/crypto/x509v3/
Dv3_conf.c153 } else if (method->r2i) { in do_ext_nconf()
158 if (!(ext_struc = method->r2i(method, ctx, value))) in do_ext_nconf()
Dx509v3.h115 X509V3_EXT_R2I r2i; member
/freebsd-9-stable/crypto/openssl/doc/
Dopenssl.txt792 X509V3_EXT_R2I r2i;
889 void * r2i(struct v3_ext_method *method, struct v3_ext_ctx *ctx, char *str);
898 is a subtle difference. Whereas an "r2i" function can access a configuration
/freebsd-9-stable/crypto/openssl/
DCHANGES1669 *) Constify all or almost all d2i, c2i, s2i and r2i functions, along with
8143 Various additions to support the r2i method this uses.
8154 *) Add code to allow r2i extensions to access the configuration database,