Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/sunxi-ss/
Dsun4i-ss-cipher.c22 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_opti_poll()
130 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cipher_poll()
323 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_aes_encrypt()
334 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_aes_decrypt()
346 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_ecb_aes_encrypt()
357 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_ecb_aes_decrypt()
369 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_des_encrypt()
380 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_des_decrypt()
392 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_ecb_des_encrypt()
403 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_ecb_des_decrypt()
[all …]
Dsun4i-ss-hash.c23 struct sun4i_tfm_ctx *op = crypto_tfm_ctx(tfm); in sun4i_hash_crainit()
27 memset(op, 0, sizeof(struct sun4i_tfm_ctx)); in sun4i_hash_crainit()
185 struct sun4i_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun4i_hash()
Dsun4i-ss.h159 struct sun4i_tfm_ctx { struct
Dsun4i-ss-core.c96 .cra_ctxsize = sizeof(struct sun4i_tfm_ctx),
117 .cra_ctxsize = sizeof(struct sun4i_tfm_ctx),