Searched refs:RTA_ALIGNTO (Results 1 – 3 of 3) sorted by relevance
226 #define RTA_ALIGNTO 4U macro227 #define RTA_ALIGN(len) ( ((len)+RTA_ALIGNTO-1) & ~(RTA_ALIGNTO-1) )
65 BUILD_BUG_ON(sizeof(*param) % RTA_ALIGNTO); in crypto_authenc_extractkeys()
81 BUILD_BUG_ON(sizeof(*param) % RTA_ALIGNTO); in crypto_krb5enc_extractkeys()