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