Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/crypto/internal/
H A Dskcipher.h200 struct skcipher_ctx_simple { struct
206 struct skcipher_ctx_simple *ctx = crypto_skcipher_ctx(tfm); in skcipher_cipher_simple()
/kernel/linux/linux-6.6/include/crypto/internal/
H A Dskcipher.h230 struct skcipher_ctx_simple { struct
236 struct skcipher_ctx_simple *ctx = crypto_skcipher_ctx(tfm); in skcipher_cipher_simple()
/kernel/linux/linux-5.10/crypto/
H A Dskcipher.c894 struct skcipher_ctx_simple *ctx = crypto_skcipher_ctx(tfm); in skcipher_init_tfm_simple()
907 struct skcipher_ctx_simple *ctx = crypto_skcipher_ctx(tfm); in skcipher_exit_tfm_simple()
925 * overridden if needed. The tfm context defaults to skcipher_ctx_simple, and
973 /* Use skcipher_ctx_simple by default, can be overridden */ in skcipher_alloc_instance_simple()
974 inst->alg.base.cra_ctxsize = sizeof(struct skcipher_ctx_simple); in skcipher_alloc_instance_simple()
/kernel/linux/linux-6.6/crypto/
H A Dskcipher.c940 struct skcipher_ctx_simple *ctx = crypto_skcipher_ctx(tfm); in skcipher_init_tfm_simple()
953 struct skcipher_ctx_simple *ctx = crypto_skcipher_ctx(tfm); in skcipher_exit_tfm_simple()
971 * overridden if needed. The tfm context defaults to skcipher_ctx_simple, and
1019 /* Use skcipher_ctx_simple by default, can be overridden */ in skcipher_alloc_instance_simple()
1020 inst->alg.base.cra_ctxsize = sizeof(struct skcipher_ctx_simple); in skcipher_alloc_instance_simple()

Completed in 5 milliseconds