Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dkeywrap.c90 struct crypto_kw_ctx { struct
132 struct crypto_kw_ctx *ctx = crypto_blkcipher_ctx(tfm); in crypto_kw_decrypt()
204 struct crypto_kw_ctx *ctx = crypto_blkcipher_ctx(tfm); in crypto_kw_encrypt()
276 struct crypto_kw_ctx *ctx = crypto_tfm_ctx(parent); in crypto_kw_setkey()
293 struct crypto_kw_ctx *ctx = crypto_tfm_ctx(tfm); in crypto_kw_init_tfm()
306 struct crypto_kw_ctx *ctx = crypto_tfm_ctx(tfm); in crypto_kw_exit_tfm()
344 inst->alg.cra_ctxsize = sizeof(struct crypto_kw_ctx); in crypto_kw_alloc()