Home
last modified time | relevance | path

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

/openbmc/linux/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()
886 int ehsz, nsg, rc; in tipc_aead_decrypt() local
926 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() local
1011 ehsz = tipc_ehdr_size(ehdr); in tipc_ehdr_validate()
1038 int ehsz; in tipc_ehdr_build() local
1042 WARN_ON(skb_headroom(skb) < ehsz); in tipc_ehdr_build()
[all …]