Home | History | Annotate | Download | only in crypto

Lines Matching refs:pin

864 			   const char *pin, const char *key_id,
874 if (pin == NULL) {
875 wpa_printf(MSG_ERROR, "ENGINE: Smartcard PIN not set");
903 if (ENGINE_ctrl_cmd_string(conn->engine, "PIN", pin, 0) == 0) {
904 wpa_printf(MSG_ERROR, "ENGINE: cannot set pin [%s]",
909 /* load private key first in-case PIN is required for cert */
1916 /* this runs after the private key is loaded so no PIN is required */
2962 ret = tls_engine_init(conn, params->engine_id, params->pin,