Home
last modified time | relevance | path

Searched refs:omac1_aes_128 (Results 1 - 25 of 26) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Daes-eax.c54 if (omac1_aes_128(key, buf, 16 + nonce_len, nonce_mac)) in aes_128_eax_encrypt()
59 if (omac1_aes_128(key, buf, 16 + hdr_len, hdr_mac)) in aes_128_eax_encrypt()
66 if (omac1_aes_128(key, buf, 16 + data_len, data_mac)) in aes_128_eax_encrypt()
118 if (omac1_aes_128(key, buf, 16 + nonce_len, nonce_mac)) { in aes_128_eax_decrypt()
125 if (omac1_aes_128(key, buf, 16 + hdr_len, hdr_mac)) { in aes_128_eax_decrypt()
132 if (omac1_aes_128(key, buf, 16 + data_len, data_mac)) { in aes_128_eax_decrypt()
H A Daes-omac1.c141 * omac1_aes_128 - One-Key CBC MAC (OMAC1) hash with AES-128 (aka AES-CMAC)
152 int omac1_aes_128(const u8 *key, const u8 *data, size_t data_len, u8 *mac) in omac1_aes_128() function
H A Daes_wrap.h31 int __must_check omac1_aes_128(const u8 *key, const u8 *data, size_t data_len,
H A Dcrypto_linux.c772 int omac1_aes_128(const u8 *key, const u8 *data, size_t data_len, u8 *mac) in omac1_aes_128() function
H A Dcrypto_module_tests.c230 if (omac1_aes_128(tv->k, tv->msg, tv->msg_len, result) || in test_omac1_vector()
273 if (omac1_aes_128(key, msg, sizeof(msg), result) || in test_omac1_vector()
H A Dcrypto_wolfssl.c1000 int omac1_aes_128(const u8 *key, const u8 *data, size_t data_len, u8 *mac) in omac1_aes_128() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Daes-eax.c54 if (omac1_aes_128(key, buf, 16 + nonce_len, nonce_mac)) in aes_128_eax_encrypt()
59 if (omac1_aes_128(key, buf, 16 + hdr_len, hdr_mac)) in aes_128_eax_encrypt()
66 if (omac1_aes_128(key, buf, 16 + data_len, data_mac)) in aes_128_eax_encrypt()
118 if (omac1_aes_128(key, buf, 16 + nonce_len, nonce_mac)) { in aes_128_eax_decrypt()
125 if (omac1_aes_128(key, buf, 16 + hdr_len, hdr_mac)) { in aes_128_eax_decrypt()
132 if (omac1_aes_128(key, buf, 16 + data_len, data_mac)) { in aes_128_eax_decrypt()
H A Daes-omac1.c141 * omac1_aes_128 - One-Key CBC MAC (OMAC1) hash with AES-128 (aka AES-CMAC)
152 int omac1_aes_128(const u8 *key, const u8 *data, size_t data_len, u8 *mac) in omac1_aes_128() function
H A Daes_wrap.h31 int __must_check omac1_aes_128(const u8 *key, const u8 *data, size_t data_len,
H A Dcrypto_linux.c772 int omac1_aes_128(const u8 *key, const u8 *data, size_t data_len, u8 *mac) in omac1_aes_128() function
H A Dcrypto_module_tests.c230 if (omac1_aes_128(tv->k, tv->msg, tv->msg_len, result) || in test_omac1_vector()
273 if (omac1_aes_128(key, msg, sizeof(msg), result) || in test_omac1_vector()
H A Dcrypto_openssl.c1253 int omac1_aes_128(const u8 *key, const u8 *data, size_t data_len, u8 *mac) in omac1_aes_128() function
H A Dcrypto_wolfssl.c996 int omac1_aes_128(const u8 *key, const u8 *data, size_t data_len, u8 *mac) in omac1_aes_128() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
H A Dieee802_1x_key.c71 res = omac1_aes_128(kdk, buf, buf_len, ret); in aes_kdf()
185 res = omac1_aes_128(ick, msg, msg_bytes, icv); in ieee802_1x_icv_aes_cmac()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
H A Dieee802_1x_key.c71 res = omac1_aes_128(kdk, buf, buf_len, ret); in aes_kdf()
185 res = omac1_aes_128(ick, msg, msg_bytes, icv); in ieee802_1x_icv_aes_cmac()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_psk.c159 if (omac1_aes_128(data->ak, buf, buflen, hdr2->mac_p)) { in eap_psk_process_1()
234 if (omac1_aes_128(data->ak, buf, buflen, mac)) { in eap_psk_process_3()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_psk.c120 if (omac1_aes_128(data->ak, buf, buflen, psk->mac_s)) { in eap_psk_build_3()
309 if (omac1_aes_128(data->ak, buf, buflen, mac)) { in eap_psk_process_2()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_psk.c159 if (omac1_aes_128(data->ak, buf, buflen, hdr2->mac_p)) { in eap_psk_process_1()
234 if (omac1_aes_128(data->ak, buf, buflen, mac)) { in eap_psk_process_3()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_psk.c120 if (omac1_aes_128(data->ak, buf, buflen, psk->mac_s)) { in eap_psk_build_3()
309 if (omac1_aes_128(data->ak, buf, buflen, mac)) { in eap_psk_process_2()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_gpsk_common.c509 return omac1_aes_128(sk, data, len, mic); in eap_gpsk_compute_mic_aes()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_gpsk_common.c509 return omac1_aes_128(sk, data, len, mic); in eap_gpsk_compute_mic_aes()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dwpa_common.c218 return omac1_aes_128(key, buf, len, mic); in wpa_eapol_key_mic()
227 return omac1_aes_128(key, buf, len, mic); in wpa_eapol_key_mic()
233 return omac1_aes_128(key, buf, len, mic); in wpa_eapol_key_mic()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dwpa_common.c228 return omac1_aes_128(key, buf, len, mic); in wpa_eapol_key_mic()
236 return omac1_aes_128(key, buf, len, mic); in wpa_eapol_key_mic()
267 return omac1_aes_128(key, buf, len, mic); in wpa_eapol_key_mic()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dtdls.c514 ret = omac1_aes_128(kck, buf, pos - buf, mic); in wpa_tdls_ftie_mic()
573 ret = omac1_aes_128(kck, buf, pos - buf, mic); in wpa_tdls_key_mic_teardown()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dtdls.c526 ret = omac1_aes_128(kck, buf, pos - buf, mic);
585 ret = omac1_aes_128(kck, buf, pos - buf, mic);

Completed in 35 milliseconds

12