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

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

Completed in 32 milliseconds