Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/amcc/
Dcrypto4xx_alg.c82 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_crypt()
122 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_setkey_aes()
200 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_setkey_rfc3686()
217 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_rfc3686_encrypt()
232 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_rfc3686_decrypt()
248 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_ctr_crypt()
279 static int crypto4xx_sk_setup_fallback(struct crypto4xx_ctx *ctx, in crypto4xx_sk_setup_fallback()
302 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_setkey_aes_ctr()
352 struct crypto4xx_ctx *ctx, bool do_decrypt) in crypto4xx_aead_fallback()
366 static int crypto4xx_aead_setup_fallback(struct crypto4xx_ctx *ctx, in crypto4xx_aead_setup_fallback()
[all …]
Dcrypto4xx_core.h124 struct crypto4xx_ctx { struct
155 int crypto4xx_alloc_sa(struct crypto4xx_ctx *ctx, u32 size); argument
156 void crypto4xx_free_sa(struct crypto4xx_ctx *ctx);
157 void crypto4xx_free_ctx(struct crypto4xx_ctx *ctx);
159 struct crypto4xx_ctx *ctx,
Dcrypto4xx_core.c142 int crypto4xx_alloc_sa(struct crypto4xx_ctx *ctx, u32 size) in crypto4xx_alloc_sa()
160 void crypto4xx_free_sa(struct crypto4xx_ctx *ctx) in crypto4xx_free_sa()
501 struct crypto4xx_ctx *ctx) in crypto4xx_copy_digest_to_dst()
567 struct crypto4xx_ctx *ctx; in crypto4xx_ahash_done()
691 struct crypto4xx_ctx *ctx, in crypto4xx_build_pd()
939 struct crypto4xx_ctx *ctx) in crypto4xx_ctx_init()
951 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(sk); in crypto4xx_sk_init()
971 static void crypto4xx_common_exit(struct crypto4xx_ctx *ctx) in crypto4xx_common_exit()
978 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(sk); in crypto4xx_sk_exit()
988 struct crypto4xx_ctx *ctx = crypto_aead_ctx(tfm); in crypto4xx_aead_init()
[all …]