HomeSort by relevance Sort by last modified time
    Searched defs:sha1_transform (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/crypto/
fips_prf_openssl.c 16 static void sha1_transform(u8 *state, const u8 data[64]) function
21 SHA1_Transform(&context, data);
55 sha1_transform((u8 *) _t, xkey);
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_openssl.c 95 static void sha1_transform(u8 *state, const u8 data[64]) function
100 SHA1_Transform(&context, data);
134 sha1_transform((u8 *) _t, xkey);

Completed in 17 milliseconds