Searched refs:no_check (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/ |
D | v3_purp.c | 79 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca); 92 {X509_PURPOSE_ANY, X509_TRUST_DEFAULT, 0, no_check, (char *) "Any Purpose", (char *) "any", NULL}, 687 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca) in no_check() function
|
/external/openssl/crypto/x509v3/ |
D | v3_purp.c | 75 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca); 89 {X509_PURPOSE_ANY, X509_TRUST_DEFAULT, 0, no_check, "Any Purpose", "any", NULL}, 684 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca) in no_check() function
|