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

  /external/wpa_supplicant_8/src/crypto/
sha384.h 14 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem,
sha384-prf.c 78 hmac_sha384_vector(key, key_len, 4, addr, len,
82 hmac_sha384_vector(key, key_len, 4, addr, len, hash);
crypto_openssl.c 916 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, function
927 return hmac_sha384_vector(key, key_len, 1, &data, &data_len, mac);
  /external/wpa_supplicant_8/src/common/
wpa_common.c 1124 if (hmac_sha384_vector(kck, kck_len, 3, addr, len, hash) < 0)
    [all...]

Completed in 320 milliseconds