Searched refs:get_attribute_raw (Results 1 - 1 of 1) sorted by relevance

/external/mtpd/
H A Dl2tp.c235 static int get_attribute_raw(uint16_t type, void *value, int size) function
312 return get_attribute_raw(type, value, sizeof(uint16_t)) == sizeof(uint16_t);
389 if (get_attribute_raw(CHALLENGE_RESPONSE, response, MD5_DIGEST_LENGTH)
403 int size = get_attribute_raw(CHALLENGE, challenge, MAX_ATTRIBUTE_SIZE);

Completed in 99 milliseconds