Home
last modified time | relevance | path

Searched defs:data_len (Results 26 - 50 of 1375) sorted by relevance

12345678910>>...55

/kernel/linux/linux-6.6/lib/
H A Dtest_blackhole_dev.c33 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 Deir.h21 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 Daes_gcm.h13 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 Dmichael.c53 michael_mic(const u8 *key, struct ieee80211_hdr *hdr, const u8 *data, size_t data_len, u8 *mic) michael_mic() argument
H A Daes_ccm.h21 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 Dudp_transmit.c47 s32_t data_len = 0; in get_msg_data_len() local
/third_party/openssl/test/
H A Drc4test.c34 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 Dmd5.c105 int hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_md5() argument
H A Dsha1-prf.c30 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 Dsha1.c104 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1() argument
H A Dsha256.c100 hmac_sha256(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) hmac_sha256() argument
H A Dsha384.c100 hmac_sha384(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) hmac_sha384() argument
H A Dsha512.c100 hmac_sha512(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) hmac_sha512() argument
H A Daes-cbc.c24 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 Dpkcs8.c128 size_t data_len; in pkcs8_enc_key_import() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Daes-cbc.c24 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 Daes-ctr.c25 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 Daes-eax.c28 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 Dmd5.c105 int hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_md5() argument
H A Dsha1-prf.c30 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 Dsha1.c104 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1() argument
H A Dsha256.c100 hmac_sha256(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) hmac_sha256() argument
H A Dsha384.c100 hmac_sha384(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) hmac_sha384() argument
H A Dsha512.c100 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 Dpkcs8.c117 size_t data_len; in pkcs8_enc_key_import() local

Completed in 7 milliseconds

12345678910>>...55