Home
last modified time | relevance | path

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

/drivers/crypto/amcc/
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()
208 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_setkey_rfc3686()
225 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_rfc3686_encrypt()
240 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_rfc3686_decrypt()
256 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_ctr_crypt()
287 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.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);
152 void crypto4xx_free_ctx(struct crypto4xx_ctx *ctx);
154 struct crypto4xx_ctx *ctx,
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()
490 struct crypto4xx_ctx *ctx) in crypto4xx_copy_digest_to_dst()
555 struct crypto4xx_ctx *ctx; in crypto4xx_ahash_done()
678 struct crypto4xx_ctx *ctx, in crypto4xx_build_pd()
935 struct crypto4xx_ctx *ctx) in crypto4xx_ctx_init()
947 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(sk); in crypto4xx_sk_init()
962 static void crypto4xx_common_exit(struct crypto4xx_ctx *ctx) in crypto4xx_common_exit()
969 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(sk); in crypto4xx_sk_exit()
979 struct crypto4xx_ctx *ctx = crypto_aead_ctx(tfm); in crypto4xx_aead_init()
[all …]