Home
last modified time | relevance | path

Searched refs:def_purpose (Results 1 – 3 of 3) sorted by relevance

/openssl/doc/man3/
H A DX509_STORE_CTX_new.pod61 int X509_STORE_CTX_purpose_inherit(X509_STORE_CTX *ctx, int def_purpose,
251 The I<def_purpose> and I<purpose> arguments can have the same
254 X509_STORE_CTX_set_trust() above. Any of the I<def_purpose>, I<purpose> or
263 associated with the I<def_purpose> value is used for the trust setting instead.
/openssl/crypto/x509/
H A Dx509_vfy.c2335 int X509_STORE_CTX_purpose_inherit(X509_STORE_CTX *ctx, int def_purpose, in X509_STORE_CTX_purpose_inherit() argument
2342 purpose = def_purpose; in X509_STORE_CTX_purpose_inherit()
2347 else if (def_purpose == 0) in X509_STORE_CTX_purpose_inherit()
2348 def_purpose = purpose; in X509_STORE_CTX_purpose_inherit()
2360 idx = X509_PURPOSE_get_by_id(def_purpose); in X509_STORE_CTX_purpose_inherit()
/openssl/include/openssl/
H A Dx509_vfy.h.in680 int X509_STORE_CTX_purpose_inherit(X509_STORE_CTX *ctx, int def_purpose,

Completed in 19 milliseconds