| /kernel/linux/linux-6.6/lib/ |
| H A D | test_blackhole_dev.c | 33 int data_len; in test_blackholedev_init() local 45 memset(__skb_put(skb, data_len), 0xf, data_len); in test_blackholedev_init() local
|
| /kernel/linux/linux-6.6/net/bluetooth/ |
| H A D | eir.h | 21 static inline u16 eir_precalc_len(u8 data_len) in eir_precalc_len() argument 47 static inline u16 eir_skb_put_data(struct sk_buff *skb, u8 type, u8 *data, u8 data_len) in eir_skb_put_data() argument 26 eir_append_data(u8 *eir, u16 eir_len, u8 type, u8 *data, u8 data_len) eir_append_data() argument 62 eir_get_data(u8 *eir, size_t eir_len, u8 type, size_t *data_len) eir_get_data() argument [all...] |
| /kernel/linux/linux-6.6/net/mac80211/ |
| H A D | aes_gcm.h | 13 ieee80211_aes_gcm_encrypt(struct crypto_aead *tfm, u8 *j_0, u8 *aad, u8 *data, size_t data_len, u8 *mic) ieee80211_aes_gcm_encrypt() argument 22 ieee80211_aes_gcm_decrypt(struct crypto_aead *tfm, u8 *j_0, u8 *aad, u8 *data, size_t data_len, u8 *mic) ieee80211_aes_gcm_decrypt() argument
|
| H A D | michael.c | 53 michael_mic(const u8 *key, struct ieee80211_hdr *hdr, const u8 *data, size_t data_len, u8 *mic) michael_mic() argument
|
| H A D | aes_ccm.h | 21 ieee80211_aes_ccm_encrypt(struct crypto_aead *tfm, u8 *b_0, u8 *aad, u8 *data, size_t data_len, u8 *mic) ieee80211_aes_ccm_encrypt() argument 31 ieee80211_aes_ccm_decrypt(struct crypto_aead *tfm, u8 *b_0, u8 *aad, u8 *data, size_t data_len, u8 *mic) ieee80211_aes_ccm_decrypt() argument
|
| /third_party/lwip/src/core/distributed_net/ |
| H A D | udp_transmit.c | 47 s32_t data_len = 0; in get_msg_data_len() local
|
| /third_party/openssl/test/ |
| H A D | rc4test.c | 34 static unsigned char data_len[6] = { 8, 8, 8, 20, 28, 10 }; variable [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| H A D | md5.c | 105 int hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_md5() argument
|
| H A D | sha1-prf.c | 30 sha1_prf(const u8 *key, size_t key_len, const char *label, const u8 *data, size_t data_len, u8 *buf, size_t buf_len) sha1_prf() argument
|
| H A D | sha1.c | 104 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1() argument
|
| H A D | sha256.c | 100 hmac_sha256(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) hmac_sha256() argument
|
| H A D | sha384.c | 100 hmac_sha384(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) hmac_sha384() argument
|
| H A D | sha512.c | 100 hmac_sha512(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) hmac_sha512() argument
|
| H A D | aes-cbc.c | 24 int aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_encrypt() argument 60 int aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_decrypt() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
| H A D | pkcs8.c | 128 size_t data_len; in pkcs8_enc_key_import() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | aes-cbc.c | 24 int aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_encrypt() argument 60 int aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_decrypt() argument
|
| H A D | aes-ctr.c | 25 aes_ctr_encrypt(const u8 *key, size_t key_len, const u8 *nonce, u8 *data, size_t data_len) aes_ctr_encrypt() argument 67 aes_128_ctr_encrypt(const u8 *key, const u8 *nonce, u8 *data, size_t data_len) aes_128_ctr_encrypt() argument
|
| H A D | aes-eax.c | 28 aes_128_eax_encrypt(const u8 *key, const u8 *nonce, size_t nonce_len, const u8 *hdr, size_t hdr_len, u8 *data, size_t data_len, u8 *tag) aes_128_eax_encrypt() argument 92 aes_128_eax_decrypt(const u8 *key, const u8 *nonce, size_t nonce_len, const u8 *hdr, size_t hdr_len, u8 *data, size_t data_len, const u8 *tag) aes_128_eax_decrypt() argument [all...] |
| H A D | md5.c | 105 int hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_md5() argument
|
| H A D | sha1-prf.c | 30 sha1_prf(const u8 *key, size_t key_len, const char *label, const u8 *data, size_t data_len, u8 *buf, size_t buf_len) sha1_prf() argument
|
| H A D | sha1.c | 104 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1() argument
|
| H A D | sha256.c | 100 hmac_sha256(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) hmac_sha256() argument
|
| H A D | sha384.c | 100 hmac_sha384(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) hmac_sha384() argument
|
| H A D | sha512.c | 100 hmac_sha512(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) hmac_sha512() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
| H A D | pkcs8.c | 117 size_t data_len; in pkcs8_enc_key_import() local
|