OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:obj_trust
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509_trs.c
72
static int
obj_trust
(int id, X509 *x, int flags);
73
static int (*default_trust)(int id, X509 *x, int flags) =
obj_trust
;
247
return
obj_trust
(trust->arg1, x, flags);
256
if(x->aux) return
obj_trust
(trust->arg1, x, flags);
267
static int
obj_trust
(int id, X509 *x, int flags)
function
/external/openssl/crypto/x509/
x509_trs.c
72
static int
obj_trust
(int id, X509 *x, int flags);
73
static int (*default_trust)(int id, X509 *x, int flags) =
obj_trust
;
247
return
obj_trust
(trust->arg1, x, flags);
256
if(x->aux) return
obj_trust
(trust->arg1, x, flags);
267
static int
obj_trust
(int id, X509 *x, int flags)
function
Completed in 85 milliseconds