Searched refs:response (Results 1 – 7 of 7) sorted by relevance
| /external/lib/lwip/netif/ppp/ |
| A D | chpms.c | 128 u_char *response /* OUT 24 octets */ 135 MS_ChapResponse *response 145 u_char *response /* OUT 24 octets */) in ChallengeResponse() argument 156 DesEncrypt(challenge, ZPasswordHash + 0, response + 0); in ChallengeResponse() 309 MS_ChapResponse *response) in ChapMS_NT() argument 348 MS_ChapResponse *response) in ChapMS_LANMan() argument 368 MS_ChapResponse response; in ChapMS() local 376 BZERO(&response, sizeof(response)); in ChapMS() 385 response.UseNT = !ms_lanman; in ChapMS() 387 response.UseNT = 1; in ChapMS() [all …]
|
| A D | chap.h | 114 u_char response[MAX_RESPONSE_LENGTH]; /* Response to send */ member
|
| A D | chap.c | 497 BCOPY(hash, cstate->response, MD5_SIGNATURE_SIZE); in ChapReceiveChallenge() 828 BCOPY(cstate->response, outp, md_len); /* copy MD to buffer */ in ChapSendResponse()
|
| /external/lib/lwip/core/ |
| A D | dns.c | 493 dns_compare_name(unsigned char *query, unsigned char *response) in dns_compare_name() argument 498 n = *response++; in dns_compare_name() 506 if ((*query) != (*response)) { in dns_compare_name() 509 ++response; in dns_compare_name() 515 } while (*response != 0); in dns_compare_name()
|
| /external/platform/pico/rp2_common/pico_multicore/ |
| A D | multicore.c | 165 uint32_t response = multicore_fifo_pop_blocking(); in multicore_launch_core1_raw() local 167 seq = cmd == response ? seq + 1 : 0; in multicore_launch_core1_raw()
|
| /external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/ |
| A D | stm32f7xx_hal_sd.c | 2208 uint32_t response = 0, count = 0, validvoltage = 0; in SD_PowerON() local 2309 response = SDMMC_GetResponse(hsd->Instance, SDMMC_RESP1); in SD_PowerON() 2312 validvoltage = (((response >> 31) == 1) ? 1 : 0); in SD_PowerON() 2323 … if ((response & SD_HIGH_CAPACITY) == SD_HIGH_CAPACITY) { /* (response &= SD_HIGH_CAPACITY) */ in SD_PowerON()
|
| /external/platform/nrfx/ |
| A D | CHANGELOG.md | 141 - Fixed a frame timing bug in the NFCT driver. Previously, the timing of the SENS_RES response coul…
|
Completed in 17 milliseconds