OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trust_compat
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509_trs.c
70
static int
trust_compat
(X509_TRUST *trust, X509 *x, int flags);
81
{X509_TRUST_COMPAT, 0,
trust_compat
, "compatible", 0, NULL},
251
return
trust_compat
(trust, x, flags);
260
static int
trust_compat
(X509_TRUST *trust, X509 *x, int flags)
function
/external/openssl/crypto/x509/
x509_trs.c
70
static int
trust_compat
(X509_TRUST *trust, X509 *x, int flags);
81
{X509_TRUST_COMPAT, 0,
trust_compat
, "compatible", 0, NULL},
251
return
trust_compat
(trust, x, flags);
260
static int
trust_compat
(X509_TRUST *trust, X509 *x, int flags)
function
Completed in 59 milliseconds