HomeSort by relevance Sort by last modified time
    Searched refs:hmac_sha384_vector (Results 1 - 3 of 3) 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,
crypto_openssl.c 848 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, function
859 return hmac_sha384_vector(key, key_len, 1, &data, &data_len, mac);
  /external/wpa_supplicant_8/src/common/
wpa_common.c 1097 if (hmac_sha384_vector(kck, kck_len, 3, addr, len, hash) < 0)
    [all...]

Completed in 47 milliseconds