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

/linux-4.1.27/crypto/
H A Dcbc.c22 struct crypto_cbc_ctx { struct
29 struct crypto_cbc_ctx *ctx = crypto_tfm_ctx(parent); crypto_cbc_setkey()
96 struct crypto_cbc_ctx *ctx = crypto_blkcipher_ctx(tfm); crypto_cbc_encrypt()
175 struct crypto_cbc_ctx *ctx = crypto_blkcipher_ctx(tfm); crypto_cbc_decrypt()
197 struct crypto_cbc_ctx *ctx = crypto_tfm_ctx(tfm); crypto_cbc_init_tfm()
210 struct crypto_cbc_ctx *ctx = crypto_tfm_ctx(tfm); crypto_cbc_exit_tfm()
250 inst->alg.cra_ctxsize = sizeof(struct crypto_cbc_ctx); crypto_cbc_alloc()

Completed in 38 milliseconds