Searched refs:lc_hmac (Results 1 – 3 of 3) sorted by relevance
283 offsetof(struct lustre_capa, lc_hmac), in capa_hmac()
3886 LASSERTF((int)offsetof(struct lustre_capa, lc_hmac[64]) == 120, "found %lld\n", in lustre_assert_wire_constants()3887 (long long)(int)offsetof(struct lustre_capa, lc_hmac[64])); in lustre_assert_wire_constants()3888 LASSERTF((int)sizeof(((struct lustre_capa *)0)->lc_hmac[64]) == 1, "found %lld\n", in lustre_assert_wire_constants()3889 (long long)(int)sizeof(((struct lustre_capa *)0)->lc_hmac[64])); in lustre_assert_wire_constants()
3484 __u8 lc_hmac[CAPA_HMAC_MAX_LEN]; /** HMAC */ member