Searched refs:crypto4xx_ctx (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/amcc/ |
H A D | crypto4xx_alg.c | 74 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 *ct [all...] |
H A D | crypto4xx_core.h | 118 struct crypto4xx_ctx { struct 150 int crypto4xx_alloc_sa(struct crypto4xx_ctx *ctx, u32 size); 151 void crypto4xx_free_sa(struct crypto4xx_ctx *ctx); 152 void crypto4xx_free_ctx(struct crypto4xx_ctx *ctx); 154 struct crypto4xx_ctx *ctx,
|
H A D | crypto4xx_core.c | 135 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 *ct in crypto4xx_aead_init() [all...] |
/kernel/linux/linux-6.6/drivers/crypto/amcc/ |
H A D | crypto4xx_alg.c | 74 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 *ct [all...] |
H A D | crypto4xx_core.h | 118 struct crypto4xx_ctx { struct 150 int crypto4xx_alloc_sa(struct crypto4xx_ctx *ctx, u32 size); 151 void crypto4xx_free_sa(struct crypto4xx_ctx *ctx); 152 void crypto4xx_free_ctx(struct crypto4xx_ctx *ctx); 154 struct crypto4xx_ctx *ctx,
|
H A D | crypto4xx_core.c | 135 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 *ct in crypto4xx_aead_init() [all...] |
Completed in 7 milliseconds