Searched refs:nitrox_kcrypt_request (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_req.h | 211 struct nitrox_kcrypt_request { struct 234 struct nitrox_kcrypt_request nkreq; 616 static inline int alloc_src_req_buf(struct nitrox_kcrypt_request *nkreq, in alloc_src_req_buf() 638 static inline void nitrox_creq_set_src_sg(struct nitrox_kcrypt_request *nkreq, in nitrox_creq_set_src_sg() 662 static inline int alloc_dst_req_buf(struct nitrox_kcrypt_request *nkreq, in alloc_dst_req_buf() 675 static inline void nitrox_creq_set_orh(struct nitrox_kcrypt_request *nkreq) in nitrox_creq_set_orh() 683 static inline void nitrox_creq_set_comp(struct nitrox_kcrypt_request *nkreq) in nitrox_creq_set_comp() 696 static inline void nitrox_creq_set_dst_sg(struct nitrox_kcrypt_request *nkreq, in nitrox_creq_set_dst_sg()
|
H A D | nitrox_skcipher.c | 53 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); in free_src_sglist() 60 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); in free_dst_sglist() 82 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); in nitrox_cbc_cipher_callback() 130 sizeof(struct nitrox_kcrypt_request)); in nitrox_skcipher_init() 210 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); in alloc_src_sglist() 228 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); in alloc_dst_sglist() 251 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); in nitrox_skcipher_crypt() 292 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); in nitrox_cbc_decrypt()
|
H A D | nitrox_aead.c | 94 static int alloc_src_sglist(struct nitrox_kcrypt_request *nkreq, in alloc_src_sglist() 117 static int alloc_dst_sglist(struct nitrox_kcrypt_request *nkreq, in alloc_dst_sglist() 142 static void free_src_sglist(struct nitrox_kcrypt_request *nkreq) in free_src_sglist() 147 static void free_dst_sglist(struct nitrox_kcrypt_request *nkreq) in free_dst_sglist() 429 struct nitrox_kcrypt_request *nkreq = &rctx->base.nkreq; in nitrox_rfc4106_callback()
|
/kernel/linux/linux-6.6/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_req.h | 212 struct nitrox_kcrypt_request { struct 235 struct nitrox_kcrypt_request nkreq; 620 static inline int alloc_src_req_buf(struct nitrox_kcrypt_request *nkreq, in alloc_src_req_buf() 642 static inline void nitrox_creq_set_src_sg(struct nitrox_kcrypt_request *nkreq, in nitrox_creq_set_src_sg() 666 static inline int alloc_dst_req_buf(struct nitrox_kcrypt_request *nkreq, in alloc_dst_req_buf() 679 static inline void nitrox_creq_set_orh(struct nitrox_kcrypt_request *nkreq) in nitrox_creq_set_orh() 687 static inline void nitrox_creq_set_comp(struct nitrox_kcrypt_request *nkreq) in nitrox_creq_set_comp() 700 static inline void nitrox_creq_set_dst_sg(struct nitrox_kcrypt_request *nkreq, in nitrox_creq_set_dst_sg()
|
H A D | nitrox_skcipher.c | 53 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); in free_src_sglist() 60 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); in free_dst_sglist() 82 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); in nitrox_cbc_cipher_callback() 130 sizeof(struct nitrox_kcrypt_request)); in nitrox_skcipher_init() 210 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); in alloc_src_sglist() 228 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); in alloc_dst_sglist() 251 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); in nitrox_skcipher_crypt() 292 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); in nitrox_cbc_decrypt()
|
H A D | nitrox_aead.c | 93 static int alloc_src_sglist(struct nitrox_kcrypt_request *nkreq, in alloc_src_sglist() 116 static int alloc_dst_sglist(struct nitrox_kcrypt_request *nkreq, in alloc_dst_sglist() 141 static void free_src_sglist(struct nitrox_kcrypt_request *nkreq) in free_src_sglist() 146 static void free_dst_sglist(struct nitrox_kcrypt_request *nkreq) in free_dst_sglist() 428 struct nitrox_kcrypt_request *nkreq = &rctx->base.nkreq; in nitrox_rfc4106_callback()
|
Completed in 6 milliseconds