Home
last modified time | relevance | path

Searched refs:ssl_private_key_password (Results 1 – 2 of 2) sorted by relevance

/external/libwebsockets/lib/tls/openssl/
Dopenssl-ssl.c75 strncpy(buf, info->ssl_private_key_password, size); in lws_context_init_ssl_pem_passwd_cb()
87 const char *p = info->ssl_private_key_password; in lws_context_init_ssl_pem_passwd_client_cb()
102 if (!info->ssl_private_key_password && in lws_ssl_bind_passphrase()
/external/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h273 const char *ssl_private_key_password; member