Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c74 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_crypt()
127 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_setkey_aes()
194 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_setkey_rfc3686()
211 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_rfc3686_encrypt()
226 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_rfc3686_decrypt()
338 struct crypto4xx_ctx *ctx, bool do_decrypt) in crypto4xx_aead_fallback()
371 struct crypto4xx_ctx *ctx = crypto_tfm_ctx(tfm); in crypto4xx_setkey_aes_ccm()
473 struct crypto4xx_ctx *ctx = crypto_tfm_ctx(tfm); in crypto4xx_setauthsize_aead()
517 struct crypto4xx_ctx *ctx = crypto_tfm_ctx(tfm); in crypto4xx_setkey_aes_gcm()
616 struct crypto4xx_ctx *ctx = crypto_tfm_ctx(tfm); in crypto4xx_hash_alg_init()
[all …]
H A Dcrypto4xx_core.h118 struct crypto4xx_ctx { struct
150 int crypto4xx_alloc_sa(struct crypto4xx_ctx *ctx, u32 size); argument
151 void crypto4xx_free_sa(struct crypto4xx_ctx *ctx);
153 struct crypto4xx_ctx *ctx,
H A Dcrypto4xx_core.c153 void crypto4xx_free_sa(struct crypto4xx_ctx *ctx) in crypto4xx_free_sa()
490 struct crypto4xx_ctx *ctx) in crypto4xx_copy_digest_to_dst()
555 struct crypto4xx_ctx *ctx; in crypto4xx_ahash_done()
675 struct crypto4xx_ctx *ctx, in crypto4xx_build_pd()
932 struct crypto4xx_ctx *ctx) in crypto4xx_ctx_init()
1197 .cra_ctxsize = sizeof(struct crypto4xx_ctx),
1218 .cra_ctxsize = sizeof(struct crypto4xx_ctx),
1238 .cra_ctxsize = sizeof(struct crypto4xx_ctx),
1258 .cra_ctxsize = sizeof(struct crypto4xx_ctx),
1288 .cra_ctxsize = sizeof(struct crypto4xx_ctx),
[all …]