Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3884 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()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3465 __u8 lc_hmac[CAPA_HMAC_MAX_LEN]; /** HMAC */ member