Lines Matching refs:pin
814 const char *pin, const char *key_id,
824 if (pin == NULL) {
825 wpa_printf(MSG_ERROR, "ENGINE: Smartcard PIN not set");
853 if (ENGINE_ctrl_cmd_string(conn->engine, "PIN", pin, 0) == 0) {
854 wpa_printf(MSG_ERROR, "ENGINE: cannot set pin [%s]",
859 /* load private key first in-case PIN is required for cert */
1851 /* this runs after the private key is loaded so no PIN is required */
2741 ret = tls_engine_init(conn, params->engine_id, params->pin,