HomeSort by relevance Sort by last modified time
    Searched defs:hashlen (Results 1 - 2 of 2) 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

Completed in 569 milliseconds