Searched defs:nkreq (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/crypto/cavium/nitrox/
H A Dnitrox_aead.c93 static int alloc_src_sglist(struct nitrox_kcrypt_request *nkreq, argument
116 static int alloc_dst_sglist(struct nitrox_kcrypt_request *nkreq, argument
141 static void free_src_sglist(struct nitrox_kcrypt_request *nkreq) argument
146 free_dst_sglist(struct nitrox_kcrypt_request *nkreq) argument
428 struct nitrox_kcrypt_request *nkreq = &rctx->base.nkreq; local
[all...]
H A Dnitrox_skcipher.c53 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); local
60 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); local
82 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); local
210 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); local
228 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); local
251 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); local
292 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); local
[all...]
H A Dnitrox_req.h235 struct nitrox_kcrypt_request nkreq; member in struct:nitrox_aead_rctx
620 static inline int alloc_src_req_buf(struct nitrox_kcrypt_request *nkreq, argument
642 static inline void nitrox_creq_set_src_sg(struct nitrox_kcrypt_request *nkreq, argument
666 static inline int alloc_dst_req_buf(struct nitrox_kcrypt_request *nkreq, argument
679 nitrox_creq_set_orh(struct nitrox_kcrypt_request *nkreq) argument
687 nitrox_creq_set_comp(struct nitrox_kcrypt_request *nkreq) argument
700 nitrox_creq_set_dst_sg(struct nitrox_kcrypt_request *nkreq, int nents, int ivsize, struct scatterlist *dst, int buflen) argument
[all...]

Completed in 200 milliseconds