Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/
Dn2_core.c659 struct n2_skcipher_context { struct
730 struct n2_skcipher_context *ctx = crypto_tfm_ctx(tfm); in n2_aes_setkey()
758 struct n2_skcipher_context *ctx = crypto_tfm_ctx(tfm); in n2_des_setkey()
777 struct n2_skcipher_context *ctx = crypto_tfm_ctx(tfm); in n2_3des_setkey()
804 struct n2_skcipher_context *ctx = crypto_skcipher_ctx(skcipher); in __n2_crypt_chunk()
1344 alg->base.cra_ctxsize = sizeof(struct n2_skcipher_context); in __n2_register_one_skcipher()