Searched refs:aes_128_encrypt_block (Results 1 - 24 of 24) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/eap_common/
H A Deap_psk_common.c28 if (aes_128_encrypt_block(psk, ak, ak))
33 if (aes_128_encrypt_block(psk, ak, ak) ||
34 aes_128_encrypt_block(psk, kdk, kdk))
47 if (aes_128_encrypt_block(kdk, rand_p, hash))
51 if (aes_128_encrypt_block(kdk, hash, tek))
58 if (aes_128_encrypt_block(kdk, hash, &msk[i * aes_block_size]))
66 if (aes_128_encrypt_block(kdk, hash,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/eap_common/
H A Deap_psk_common.c28 if (aes_128_encrypt_block(psk, ak, ak))
33 if (aes_128_encrypt_block(psk, ak, ak) ||
34 aes_128_encrypt_block(psk, kdk, kdk))
47 if (aes_128_encrypt_block(kdk, rand_p, hash))
51 if (aes_128_encrypt_block(kdk, hash, tek))
58 if (aes_128_encrypt_block(kdk, hash, &msk[i * aes_block_size]))
66 if (aes_128_encrypt_block(kdk, hash,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/eap_common/
H A Deap_psk_common.c28 if (aes_128_encrypt_block(psk, ak, ak))
33 if (aes_128_encrypt_block(psk, ak, ak) ||
34 aes_128_encrypt_block(psk, kdk, kdk))
47 if (aes_128_encrypt_block(kdk, rand_p, hash))
51 if (aes_128_encrypt_block(kdk, hash, tek))
58 if (aes_128_encrypt_block(kdk, hash, &msk[i * aes_block_size]))
66 if (aes_128_encrypt_block(kdk, hash,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/eap_common/
H A Deap_psk_common.c28 if (aes_128_encrypt_block(psk, ak, ak))
33 if (aes_128_encrypt_block(psk, ak, ak) ||
34 aes_128_encrypt_block(psk, kdk, kdk))
47 if (aes_128_encrypt_block(kdk, rand_p, hash))
51 if (aes_128_encrypt_block(kdk, hash, tek))
58 if (aes_128_encrypt_block(kdk, hash, &msk[i * aes_block_size]))
66 if (aes_128_encrypt_block(kdk, hash,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/eap_common/
H A Deap_psk_common.c28 if (aes_128_encrypt_block(psk, ak, ak))
33 if (aes_128_encrypt_block(psk, ak, ak) ||
34 aes_128_encrypt_block(psk, kdk, kdk))
47 if (aes_128_encrypt_block(kdk, rand_p, hash))
51 if (aes_128_encrypt_block(kdk, hash, tek))
58 if (aes_128_encrypt_block(kdk, hash, &msk[i * aes_block_size]))
66 if (aes_128_encrypt_block(kdk, hash,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/eap_common/
H A Deap_psk_common.c28 if (aes_128_encrypt_block(psk, ak, ak))
33 if (aes_128_encrypt_block(psk, ak, ak) ||
34 aes_128_encrypt_block(psk, kdk, kdk))
47 if (aes_128_encrypt_block(kdk, rand_p, hash))
51 if (aes_128_encrypt_block(kdk, hash, tek))
58 if (aes_128_encrypt_block(kdk, hash, &msk[i * aes_block_size]))
66 if (aes_128_encrypt_block(kdk, hash,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/crypto/
H A Daes-encblock.c23 * aes_128_encrypt_block - Perform one AES 128-bit block operation
29 int aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out) function
H A Dmilenage.c51 if (aes_128_encrypt_block(k, tmp1, tmp1))
70 if (aes_128_encrypt_block(k, tmp3, tmp1))
103 if (aes_128_encrypt_block(k, tmp1, tmp2))
117 if (aes_128_encrypt_block(k, tmp1, tmp3))
132 if (aes_128_encrypt_block(k, tmp1, ck))
144 if (aes_128_encrypt_block(k, tmp1, ik))
156 if (aes_128_encrypt_block(k, tmp1, tmp1))
H A Daes_wrap.h32 int __must_check aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/crypto/
H A Daes-encblock.c23 * aes_128_encrypt_block - Perform one AES 128-bit block operation
29 int aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out) function
H A Dmilenage.c51 if (aes_128_encrypt_block(k, tmp1, tmp1))
70 if (aes_128_encrypt_block(k, tmp3, tmp1))
103 if (aes_128_encrypt_block(k, tmp1, tmp2))
117 if (aes_128_encrypt_block(k, tmp1, tmp3))
132 if (aes_128_encrypt_block(k, tmp1, ck))
144 if (aes_128_encrypt_block(k, tmp1, ik))
156 if (aes_128_encrypt_block(k, tmp1, tmp1))
H A Daes_wrap.h32 int __must_check aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/crypto/
H A Daes-encblock.c23 * aes_128_encrypt_block - Perform one AES 128-bit block operation
29 int aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out) function
H A Dmilenage.c51 if (aes_128_encrypt_block(k, tmp1, tmp1))
70 if (aes_128_encrypt_block(k, tmp3, tmp1))
103 if (aes_128_encrypt_block(k, tmp1, tmp2))
117 if (aes_128_encrypt_block(k, tmp1, tmp3))
132 if (aes_128_encrypt_block(k, tmp1, ck))
144 if (aes_128_encrypt_block(k, tmp1, ik))
156 if (aes_128_encrypt_block(k, tmp1, tmp1))
H A Daes_wrap.h32 int __must_check aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/crypto/
H A Daes_wrap.h32 int __must_check aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out);
H A Daes_wrap.c266 * aes_128_encrypt_block - Perform one AES 128-bit block operation
272 int aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/crypto/
H A Daes_wrap.h32 int __must_check aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out);
H A Daes_wrap.c266 * aes_128_encrypt_block - Perform one AES 128-bit block operation
272 int aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/crypto/
H A Daes_wrap.h32 int __must_check aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out);
H A Daes_wrap.c266 * aes_128_encrypt_block - Perform one AES 128-bit block operation
272 int aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/hlr_auc_gw/
H A Dmilenage.c51 if (aes_128_encrypt_block(k, tmp1, tmp1))
70 if (aes_128_encrypt_block(k, tmp3, tmp1))
103 if (aes_128_encrypt_block(k, tmp1, tmp2))
117 if (aes_128_encrypt_block(k, tmp1, tmp3))
132 if (aes_128_encrypt_block(k, tmp1, ck))
144 if (aes_128_encrypt_block(k, tmp1, ik))
156 if (aes_128_encrypt_block(k, tmp1, tmp1))
347 aes_128_encrypt_block(k, op, opc);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/hlr_auc_gw/
H A Dmilenage.c51 if (aes_128_encrypt_block(k, tmp1, tmp1))
70 if (aes_128_encrypt_block(k, tmp3, tmp1))
103 if (aes_128_encrypt_block(k, tmp1, tmp2))
117 if (aes_128_encrypt_block(k, tmp1, tmp3))
132 if (aes_128_encrypt_block(k, tmp1, ck))
144 if (aes_128_encrypt_block(k, tmp1, ik))
156 if (aes_128_encrypt_block(k, tmp1, tmp1))
347 aes_128_encrypt_block(k, op, opc);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/hlr_auc_gw/
H A Dmilenage.c51 if (aes_128_encrypt_block(k, tmp1, tmp1))
70 if (aes_128_encrypt_block(k, tmp3, tmp1))
103 if (aes_128_encrypt_block(k, tmp1, tmp2))
117 if (aes_128_encrypt_block(k, tmp1, tmp3))
132 if (aes_128_encrypt_block(k, tmp1, ck))
144 if (aes_128_encrypt_block(k, tmp1, ik))
156 if (aes_128_encrypt_block(k, tmp1, tmp1))
347 aes_128_encrypt_block(k, op, opc);

Completed in 106 milliseconds