Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509v3/
Dv3_conf.c154 else if(method->r2i) in do_ext_nconf()
161 if(!(ext_struc = method->r2i(method, ctx, value))) return NULL; in do_ext_nconf()
/external/boringssl/src/include/openssl/
Dx509v3.h113 X509V3_EXT_R2I r2i; member