Home
last modified time | relevance | path

Searched refs:aes_128_encrypt_block (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/eap_common/
Deap_psk_common.c22 if (aes_128_encrypt_block(psk, ak, ak)) in eap_psk_key_setup()
27 if (aes_128_encrypt_block(psk, ak, ak) || in eap_psk_key_setup()
28 aes_128_encrypt_block(psk, kdk, kdk)) in eap_psk_key_setup()
41 if (aes_128_encrypt_block(kdk, rand_p, hash)) in eap_psk_derive_keys()
45 if (aes_128_encrypt_block(kdk, hash, tek)) in eap_psk_derive_keys()
52 if (aes_128_encrypt_block(kdk, hash, &msk[i * aes_block_size])) in eap_psk_derive_keys()
60 if (aes_128_encrypt_block(kdk, hash, in eap_psk_derive_keys()
/external/wpa_supplicant_8/src/crypto/
Dmilenage.c45 if (aes_128_encrypt_block(k, tmp1, tmp1)) in milenage_f1()
64 if (aes_128_encrypt_block(k, tmp3, tmp1)) in milenage_f1()
97 if (aes_128_encrypt_block(k, tmp1, tmp2)) in milenage_f2345()
111 if (aes_128_encrypt_block(k, tmp1, tmp3)) in milenage_f2345()
126 if (aes_128_encrypt_block(k, tmp1, ck)) in milenage_f2345()
138 if (aes_128_encrypt_block(k, tmp1, ik)) in milenage_f2345()
150 if (aes_128_encrypt_block(k, tmp1, tmp1)) in milenage_f2345()
Daes-encblock.c23 int aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out) in aes_128_encrypt_block() function
Daes_wrap.h35 int __must_check aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out);
Dcrypto_module_tests.c489 if (aes_128_encrypt_block(key, plain, out) < 0 || in test_ecb()