Home
last modified time | relevance | path

Searched refs:mapped_nents (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/crypto/ccree/
H A Dcc_buffer_mgr.c262 *mapped_nents = 0; in cc_map_sg()
283 *mapped_nents = ret; in cc_map_sg()
381 u32 mapped_nents = 0; in cc_map_cipher_request() local
409 if (mapped_nents > 1) in cc_map_cipher_request()
427 if (mapped_nents > 1) in cc_map_cipher_request()
591 int mapped_nents = 0; in cc_aead_chain_assoc() local
610 if (mapped_nents < 0) in cc_aead_chain_assoc()
611 return mapped_nents; in cc_aead_chain_assoc()
955 u32 mapped_nents = 0; in cc_map_aead_request() local
1153 u32 mapped_nents = 0; in cc_map_hash_request_final() local
[all …]
H A Dcc_buffer_mgr.h28 unsigned int mapped_nents; member
/openbmc/linux/drivers/crypto/caam/
H A Dcaamhash.c867 mapped_nents = 0; in ahash_update_ctx()
897 if (mapped_nents) in ahash_update_ctx()
1028 if (!mapped_nents) { in ahash_finup_ctx()
1033 mapped_nents = 0; in ahash_finup_ctx()
1102 if (!mapped_nents) { in ahash_digest()
1107 mapped_nents = 0; in ahash_digest()
1111 edesc = ahash_edesc_alloc(req, mapped_nents > 1 ? mapped_nents : 0, in ahash_digest()
1243 mapped_nents = 0; in ahash_update_no_ctx()
1338 if (!mapped_nents) { in ahash_finup_no_ctx()
1343 mapped_nents = 0; in ahash_finup_no_ctx()
[all …]
H A Dcaamalg_qi2.c3563 if (!mapped_nents) { in ahash_update_ctx()
3568 mapped_nents = 0; in ahash_update_ctx()
3594 if (mapped_nents) { in ahash_update_ctx()
3746 if (!mapped_nents) { in ahash_finup_ctx()
3751 mapped_nents = 0; in ahash_finup_ctx()
3839 if (!mapped_nents) { in ahash_digest()
3844 mapped_nents = 0; in ahash_digest()
4020 mapped_nents = 0; in ahash_update_no_ctx()
4128 if (!mapped_nents) { in ahash_finup_no_ctx()
4133 mapped_nents = 0; in ahash_finup_no_ctx()
[all …]
/openbmc/linux/net/smc/
H A Dsmc_ib.c813 int mapped_nents; in smc_ib_buf_map_sg() local
815 mapped_nents = ib_dma_map_sg(lnk->smcibdev->ibdev, in smc_ib_buf_map_sg()
819 if (!mapped_nents) in smc_ib_buf_map_sg()
822 return mapped_nents; in smc_ib_buf_map_sg()