Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec_plain.c202 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()
248 req->rq_flvr.u_bulk.hash.hash_alg); in plain_ctx_verify()
313 rc = plain_generate_bulk_csum(desc, req->rq_flvr.u_bulk.hash.hash_alg, in plain_cli_wrap_bulk()
323 req->rq_flvr.u_bulk.hash.hash_alg != BULK_HASH_ALG_NULL) in plain_cli_wrap_bulk()
362 rc = plain_verify_bulk_csum(desc, req->rq_flvr.u_bulk.hash.hash_alg, in plain_cli_unwrap_bulk()
752 req->rq_flvr.u_bulk.hash.hash_alg = phdr->ph_bulk_hash_alg; in plain_accept()
855 phdr->ph_bulk_hash_alg = req->rq_flvr.u_bulk.hash.hash_alg; in plain_authorize()
904 rc = plain_verify_bulk_csum(desc, req->rq_flvr.u_bulk.hash.hash_alg, in plain_svc_unwrap_bulk()
938 rc = plain_generate_bulk_csum(desc, req->rq_flvr.u_bulk.hash.hash_alg, in plain_svc_wrap_bulk()
Dsec_config.c122 flvr->u_bulk.hash.hash_alg = BULK_HASH_ALG_ADLER32; in sptlrpc_parse_flavor()
135 flvr->u_bulk.hash.hash_alg = sptlrpc_get_hash_alg(alg); in sptlrpc_parse_flavor()
136 if (flvr->u_bulk.hash.hash_alg >= BULK_HASH_ALG_MAX) in sptlrpc_parse_flavor()
140 if (flvr->u_bulk.hash.hash_alg == BULK_HASH_ALG_NULL) in sptlrpc_parse_flavor()
Dsec.c200 sptlrpc_get_hash_name(sf->u_bulk.hash.hash_alg)); in sptlrpc_flavor2name_bulk()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_sec.h282 } u_bulk; member