Home
last modified time | relevance | path

Searched refs:addr_key (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-cipher.c144 rctx->addr_key = dma_map_single(ce->dev, op->key, op->keylen, DMA_TO_DEVICE); in sun8i_ce_cipher_prepare()
145 if (dma_mapping_error(ce->dev, rctx->addr_key)) { in sun8i_ce_cipher_prepare()
150 cet->t_key = cpu_to_le32(rctx->addr_key); in sun8i_ce_cipher_prepare()
267 dma_unmap_single(ce->dev, rctx->addr_key, op->keylen, DMA_TO_DEVICE); in sun8i_ce_cipher_prepare()
331 dma_unmap_single(ce->dev, rctx->addr_key, op->keylen, DMA_TO_DEVICE); in sun8i_ce_cipher_unprepare()
H A Dsun8i-ce.h248 * @addr_key: The key addr returned by dma_map_single, need to unmap later
260 dma_addr_t addr_key; member
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-cipher.c187 rctx->addr_key = dma_map_single(ce->dev, op->key, op->keylen, DMA_TO_DEVICE); in sun8i_ce_cipher_prepare()
188 if (dma_mapping_error(ce->dev, rctx->addr_key)) { in sun8i_ce_cipher_prepare()
193 cet->t_key = cpu_to_le32(rctx->addr_key); in sun8i_ce_cipher_prepare()
296 dma_unmap_single(ce->dev, rctx->addr_key, op->keylen, DMA_TO_DEVICE); in sun8i_ce_cipher_prepare()
360 dma_unmap_single(ce->dev, rctx->addr_key, op->keylen, DMA_TO_DEVICE); in sun8i_ce_cipher_unprepare()
H A Dsun8i-ce.h252 * @addr_key: The key addr returned by dma_map_single, need to unmap later
262 dma_addr_t addr_key; member
/kernel/linux/linux-6.6/net/mac80211/
H A Dmesh.h139 * @addr_key: The Ethernet DA which is the key for this entry
150 u8 addr_key[ETH_ALEN] __aligned(2);
H A Dmesh_pathtbl.c40 .key_offset = offsetof(struct ieee80211_mesh_fast_tx, addr_key),
545 memcpy(build.addr_key, mppath->dst, ETH_ALEN); in mesh_fast_tx_cache()

Completed in 6 milliseconds