Searched refs:update_output_data (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/crypto/cavium/cpt/
H A Dcptvf_algs.c77 static inline void update_output_data(struct cpt_request_info *req_info, function
189 update_output_data(req_info, req->dst, req->cryptlen, &argcnt);
/linux-master/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c213 static inline void update_output_data(struct otx_cpt_req_info *req_info, function
336 update_output_data(req_info, req->dst, 0, req->cryptlen, &argcnt);
1100 update_output_data(req_info, req->dst, 0, outputlen, &argcnt);
1185 update_output_data(req_info, dst, offset, mac_len, &argcnt);
/linux-master/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c196 static inline void update_output_data(struct otx2_cpt_req_info *req_info, function
322 update_output_data(req_info, req->dst, 0, req->cryptlen, &argcnt);
1185 update_output_data(req_info, req->dst, 0, outputlen, &argcnt);
1262 update_output_data(req_info, dst, offset, mac_len, &argcnt);

Completed in 168 milliseconds