Lines Matching refs:dma_key
855 dma_addr_t dma_key; member
902 dma_unmap_single(dev, ctx->dma_key, ctx->keylen, DMA_TO_DEVICE); in aead_setkey()
910 ctx->dma_key = dma_map_single(dev, ctx->key, ctx->keylen, in aead_setkey()
943 dma_unmap_single(dev, ctx->dma_key, ctx->keylen, DMA_TO_DEVICE); in aead_des3_setkey()
951 ctx->dma_key = dma_map_single(dev, ctx->key, ctx->keylen, in aead_des3_setkey()
1220 to_talitos_ptr(&desc->ptr[0], ctx->dma_key, ctx->authkeylen, is_sec1); in ipsec_esp()
1244 to_talitos_ptr(ckey_ptr, ctx->dma_key + ctx->authkeylen, in ipsec_esp()
1500 dma_unmap_single(dev, ctx->dma_key, ctx->keylen, DMA_TO_DEVICE); in ablkcipher_setkey()
1505 ctx->dma_key = dma_map_single(dev, ctx->key, keylen, DMA_TO_DEVICE); in ablkcipher_setkey()
1593 to_talitos_ptr(&desc->ptr[2], ctx->dma_key, ctx->keylen, is_sec1); in common_nonsnoop()
1816 to_talitos_ptr(&desc->ptr[2], ctx->dma_key, ctx->keylen, in common_nonsnoop_hash()
2243 dma_unmap_single(dev, ctx->dma_key, ctx->keylen, DMA_TO_DEVICE); in ahash_setkey()
2246 ctx->dma_key = dma_map_single(dev, ctx->key, keysize, DMA_TO_DEVICE); in ahash_setkey()
3083 dma_unmap_single(dev, ctx->dma_key, ctx->keylen, DMA_TO_DEVICE); in talitos_cra_exit()