Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dkeywrap.c90 struct crypto_kw_ctx { struct
140 struct crypto_kw_ctx *ctx = crypto_blkcipher_ctx(tfm); in crypto_kw_decrypt()
225 struct crypto_kw_ctx *ctx = crypto_blkcipher_ctx(tfm); in crypto_kw_encrypt()
308 struct crypto_kw_ctx *ctx = crypto_tfm_ctx(parent); in crypto_kw_setkey()
325 struct crypto_kw_ctx *ctx = crypto_tfm_ctx(tfm); in crypto_kw_init_tfm()
338 struct crypto_kw_ctx *ctx = crypto_tfm_ctx(tfm); in crypto_kw_exit_tfm()
376 inst->alg.cra_ctxsize = sizeof(struct crypto_kw_ctx); in crypto_kw_alloc()