Lines Matching refs:SSL_CTX
508 long (*ssl_ctx_ctrl) (SSL_CTX *ctx, int cmd, long larg, void *parg);
519 long (*ssl_ctx_callback_ctrl) (SSL_CTX *s, int cb_id, void (*fp) (void));
639 SSL_CTX *owner;
801 SSL_HMAC *ssl_hmac_new(const SSL_CTX *ctx);
1538 SSL_CTX *ctx;
1714 SSL_CTX *session_ctx; /* initial ctx, used to store sessions */
2058 int (*sec_cb) (const SSL *s, const SSL_CTX *ctx, int op, int bits, int nid,
2396 __owur STACK_OF(SSL_CIPHER) *ssl_create_cipher_list(SSL_CTX *ctx,
2408 __owur int ssl_cipher_get_evp_cipher(SSL_CTX *ctx, const SSL_CIPHER *sslc,
2410 __owur int ssl_cipher_get_evp(SSL_CTX *ctxc, const SSL_SESSION *s,
2417 __owur int ssl_cert_is_disabled(SSL_CTX *ctx, size_t idx);
2421 __owur int ssl_cert_set0_chain(SSL *s, SSL_CTX *ctx, STACK_OF(X509) *chain);
2422 __owur int ssl_cert_set1_chain(SSL *s, SSL_CTX *ctx, STACK_OF(X509) *chain);
2423 __owur int ssl_cert_add0_chain_cert(SSL *s, SSL_CTX *ctx, X509 *x);
2424 __owur int ssl_cert_add1_chain_cert(SSL *s, SSL_CTX *ctx, X509 *x);
2430 __owur int ssl_build_cert_chain(SSL *s, SSL_CTX *ctx, int flags);
2436 __owur int ssl_ctx_security(const SSL_CTX *ctx, int op, int bits, int nid,
2438 int ssl_get_security_level_bits(const SSL *s, const SSL_CTX *ctx, int *levelp);
2455 int ssl_load_ciphers(SSL_CTX *ctx);
2456 __owur int ssl_setup_sig_algs(SSL_CTX *ctx);
2457 int ssl_load_groups(SSL_CTX *ctx);
2518 __owur long ssl3_ctx_ctrl(SSL_CTX *s, int cmd, long larg, void *parg);
2520 __owur long ssl3_ctx_callback_ctrl(SSL_CTX *s, int cmd, void (*fp) (void));
2652 __owur const TLS_GROUP_INFO *tls1_group_id_lookup(SSL_CTX *ctx, uint16_t curve_id);
2659 __owur int tls1_set_groups_list(SSL_CTX *ctx, uint16_t **pext, size_t *pextlen,
2701 __owur int ssl_security_cert(SSL *s, SSL_CTX *ctx, X509 *x, int vfy, int is_ee);
2716 __owur int tls1_lookup_md(SSL_CTX *ctx, const SIGALG_LOOKUP *lu,
2726 __owur const EVP_MD *ssl_md(SSL_CTX *ctx, int idx);
2815 void ssl_ctx_system_config(SSL_CTX *ctx);
2843 int ssl_ctx_srp_ctx_free_intern(SSL_CTX *ctx);
2844 int ssl_ctx_srp_ctx_init_intern(SSL_CTX *ctx);
2861 static ossl_unused ossl_inline int ssl_tsan_lock(const SSL_CTX *ctx) in ssl_tsan_lock()
2870 static ossl_unused ossl_inline void ssl_tsan_unlock(const SSL_CTX *ctx) in ssl_tsan_unlock()
2877 static ossl_unused ossl_inline void ssl_tsan_counter(const SSL_CTX *ctx, in ssl_tsan_counter()