Searched refs:X509_STORE_CTX_purpose_inherit (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/crypto/x509/ |
D | x509_vfy.c | 2190 return X509_STORE_CTX_purpose_inherit(ctx, 0, purpose, 0); in X509_STORE_CTX_set_purpose() 2195 return X509_STORE_CTX_purpose_inherit(ctx, 0, 0, trust); in X509_STORE_CTX_set_trust() 2209 int X509_STORE_CTX_purpose_inherit(X509_STORE_CTX *ctx, int def_purpose, in X509_STORE_CTX_purpose_inherit() function
|
/external/boringssl/src/include/openssl/ |
D | x509_vfy.h | 523 OPENSSL_EXPORT int X509_STORE_CTX_purpose_inherit(X509_STORE_CTX *ctx, int def_purpose,
|