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

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

Completed in 98 milliseconds