Home
last modified time | relevance | path

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

/crypto/
Dcts.c53 struct crypto_cts_ctx { struct
60 struct crypto_cts_ctx *ctx = crypto_tfm_ctx(parent); in crypto_cts_setkey() argument
73 static int cts_cbc_encrypt(struct crypto_cts_ctx *ctx, in cts_cbc_encrypt()
129 struct crypto_cts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); in crypto_cts_encrypt()
159 static int cts_cbc_decrypt(struct crypto_cts_ctx *ctx, in cts_cbc_decrypt()
224 struct crypto_cts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); in crypto_cts_decrypt()
257 struct crypto_cts_ctx *ctx = crypto_tfm_ctx(tfm); in crypto_cts_init_tfm()
270 struct crypto_cts_ctx *ctx = crypto_tfm_ctx(tfm); in crypto_cts_exit_tfm()
312 inst->alg.cra_ctxsize = sizeof(struct crypto_cts_ctx); in crypto_cts_alloc()