OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scard_set_pin
(Results
1 - 5
of
5
) sorted by null
/external/wpa_supplicant_8/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
692
*
scard_set_pin
- Set PIN (CHV1/PIN1) code for accessing SIM/USIM commands
697
int
scard_set_pin
(struct scard_data *scard, const char *pin)
function
1079
* file is PIN protected,
scard_set_pin
() must have been used to set the
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
eapol_test.c
994
if (
scard_set_pin
(scard, e->pcsc_pin)) {
1096
if (
scard_set_pin
(scard, argv[0])) {
[
all
...]
wpa_supplicant.c
[
all
...]
/external/wpa_supplicant_8/src/eap_peer/
eap.c
1092
if (
scard_set_pin
(sm->scard_ctx, conf->pin)) {
[
all
...]
Completed in 623 milliseconds