Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dsec_plain.c84 __u8 ph_bulk_hash_alg; /* complete flavor desc */ member
202 phdr->ph_bulk_hash_alg = req->rq_flvr.u_bulk.hash.hash_alg; in plain_ctx_sign()
246 if (phdr->ph_bulk_hash_alg != req->rq_flvr.u_bulk.hash.hash_alg) { in plain_ctx_verify()
247 CERROR("reply bulk flavor %u != %u\n", phdr->ph_bulk_hash_alg, in plain_ctx_verify()
745 if (phdr->ph_bulk_hash_alg >= BULK_HASH_ALG_MAX) { in plain_accept()
746 CERROR("invalid hash algorithm: %u\n", phdr->ph_bulk_hash_alg); in plain_accept()
751 req->rq_flvr.u_bulk.hash.hash_alg = phdr->ph_bulk_hash_alg; in plain_accept()
854 phdr->ph_bulk_hash_alg = req->rq_flvr.u_bulk.hash.hash_alg; in plain_authorize()