HomeSort by relevance Sort by last modified time
    Searched refs:MD5_HASH_SIZE (Results 1 - 4 of 4) sorted by null

  /external/ppp/pppd/
chap-md5.c 41 #define MD5_HASH_SIZE 16
64 unsigned char hash[MD5_HASH_SIZE];
69 if (response_len == MD5_HASH_SIZE) {
78 if (memcmp(hash, response, MD5_HASH_SIZE) == 0) {
101 response[0] = MD5_HASH_SIZE;
  /external/dropbear/
signkey.c 281 unsigned char hash[MD5_HASH_SIZE];
293 buflen = 4 + 3*MD5_HASH_SIZE;
299 for (i = 0; i < MD5_HASH_SIZE; i++) {
options.h 296 #define MD5_HASH_SIZE 16
  /external/ppp/pppd/plugins/radius/
radius.c 49 #define MD5_HASH_SIZE 16
398 if (response_len != MD5_HASH_SIZE)
401 memcpy(&cpassword[1], response, MD5_HASH_SIZE);
406 cpassword, MD5_HASH_SIZE + 1, VENDOR_NONE);
790 u_char buf[MD5_HASH_SIZE];
    [all...]

Completed in 161 milliseconds