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()886 int ehsz, nsg, rc; in tipc_aead_decrypt() local926 ehsz = tipc_ehdr_size(ehdr); in tipc_aead_decrypt()928 aead_request_set_ad(req, ehsz); in tipc_aead_decrypt()1003 int ehsz; in tipc_ehdr_validate() local1011 ehsz = tipc_ehdr_size(ehdr); in tipc_ehdr_validate()1038 int ehsz; in tipc_ehdr_build() local1042 WARN_ON(skb_headroom(skb) < ehsz); in tipc_ehdr_build()[all …]
Completed in 7 milliseconds