Home
last modified time | relevance | path

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

/linux/drivers/crypto/ccree/
A Dcc_cipher.c68 return ctx_p->key_type; in cc_key_type()
183 ctx_p->fallback_tfm = in cc_cipher_init()
203 if (!ctx_p->user.key) in cc_cipher_init()
207 ctx_p->user.key); in cc_cipher_init()
210 ctx_p->user.key_dma_addr = dma_map_single(dev, ctx_p->user.key, in cc_cipher_init()
219 max_key_buf_size, ctx_p->user.key, &ctx_p->user.key_dma_addr); in cc_cipher_init()
224 kfree(ctx_p->user.key); in cc_cipher_init()
333 ctx_p->keylen = keylen; in cc_cipher_sethkey()
368 ctx_p->hw.key1_slot, ctx_p->hw.key2_slot); in cc_cipher_sethkey()
390 ctx_p->cpp.alg, ctx_p->cpp.slot); in cc_cipher_sethkey()
[all …]

Completed in 8 milliseconds