Searched refs:tls_configure_ssl_keypair (Results 1 – 5 of 5) sorted by relevance
245 int tls_configure_ssl_keypair(struct tls *ctx, SSL_CTX *ssl_ctx,
313 if (tls_configure_ssl_keypair(ctx, ctx->ssl_ctx, in tls_connect_common()
248 if (tls_configure_ssl_keypair(ctx, *ssl_ctx, keypair, 1) != 0) in tls_configure_server_ssl()
450 tls_configure_ssl_keypair(struct tls *ctx, SSL_CTX *ssl_ctx, in tls_configure_ssl_keypair() function
650 * Move the private key setup from tls_configure_ssl_keypair() to a653 * Change the internal tls_configure_ssl_keypair() function to