Home
last modified time | relevance | path

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

/crypto/
Dctr.c27 struct crypto_rfc3686_ctx { struct
247 struct crypto_rfc3686_ctx *ctx = crypto_tfm_ctx(parent); in crypto_rfc3686_setkey()
275 struct crypto_rfc3686_ctx *ctx = crypto_blkcipher_ctx(tfm); in crypto_rfc3686_crypt()
304 struct crypto_rfc3686_ctx *ctx = crypto_tfm_ctx(tfm); in crypto_rfc3686_init_tfm()
318 struct crypto_rfc3686_ctx *ctx = crypto_tfm_ctx(tfm); in crypto_rfc3686_exit_tfm()
366 inst->alg.cra_ctxsize = sizeof(struct crypto_rfc3686_ctx); in crypto_rfc3686_alloc()