Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Decb.c21 struct crypto_ecb_ctx { struct
28 struct crypto_ecb_ctx *ctx = crypto_tfm_ctx(parent); in crypto_ecb_setkey() argument
75 struct crypto_ecb_ctx *ctx = crypto_blkcipher_ctx(tfm); in crypto_ecb_encrypt()
89 struct crypto_ecb_ctx *ctx = crypto_blkcipher_ctx(tfm); in crypto_ecb_decrypt()
101 struct crypto_ecb_ctx *ctx = crypto_tfm_ctx(tfm); in crypto_ecb_init_tfm()
114 struct crypto_ecb_ctx *ctx = crypto_tfm_ctx(tfm); in crypto_ecb_exit_tfm()
146 inst->alg.cra_ctxsize = sizeof(struct crypto_ecb_ctx); in crypto_ecb_alloc()