Searched refs:create_ctx_hdr (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/crypto/cavium/cpt/ |
D | cptvf_algs.c | 95 static inline u32 create_ctx_hdr(struct skcipher_request *req, u32 enc, in create_ctx_hdr() function 158 create_ctx_hdr(req, enc, &argcnt); in create_input_list()
|
/linux-5.19.10/drivers/crypto/marvell/octeontx/ |
D | otx_cptvf_algs.c | 232 static inline u32 create_ctx_hdr(struct skcipher_request *req, u32 enc, in create_ctx_hdr() function 311 ret = create_ctx_hdr(req, enc, &argcnt); in create_input_list()
|
/linux-5.19.10/drivers/crypto/marvell/octeontx2/ |
D | otx2_cptvf_algs.c | 218 static inline int create_ctx_hdr(struct skcipher_request *req, u32 enc, in create_ctx_hdr() function 296 ret = create_ctx_hdr(req, enc, &argcnt); in create_input_list()
|