Home
last modified time | relevance | path

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

/linux/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c71 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_crypt()
124 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_setkey_aes()
191 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_setkey_rfc3686()
208 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_rfc3686_encrypt()
223 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_rfc3686_decrypt()
239 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_ctr_crypt()
270 static int crypto4xx_sk_setup_fallback(struct crypto4xx_ctx *ctx, in crypto4xx_sk_setup_fallback()
285 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_setkey_aes_ctr()
335 struct crypto4xx_ctx *ctx, bool do_decrypt) in crypto4xx_aead_fallback()
349 static int crypto4xx_aead_setup_fallback(struct crypto4xx_ctx *ctx, in crypto4xx_aead_setup_fallback()
[all …]
H A Dcrypto4xx_core.h117 struct crypto4xx_ctx { struct
154 int crypto4xx_alloc_sa(struct crypto4xx_ctx *ctx, u32 size);
155 void crypto4xx_free_sa(struct crypto4xx_ctx *ctx);
157 struct crypto4xx_ctx *ctx,
H A Dcrypto4xx_core.c135 int crypto4xx_alloc_sa(struct crypto4xx_ctx *ctx, u32 size) in crypto4xx_alloc_sa()
153 void crypto4xx_free_sa(struct crypto4xx_ctx *ctx) in crypto4xx_free_sa()
642 struct crypto4xx_ctx *ctx, in crypto4xx_build_pd()
898 struct crypto4xx_ctx *ctx) in crypto4xx_ctx_init()
910 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(sk); in crypto4xx_sk_init()
925 static void crypto4xx_common_exit(struct crypto4xx_ctx *ctx) in crypto4xx_common_exit()
932 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(sk); in crypto4xx_sk_exit()
942 struct crypto4xx_ctx *ctx = crypto_aead_ctx(tfm); in crypto4xx_aead_init()
961 struct crypto4xx_ctx *ctx = crypto_aead_ctx(tfm); in crypto4xx_aead_exit()
1155 .cra_ctxsize = sizeof(struct crypto4xx_ctx),
[all …]