Searched refs:nonce_len (Results 1 - 25 of 63) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/crypto/
H A Daes-eax.c26 * @nonce_len: Nonce length in bytes
34 int aes_128_eax_encrypt(const u8 *key, const u8 *nonce, size_t nonce_len, argument
44 if (nonce_len > data_len)
45 buf_len = nonce_len;
59 os_memcpy(buf + 16, nonce, nonce_len);
60 if (omac1_aes_128(key, buf, 16 + nonce_len, nonce_mac))
90 * @nonce_len: Nonce length in bytes
98 int aes_128_eax_decrypt(const u8 *key, const u8 *nonce, size_t nonce_len, argument
108 if (nonce_len > data_len)
109 buf_len = nonce_len;
[all...]
H A Daes_wrap.h36 const u8 *nonce, size_t nonce_len,
40 const u8 *nonce, size_t nonce_len,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/crypto/
H A Daes-eax.c26 * @nonce_len: Nonce length in bytes
34 int aes_128_eax_encrypt(const u8 *key, const u8 *nonce, size_t nonce_len, argument
44 if (nonce_len > data_len)
45 buf_len = nonce_len;
59 os_memcpy(buf + 16, nonce, nonce_len);
60 if (omac1_aes_128(key, buf, 16 + nonce_len, nonce_mac))
90 * @nonce_len: Nonce length in bytes
98 int aes_128_eax_decrypt(const u8 *key, const u8 *nonce, size_t nonce_len, argument
108 if (nonce_len > data_len)
109 buf_len = nonce_len;
[all...]
H A Daes_wrap.h36 const u8 *nonce, size_t nonce_len,
40 const u8 *nonce, size_t nonce_len,
/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-eax.c26 * @nonce_len: Nonce length in bytes
34 int aes_128_eax_encrypt(const u8 *key, const u8 *nonce, size_t nonce_len, argument
44 if (nonce_len > data_len)
45 buf_len = nonce_len;
59 os_memcpy(buf + 16, nonce, nonce_len);
60 if (omac1_aes_128(key, buf, 16 + nonce_len, nonce_mac))
90 * @nonce_len: Nonce length in bytes
98 int aes_128_eax_decrypt(const u8 *key, const u8 *nonce, size_t nonce_len, argument
108 if (nonce_len > data_len)
109 buf_len = nonce_len;
[all...]
H A Daes_wrap.h36 const u8 *nonce, size_t nonce_len,
40 const u8 *nonce, size_t nonce_len,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/crypto/
H A Daes_wrap.h36 const u8 *nonce, size_t nonce_len,
40 const u8 *nonce, size_t nonce_len,
H A Daes_wrap.c337 * @nonce_len: Nonce length in bytes
345 int aes_128_eax_encrypt(const u8 *key, const u8 *nonce, size_t nonce_len, argument
354 if (nonce_len > data_len)
355 buf_len = nonce_len;
369 os_memcpy(buf + 16, nonce, nonce_len);
370 if (omac1_aes_128(key, buf, 16 + nonce_len, nonce_mac))
400 * @nonce_len: Nonce length in bytes
408 int aes_128_eax_decrypt(const u8 *key, const u8 *nonce, size_t nonce_len, argument
417 if (nonce_len > data_len)
418 buf_len = nonce_len;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/crypto/
H A Daes_wrap.h36 const u8 *nonce, size_t nonce_len,
40 const u8 *nonce, size_t nonce_len,
H A Daes_wrap.c337 * @nonce_len: Nonce length in bytes
345 int aes_128_eax_encrypt(const u8 *key, const u8 *nonce, size_t nonce_len, argument
354 if (nonce_len > data_len)
355 buf_len = nonce_len;
369 os_memcpy(buf + 16, nonce, nonce_len);
370 if (omac1_aes_128(key, buf, 16 + nonce_len, nonce_mac))
400 * @nonce_len: Nonce length in bytes
408 int aes_128_eax_decrypt(const u8 *key, const u8 *nonce, size_t nonce_len, argument
417 if (nonce_len > data_len)
418 buf_len = nonce_len;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/crypto/
H A Daes_wrap.h36 const u8 *nonce, size_t nonce_len,
40 const u8 *nonce, size_t nonce_len,
H A Daes_wrap.c337 * @nonce_len: Nonce length in bytes
345 int aes_128_eax_encrypt(const u8 *key, const u8 *nonce, size_t nonce_len, argument
354 if (nonce_len > data_len)
355 buf_len = nonce_len;
369 os_memcpy(buf + 16, nonce, nonce_len);
370 if (omac1_aes_128(key, buf, 16 + nonce_len, nonce_mac))
400 * @nonce_len: Nonce length in bytes
408 int aes_128_eax_decrypt(const u8 *key, const u8 *nonce, size_t nonce_len, argument
417 if (nonce_len > data_len)
418 buf_len = nonce_len;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/rsn_supp/
H A Dwpa_ie.h32 size_t nonce_len; member in struct:wpa_eapol_ie_parse
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/ap/
H A Dwpa_auth_ie.h32 size_t nonce_len; member in struct:wpa_eapol_ie_parse
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/rsn_supp/
H A Dwpa_ie.h32 size_t nonce_len; member in struct:wpa_eapol_ie_parse
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/rsn_supp/
H A Dwpa_ie.h32 size_t nonce_len; member in struct:wpa_eapol_ie_parse
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/ap/
H A Dwpa_auth_ie.h32 size_t nonce_len; member in struct:wpa_eapol_ie_parse
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/rsn_supp/
H A Dwpa_ie.h32 size_t nonce_len; member in struct:wpa_eapol_ie_parse
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/rsn_supp/
H A Dwpa_ie.h32 size_t nonce_len; member in struct:wpa_eapol_ie_parse
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/ap/
H A Dwpa_auth_ie.h32 size_t nonce_len; member in struct:wpa_eapol_ie_parse
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/rsn_supp/
H A Dwpa_ie.h32 size_t nonce_len; member in struct:wpa_eapol_ie_parse
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/eap_common/
H A Dikev2_common.h300 const u8 *nonce, size_t nonce_len,
319 size_t nonce_len; member in struct:ikev2_payloads
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/eap_common/
H A Dikev2_common.h300 const u8 *nonce, size_t nonce_len,
319 size_t nonce_len; member in struct:ikev2_payloads
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/eap_common/
H A Dikev2_common.h300 const u8 *nonce, size_t nonce_len,
319 size_t nonce_len; member in struct:ikev2_payloads
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/eap_common/
H A Dikev2_common.h300 const u8 *nonce, size_t nonce_len,
319 size_t nonce_len; member in struct:ikev2_payloads

Completed in 207 milliseconds

123