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

  /external/wpa_supplicant_8/src/crypto/
aes-omac1.c 121 * omac1_aes_128_vector - One-Key CBC MAC (OMAC1) hash with AES-128
133 int omac1_aes_128_vector(const u8 *key, size_t num_elem, function
154 return omac1_aes_128_vector(key, 1, &data, &data_len, mac);
crypto_openssl.c 1093 int omac1_aes_128_vector(const u8 *key, size_t num_elem, function
1102 return omac1_aes_128_vector(key, 1, &data, &data_len, mac);
    [all...]

Completed in 816 milliseconds