Searched refs:chapms2_response_cache (Results 1 – 1 of 1) sorted by relevance
336 chapms2_response_cache[CHAPMS2_MAX_RESPONSE_CACHE_SIZE]; variable347 chapms2_response_cache[i].id = id; in chapms2_add_to_response_cache()348 memcpy(chapms2_response_cache[i].challenge, challenge, 16); in chapms2_add_to_response_cache()349 memcpy(chapms2_response_cache[i].response, response, in chapms2_add_to_response_cache()351 memcpy(chapms2_response_cache[i].auth_response, in chapms2_add_to_response_cache()367 if (id == chapms2_response_cache[i].id in chapms2_find_in_response_cache()370 chapms2_response_cache[i].challenge, in chapms2_find_in_response_cache()374 chapms2_response_cache[i].auth_response, in chapms2_find_in_response_cache()377 return &chapms2_response_cache[i]; in chapms2_find_in_response_cache()