Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/
Dtalitos.c849 dma_addr_t dma_key; member
896 dma_unmap_single(dev, ctx->dma_key, ctx->keylen, DMA_TO_DEVICE); in aead_setkey()
904 ctx->dma_key = dma_map_single(dev, ctx->key, ctx->keylen, in aead_setkey()
1221 to_talitos_ptr(&desc->ptr[0], ctx->dma_key, ctx->authkeylen, is_sec1); in ipsec_esp()
1245 to_talitos_ptr(ckey_ptr, ctx->dma_key + ctx->authkeylen, in ipsec_esp()
1553 dma_unmap_single(dev, ctx->dma_key, ctx->keylen, DMA_TO_DEVICE); in ablkcipher_setkey()
1558 ctx->dma_key = dma_map_single(dev, ctx->key, keylen, DMA_TO_DEVICE); in ablkcipher_setkey()
1616 to_talitos_ptr(&desc->ptr[2], ctx->dma_key, ctx->keylen, is_sec1); in common_nonsnoop()
1822 to_talitos_ptr(&desc->ptr[2], ctx->dma_key, ctx->keylen, in common_nonsnoop_hash()
2249 dma_unmap_single(dev, ctx->dma_key, ctx->keylen, DMA_TO_DEVICE); in ahash_setkey()
[all …]