Lines Matching refs:ctx
301 static int verify_reject_cb(X509_STORE_CTX *ctx, void *arg) {
302 X509_STORE_CTX_set_error(ctx, X509_V_ERR_APPLICATION_VERIFICATION);
307 static int verify_retry_cb(X509_STORE_CTX *ctx, void *arg) {
313 || (ssl = X509_STORE_CTX_get_ex_data(ctx, idx)) == NULL)
322 static int verify_accept_cb(X509_STORE_CTX *ctx, void *arg) {
327 unsigned char *iv, EVP_CIPHER_CTX *ctx,
335 EVP_CIPHER_CTX *ctx,
732 static int create_peer(PEER *peer, SSL_CTX *ctx)
738 if (!TEST_ptr(ssl = SSL_new(ctx))
1678 * We create a fresh copy that is not in the server session ctx linked