Searched defs:ad_len (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/lib/crypto/ |
D | chacha20poly1305.c | 58 const u8 *ad, const size_t ad_len, u32 *chacha_state) in __chacha20poly1305_encrypt() 91 const u8 *ad, const size_t ad_len, in chacha20poly1305_encrypt() 113 const u8 *ad, const size_t ad_len, in xchacha20poly1305_encrypt() 126 const u8 *ad, const size_t ad_len, u32 *chacha_state) in __chacha20poly1305_decrypt() 169 const u8 *ad, const size_t ad_len, in chacha20poly1305_decrypt() 195 const u8 *ad, const size_t ad_len, in xchacha20poly1305_decrypt() 210 const u8 *ad, const size_t ad_len, in chacha20poly1305_crypt_sg_inplace() 334 const u8 *ad, const size_t ad_len, in chacha20poly1305_encrypt_sg_inplace() 344 const u8 *ad, const size_t ad_len, in chacha20poly1305_decrypt_sg_inplace()
|
D | chacha20poly1305-selftest.c | 8829 const u8 *ad, const size_t ad_len, in chacha20poly1305_encrypt_bignonce() 8863 const u8 *ad, const size_t ad_len, in chacha20poly1305_selftest_encrypt()
|
/linux-6.1.9/net/bluetooth/ |
D | eir.c | 30 u8 eir_append_local_name(struct hci_dev *hdev, u8 *ptr, u8 ad_len) in eir_append_local_name() 64 u8 eir_append_appearance(struct hci_dev *hdev, u8 *ptr, u8 ad_len) in eir_append_appearance() 242 u8 ad_len = 0; in eir_create_per_adv_data() local 263 u8 ad_len = 0, flags = 0; in eir_create_adv_data() local
|