Lines Matching defs:private_key
526 const char *private_key,
535 if (!private_key && !private_key_blob)
570 if (!ok && private_key) {
571 if (wolfSSL_use_PrivateKey_file(conn->ssl, private_key,
576 if (wolfSSL_use_PrivateKey_file(conn->ssl, private_key,
1319 if (tls_connection_private_key(tls_ctx, conn, params->private_key,
1427 static int tls_global_private_key(void *ssl_ctx, const char *private_key,
1434 if (!private_key)
1446 if (wolfSSL_CTX_use_PrivateKey_file(ctx, private_key,
1448 wolfSSL_CTX_use_PrivateKey_file(ctx, private_key,
1545 if (tls_global_private_key(tls_ctx, params->private_key,
1549 params->private_key);