Home | History | Annotate | Download | only in ssl

Lines Matching full:ssl_ctx

257 int SSL_CTX_need_tmp_RSA(const SSL_CTX *ctx) {
265 int SSL_CTX_set_tmp_rsa(SSL_CTX *ctx, const RSA *rsa) {
273 int SSL_CTX_set_tmp_dh(SSL_CTX *ctx, const DH *dh) {
293 int SSL_CTX_set_tmp_ecdh(SSL_CTX *ctx, const EC_KEY *ec_key) {
311 int SSL_CTX_enable_tls_channel_id(SSL_CTX *ctx) {
321 int SSL_CTX_set1_tls_channel_id(SSL_CTX *ctx, EVP_PKEY *private_key) {
499 long ssl3_ctx_ctrl(SSL_CTX *ctx, int cmd, long larg, void *parg) {
597 SSL_CTX *ctx, int (*callback)(SSL *ssl, int *out_alert, void *arg)) {
602 int SSL_CTX_set_tlsext_servername_arg(SSL_CTX *ctx, void *arg) {
608 SSL_CTX *ctx, int (*callback)(SSL *ssl, uint8_t *key_name, uint8_t *iv,