Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/obdclass/
Dcapa.c283 offsetof(struct lustre_capa, lc_hmac), in capa_hmac()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3886 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()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3484 __u8 lc_hmac[CAPA_HMAC_MAX_LEN]; /** HMAC */ member