Home
last modified time | relevance | path

Searched refs:chvlen (Results 1 – 4 of 4) sorted by relevance

/dports/security/gnupg1/gnupg-1.4.23/g10/
H A Diso7816.h67 int chvno, const char *chv, size_t chvlen);
69 int chvno, const char *chv, size_t chvlen,
H A Diso7816.c289 iso7816_verify_kp (int slot, int chvno, const char *chv, size_t chvlen, in iso7816_verify_kp() argument
295 sw = apdu_send_simple_kp (slot, 0x00, CMD_VERIFY, 0, chvno, chvlen, chv, in iso7816_verify_kp()
301 sw = apdu_send_simple (slot, 0, 0x00, CMD_VERIFY, 0, chvno, chvlen, chv); in iso7816_verify_kp()
308 iso7816_verify (int slot, int chvno, const char *chv, size_t chvlen) in iso7816_verify() argument
310 return iso7816_verify_kp (slot, chvno, chv, chvlen, NULL); in iso7816_verify()
/dports/security/gnupg/gnupg-2.3.3/scd/
H A Diso7816.h87 int chvno, const char *chv, size_t chvlen);
H A Diso7816.c357 iso7816_verify (int slot, int chvno, const char *chv, size_t chvlen) in iso7816_verify() argument
361 sw = apdu_send_simple (slot, 0, 0x00, CMD_VERIFY, 0, chvno, chvlen, chv); in iso7816_verify()