Home
last modified time | relevance | path

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

/third_party/openssl/crypto/x509v3/
Dv3_conf.c108 } else if (method->r2i) { in do_ext_nconf()
113 if ((ext_struc = method->r2i(method, ctx, value)) == NULL) in do_ext_nconf()
/third_party/openssl/include/openssl/
Dx509v3.h67 X509V3_EXT_R2I r2i; member
/third_party/openssl/
DCHANGES6405 *) Constify all or almost all d2i, c2i, s2i and r2i functions, along with
12879 Various additions to support the r2i method this uses.
12890 *) Add code to allow r2i extensions to access the configuration database,