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

  /external/wpa_supplicant_8/src/eap_common/
eap_gpsk_common.c 43 size_t i, n, hashlen, left, clen; local
48 hashlen = sizeof(hash);
57 n = (len + hashlen - 1) / hashlen;
62 clen = left > hashlen ? hashlen : left;
78 size_t i, n, hashlen, left, clen; local
83 hashlen = SHA256_MAC_LEN;
92 n = (len + hashlen - 1) / hashlen;
    [all...]
  /external/ipsec-tools/src/racoon/
algorithm.h 136 int (*hashlen) __P((void)); member in struct:hmac_algorithm
147 int (*hashlen) __P((void)); member in struct:hash_algorithm
algorithm.c 347 if (f == NULL || f->hashlen == NULL)
350 return (f->hashlen)();
374 if (f == NULL || f->hashlen == NULL)
660 if (f == NULL || f->hashlen == NULL)
663 return (f->hashlen)();

Completed in 101 milliseconds