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

  /external/wpa_supplicant_8/src/crypto/
aes-gcm.c 229 static void aes_gcm_ghash(const u8 *H, const u8 *aad, size_t aad_len, function
272 aes_gcm_ghash(H, aad, aad_len, crypt, plain_len, S);
306 aes_gcm_ghash(H, aad, aad_len, crypt, crypt_len, S);

Completed in 68 milliseconds