Home | History | Annotate | Download | only in utils

Lines Matching refs:_rand

1212  * @_rand: 16-byte RAND value from HLR/AuC
1224 int scard_gsm_auth(struct scard_data *scard, const unsigned char *_rand,
1237 wpa_hexdump(MSG_DEBUG, "SCARD: GSM auth - RAND", _rand, 16);
1240 os_memcpy(cmd + 5, _rand, 16);
1247 os_memcpy(cmd + 6, _rand, 16);
1306 * @_rand: 16-byte RAND value from HLR/AuC
1323 int scard_umts_auth(struct scard_data *scard, const unsigned char *_rand,
1344 wpa_hexdump(MSG_DEBUG, "SCARD: UMTS auth - RAND", _rand, AKA_RAND_LEN);
1347 os_memcpy(cmd + 6, _rand, AKA_RAND_LEN);