Lines Matching refs:pin
789 const char *pin, const char *key_id,
799 if (pin == NULL) {
800 wpa_printf(MSG_ERROR, "ENGINE: Smartcard PIN not set");
828 if (ENGINE_ctrl_cmd_string(conn->engine, "PIN", pin, 0) == 0) {
829 wpa_printf(MSG_ERROR, "ENGINE: cannot set pin [%s]",
834 /* load private key first in-case PIN is required for cert */
1835 /* this runs after the private key is loaded so no PIN is required */
2704 ret = tls_engine_init(conn, params->engine_id, params->pin,