Searched defs:omac1_aes_128_vector (Results 1 - 5 of 5) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-omac1.c36 * omac1_aes_128_vector - One-Key CBC MAC (OMAC1) hash with AES-128
48 int omac1_aes_128_vector(const u8 *key, size_t num_elem, function
123 return omac1_aes_128_vector(key, 1, &data, &data_len, mac);
/external/wpa_supplicant_8/src/crypto/
H A Daes-omac1.c36 * omac1_aes_128_vector - One-Key CBC MAC (OMAC1) hash with AES-128
48 int omac1_aes_128_vector(const u8 *key, size_t num_elem, function
123 return omac1_aes_128_vector(key, 1, &data, &data_len, mac);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-omac1.c36 * omac1_aes_128_vector - One-Key CBC MAC (OMAC1) hash with AES-128
48 int omac1_aes_128_vector(const u8 *key, size_t num_elem, function
123 return omac1_aes_128_vector(key, 1, &data, &data_len, mac);
/external/wpa_supplicant/
H A Daes_wrap.c172 * omac1_aes_128_vector - One-Key CBC MAC (OMAC1) hash with AES-128
180 int omac1_aes_128_vector(const u8 *key, size_t num_elem, function
255 return omac1_aes_128_vector(key, 1, &data, &data_len, mac);
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Daes_wrap.c171 * omac1_aes_128_vector - One-Key CBC MAC (OMAC1) hash with AES-128
183 int omac1_aes_128_vector(const u8 *key, size_t num_elem, function
258 return omac1_aes_128_vector(key, 1, &data, &data_len, mac);

Completed in 2114 milliseconds