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

/linux-4.1.27/crypto/
H A Dctr.c24 struct crypto_ctr_ctx { struct
41 struct crypto_ctr_ctx *ctx = crypto_tfm_ctx(parent); crypto_ctr_setkey()
133 struct crypto_ctr_ctx *ctx = crypto_blkcipher_ctx(tfm); crypto_ctr_crypt()
162 struct crypto_ctr_ctx *ctx = crypto_tfm_ctx(tfm); crypto_ctr_init_tfm()
176 struct crypto_ctr_ctx *ctx = crypto_tfm_ctx(tfm); crypto_ctr_exit_tfm()
219 inst->alg.cra_ctxsize = sizeof(struct crypto_ctr_ctx); crypto_ctr_alloc()

Completed in 34 milliseconds