Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
H A Dskcipher.h220 struct skcipher_ctx_simple { struct
226 struct skcipher_ctx_simple *ctx = crypto_skcipher_ctx(tfm); in skcipher_cipher_simple() argument
/linux/crypto/
H A Dskcipher.c547 struct skcipher_ctx_simple *ctx = crypto_skcipher_ctx(tfm); in skcipher_init_tfm_simple()
560 struct skcipher_ctx_simple *ctx = crypto_skcipher_ctx(tfm); in skcipher_exit_tfm_simple()
578 * overridden if needed. The tfm context defaults to skcipher_ctx_simple, and
626 /* Use skcipher_ctx_simple by default, can be overridden */ in skcipher_alloc_instance_simple()
627 inst->alg.base.cra_ctxsize = sizeof(struct skcipher_ctx_simple); in skcipher_alloc_instance_simple()