Searched defs:X509_STORE_CTX_purpose_inherit (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/x509/
H A Dx509_vfy.c1911 return X509_STORE_CTX_purpose_inherit(ctx, 0, purpose, 0);
1916 return X509_STORE_CTX_purpose_inherit(ctx, 0, 0, trust);
1929 int X509_STORE_CTX_purpose_inherit(X509_STORE_CTX *ctx, int def_purpose, function
/external/openssl/crypto/x509/
H A Dx509_vfy.c1911 return X509_STORE_CTX_purpose_inherit(ctx, 0, purpose, 0);
1916 return X509_STORE_CTX_purpose_inherit(ctx, 0, 0, trust);
1929 int X509_STORE_CTX_purpose_inherit(X509_STORE_CTX *ctx, int def_purpose, function

Completed in 68 milliseconds