Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/cavium/nitrox/
Dnitrox_req.h208 struct nitrox_kcrypt_request { struct
230 struct nitrox_kcrypt_request nkreq; argument
612 static inline int alloc_src_req_buf(struct nitrox_kcrypt_request *nkreq, in alloc_src_req_buf()
634 static inline void nitrox_creq_set_src_sg(struct nitrox_kcrypt_request *nkreq, in nitrox_creq_set_src_sg()
658 static inline int alloc_dst_req_buf(struct nitrox_kcrypt_request *nkreq, in alloc_dst_req_buf()
671 static inline void nitrox_creq_set_orh(struct nitrox_kcrypt_request *nkreq) in nitrox_creq_set_orh()
679 static inline void nitrox_creq_set_comp(struct nitrox_kcrypt_request *nkreq) in nitrox_creq_set_comp()
692 static inline void nitrox_creq_set_dst_sg(struct nitrox_kcrypt_request *nkreq, in nitrox_creq_set_dst_sg()
Dnitrox_skcipher.c70 sizeof(struct nitrox_kcrypt_request)); in nitrox_skcipher_init()
139 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); in alloc_src_sglist()
157 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); in alloc_dst_sglist()
178 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); in free_src_sglist()
185 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); in free_dst_sglist()
208 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); in nitrox_skcipher_crypt()
Dnitrox_aead.c77 static int alloc_src_sglist(struct nitrox_kcrypt_request *nkreq, in alloc_src_sglist()
100 static int alloc_dst_sglist(struct nitrox_kcrypt_request *nkreq, in alloc_dst_sglist()
125 static void free_src_sglist(struct nitrox_kcrypt_request *nkreq) in free_src_sglist()
130 static void free_dst_sglist(struct nitrox_kcrypt_request *nkreq) in free_dst_sglist()
398 struct nitrox_kcrypt_request *nkreq = &rctx->base.nkreq; in nitrox_rfc4106_callback()