Home
last modified time | relevance | path

Searched refs:BULK_HASH_ALG_NULL (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dsec_bulk.c451 [BULK_HASH_ALG_NULL] = CFS_HASH_ALG_NULL,
519 LASSERT(alg > BULK_HASH_ALG_NULL && alg < BULK_HASH_ALG_MAX); in sptlrpc_get_bulk_checksum()
Dsec_plain.c126 if (hash_alg == BULK_HASH_ALG_NULL) in plain_generate_bulk_csum()
141 if (hash_alg == BULK_HASH_ALG_NULL) in plain_verify_bulk_csum()
323 req->rq_flvr.u_bulk.hash.hash_alg != BULK_HASH_ALG_NULL) in plain_cli_wrap_bulk()
Dsec_config.c119 if (flvr->u_bulk.hash.hash_alg == BULK_HASH_ALG_NULL) in sptlrpc_parse_flavor()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_sec.h856 BULK_HASH_ALG_NULL = 0, enumerator