Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/crypto/internal/
H A Dskcipher.h201 struct skcipher_ctx_simple { struct
207 struct skcipher_ctx_simple *ctx = crypto_skcipher_ctx(tfm); in skcipher_cipher_simple() argument
/OK3568_Linux_fs/kernel/crypto/
H A Dskcipher.c895 struct skcipher_ctx_simple *ctx = crypto_skcipher_ctx(tfm); in skcipher_init_tfm_simple()
908 struct skcipher_ctx_simple *ctx = crypto_skcipher_ctx(tfm); in skcipher_exit_tfm_simple()
975 inst->alg.base.cra_ctxsize = sizeof(struct skcipher_ctx_simple); in skcipher_alloc_instance_simple()