Home
last modified time | relevance | path

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

/crypto/
Dctr.c23 struct crypto_ctr_ctx { struct
35 struct crypto_ctr_ctx *ctx = crypto_tfm_ctx(parent); in crypto_ctr_setkey() argument
127 struct crypto_ctr_ctx *ctx = crypto_blkcipher_ctx(tfm); in crypto_ctr_crypt()
156 struct crypto_ctr_ctx *ctx = crypto_tfm_ctx(tfm); in crypto_ctr_init_tfm()
170 struct crypto_ctr_ctx *ctx = crypto_tfm_ctx(tfm); in crypto_ctr_exit_tfm()
213 inst->alg.cra_ctxsize = sizeof(struct crypto_ctr_ctx); in crypto_ctr_alloc()