OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:r2i
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_conf.c
151
else if(method->
r2i
)
158
if(!(ext_struc = method->
r2i
(method, ctx, value))) return NULL;
/external/openssl/crypto/x509v3/
v3_conf.c
152
else if(method->
r2i
)
159
if(!(ext_struc = method->
r2i
(method, ctx, value))) return NULL;
x509v3.h
116
X509V3_EXT_R2I
r2i
;
member in struct:v3_ext_method
/external/chromium_org/third_party/boringssl/src/include/openssl/
x509v3.h
113
X509V3_EXT_R2I
r2i
;
member in struct:v3_ext_method
/external/openssl/include/openssl/
x509v3.h
116
X509V3_EXT_R2I
r2i
;
member in struct:v3_ext_method
Completed in 540 milliseconds