Searched refs:ehsz (Results 1 – 1 of 1) sorted by relevance
743 int ehsz, len, tailen, nsg, rc; in tipc_aead_encrypt() local801 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() local931 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() local1016 ehsz = tipc_ehdr_size(ehdr); in tipc_ehdr_validate()1043 int ehsz; in tipc_ehdr_build() local1047 WARN_ON(skb_headroom(skb) < ehsz); in tipc_ehdr_build()[all …]