Home
last modified time | relevance | path

Searched refs:cc_req_dma_buf_type (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/crypto/ccree/
H A Dcc_aead.h92 enum cc_req_dma_buf_type assoc_buff_type;
93 enum cc_req_dma_buf_type data_buff_type;
H A Dcc_cipher.h18 enum cc_req_dma_buf_type dma_buf_type;
H A Dcc_buffer_mgr.h15 enum cc_req_dma_buf_type { enum
H A Dcc_hash.h44 enum cc_req_dma_buf_type data_dma_buf_type;
H A Dcc_aead.c727 enum cc_req_dma_buf_type assoc_dma_type = areq_ctx->assoc_buff_type; in cc_set_assoc_desc()
766 enum cc_req_dma_buf_type data_dma_type = areq_ctx->data_buff_type; in cc_proc_authen_desc()
831 enum cc_req_dma_buf_type data_dma_type = areq_ctx->data_buff_type; in cc_proc_cipher_desc()
H A Dcc_buffer_mgr.c31 static inline char *cc_dma_buf_type(enum cc_req_dma_buf_type type) in cc_dma_buf_type()