Searched refs:ehsz (Results 1 – 1 of 1) sorted by relevance
743 int ehsz, len, tailen, nsg, rc; in tipc_aead_encrypt() local812 ehsz = tipc_ehdr_size(ehdr); in tipc_aead_encrypt()814 aead_request_set_ad(req, ehsz); in tipc_aead_encrypt()897 int ehsz, nsg, rc; in tipc_aead_decrypt() local937 ehsz = tipc_ehdr_size(ehdr); in tipc_aead_decrypt()939 aead_request_set_ad(req, ehsz); in tipc_aead_decrypt()1014 int ehsz; in tipc_ehdr_validate() local1022 ehsz = tipc_ehdr_size(ehdr); in tipc_ehdr_validate()1049 int ehsz; in tipc_ehdr_build() local1053 WARN_ON(skb_headroom(skb) < ehsz); in tipc_ehdr_build()[all …]
Completed in 7 milliseconds