Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dpcbc.c25 struct crypto_pcbc_ctx { struct
32 struct crypto_pcbc_ctx *ctx = crypto_tfm_ctx(parent); in crypto_pcbc_setkey() argument
103 struct crypto_pcbc_ctx *ctx = crypto_blkcipher_ctx(tfm); in crypto_pcbc_encrypt()
183 struct crypto_pcbc_ctx *ctx = crypto_blkcipher_ctx(tfm); in crypto_pcbc_decrypt()
207 struct crypto_pcbc_ctx *ctx = crypto_tfm_ctx(tfm); in crypto_pcbc_init_tfm()
220 struct crypto_pcbc_ctx *ctx = crypto_tfm_ctx(tfm); in crypto_pcbc_exit_tfm()
256 inst->alg.cra_ctxsize = sizeof(struct crypto_pcbc_ctx); in crypto_pcbc_alloc()