Home
last modified time | relevance | path

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

/openbmc/linux/net/tipc/
H A Dcrypto.h152 #define EHDR_SIZE (offsetof(struct tipc_ehdr, addr) + sizeof(__be32)) macro
154 #define EHDR_MIN_SIZE (EHDR_SIZE)
156 #define EMSG_OVERHEAD (EHDR_SIZE + TIPC_AES_GCM_TAG_SIZE)
H A Dcrypto.c991 return (ehdr->user != LINK_CONFIG) ? EHDR_SIZE : EHDR_CFG_SIZE; in tipc_ehdr_size()
1041 ehsz = (user != LINK_CONFIG) ? EHDR_SIZE : EHDR_CFG_SIZE; in tipc_ehdr_build()