Lines Matching refs:target
34 X509 *target, STACK_OF(X509) *untrusted);
40 void X509_STORE_CTX_set_cert(X509_STORE_CTX *ctx, X509 *target);
42 void X509_STORE_CTX_set0_rpk(X509_STORE_CTX *ctx, EVP_PKEY *target);
95 The certificate to be verified is set to I<target>,
98 The I<target> certificate is not copied (its reference count is not updated),
100 Each of the I<trust_store>, I<target> and I<untrusted> parameters can be NULL.
102 will need a verification target.
105 list of untrusted certificates as its verification target,
109 operation for the I<target> raw public key.
111 The I<target> raw public key can also be supplied separately, via
113 The I<target> public key is not copied (its reference count is not updated),
121 X509_STORE_CTX_set_cert() sets the target certificate to be verified in I<ctx>
122 to I<target>.
123 The target certificate is not copied (its reference count is not updated),
126 X509_STORE_CTX_set0_rpk() sets the target raw public key to be verified in I<ctx>
127 to I<target>, a non-NULL raw public key preempts any target certificate, which
129 The I<target> public key is not copied (its reference count is not updated),
160 as its default target if the target certificate is not set explicitly.
216 X509_STORE_CTX_set_purpose() sets the purpose for the target certificate being
234 X509_STORE_CTX_set_trust() sets the trust value for the target certificate