Home | History | Annotate | Download | only in utils

Lines Matching refs:_rand

1029  * @_rand: 16-byte RAND value from HLR/AuC
1041 int scard_gsm_auth(struct scard_data *scard, const unsigned char *_rand,
1054 wpa_hexdump(MSG_DEBUG, "SCARD: GSM auth - RAND", _rand, 16);
1057 os_memcpy(cmd + 5, _rand, 16);
1064 os_memcpy(cmd + 6, _rand, 16);
1122 * @_rand: 16-byte RAND value from HLR/AuC
1139 int scard_umts_auth(struct scard_data *scard, const unsigned char *_rand,
1160 wpa_hexdump(MSG_DEBUG, "SCARD: UMTS auth - RAND", _rand, AKA_RAND_LEN);
1163 os_memcpy(cmd + 6, _rand, AKA_RAND_LEN);