HomeSort by: relevance | last modified time | path
    Searched refs:scard_set_pin (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/wpa/dist/src/utils/
pcsc_funcs.h 16 int scard_set_pin(struct scard_data *scard, const char *pin);
32 #define scard_set_pin(s, p) -1 macro
pcsc_funcs.c 713 * scard_set_pin - Set PIN (CHV1/PIN1) code for accessing SIM/USIM commands
718 int scard_set_pin(struct scard_data *scard, const char *pin) function
1104 * file is PIN protected, scard_set_pin() must have been used to set the
  /src/external/bsd/wpa/dist/wpa_supplicant/
eapol_test.c 1126 if (scard_set_pin(scard, e->pcsc_pin)) {
1228 if (scard_set_pin(scard, argv[0])) {
wpa_supplicant.c 6406 scard_set_pin(wpa_s->scard, wpa_s->conf->pcsc_pin) < 0) {
  /src/external/bsd/wpa/dist/src/eap_peer/
eap.c 1632 if (scard_set_pin(sm->scard_ctx, conf->cert.pin)) {

Completed in 27 milliseconds