Searched refs:X509_V_FLAG_ALLOW_PROXY_CERTS (Results 1 - 6 of 6) sorted by relevance

/external/openssl/crypto/x509/
H A Dx509_vfy.h375 #define X509_V_FLAG_ALLOW_PROXY_CERTS 0x40 macro
H A Dx509_vfy.c481 !!(ctx->param->flags & X509_V_FLAG_ALLOW_PROXY_CERTS);
/external/openssl/include/openssl/
H A Dx509_vfy.h375 #define X509_V_FLAG_ALLOW_PROXY_CERTS 0x40 macro
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dx509_vfy.h386 #define X509_V_FLAG_ALLOW_PROXY_CERTS 0x40 macro
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx509_vfy.c538 !!(ctx->param->flags & X509_V_FLAG_ALLOW_PROXY_CERTS);
/external/openssl/ssl/
H A Dssltest.c2304 X509_STORE_CTX_set_flags(ctx, X509_V_FLAG_ALLOW_PROXY_CERTS);

Completed in 67 milliseconds