Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/
Dn2_core.c658 struct n2_skcipher_context { struct
729 struct n2_skcipher_context *ctx = crypto_tfm_ctx(tfm); in n2_aes_setkey()
757 struct n2_skcipher_context *ctx = crypto_tfm_ctx(tfm); in n2_des_setkey()
776 struct n2_skcipher_context *ctx = crypto_tfm_ctx(tfm); in n2_3des_setkey()
803 struct n2_skcipher_context *ctx = crypto_skcipher_ctx(skcipher); in __n2_crypt_chunk()
1343 alg->base.cra_ctxsize = sizeof(struct n2_skcipher_context); in __n2_register_one_skcipher()