Searched refs:def_purpose (Results 1 – 3 of 3) sorted by relevance
61 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 same254 X509_STORE_CTX_set_trust() above. Any of the I<def_purpose>, I<purpose> or263 associated with the I<def_purpose> value is used for the trust setting instead.
2335 int X509_STORE_CTX_purpose_inherit(X509_STORE_CTX *ctx, int def_purpose, in X509_STORE_CTX_purpose_inherit() argument2342 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()
680 int X509_STORE_CTX_purpose_inherit(X509_STORE_CTX *ctx, int def_purpose,
Completed in 26 milliseconds