Home
last modified time | relevance | path

Searched refs:ehsz (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/net/tipc/
H A Dcrypto.c743 int ehsz, len, tailen, nsg, rc; in tipc_aead_encrypt() local
801 ehsz = tipc_ehdr_size(ehdr); in tipc_aead_encrypt()
803 aead_request_set_ad(req, ehsz); in tipc_aead_encrypt()
891 int ehsz, nsg, rc; in tipc_aead_decrypt() local
931 ehsz = tipc_ehdr_size(ehdr); in tipc_aead_decrypt()
933 aead_request_set_ad(req, ehsz); in tipc_aead_decrypt()
1008 int ehsz; in tipc_ehdr_validate() local
1016 ehsz = tipc_ehdr_size(ehdr); in tipc_ehdr_validate()
1043 int ehsz; in tipc_ehdr_build() local
1047 WARN_ON(skb_headroom(skb) < ehsz); in tipc_ehdr_build()
[all …]