Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/
Dn2_core.c661 struct n2_cipher_context { struct
733 struct n2_cipher_context *ctx = crypto_tfm_ctx(tfm); in n2_aes_setkey()
762 struct n2_cipher_context *ctx = crypto_tfm_ctx(tfm); in n2_des_setkey()
789 struct n2_cipher_context *ctx = crypto_tfm_ctx(tfm); in n2_3des_setkey()
807 struct n2_cipher_context *ctx = crypto_tfm_ctx(tfm); in n2_arc4_setkey()
844 struct n2_cipher_context *ctx = crypto_tfm_ctx(tfm); in __n2_crypt_chunk()
1400 alg->cra_ctxsize = sizeof(struct n2_cipher_context); in __n2_register_one_cipher()