Home
last modified time | relevance | path

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

/openbmc/linux/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()
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()
352 struct crypto4xx_ctx *ctx, bool do_decrypt) in crypto4xx_aead_fallback()
385 struct crypto4xx_ctx *ctx = crypto_tfm_ctx(tfm); in crypto4xx_setkey_aes_ccm()
487 struct crypto4xx_ctx *ctx = crypto_tfm_ctx(tfm); in crypto4xx_setauthsize_aead()
531 struct crypto4xx_ctx *ctx = crypto_tfm_ctx(tfm); in crypto4xx_setkey_aes_gcm()
630 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);
152 void crypto4xx_free_ctx(struct crypto4xx_ctx *ctx);
154 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()
678 struct crypto4xx_ctx *ctx, in crypto4xx_build_pd()
935 struct crypto4xx_ctx *ctx) in crypto4xx_ctx_init()
1200 .cra_ctxsize = sizeof(struct crypto4xx_ctx),
1220 .cra_ctxsize = sizeof(struct crypto4xx_ctx),
1241 .cra_ctxsize = sizeof(struct crypto4xx_ctx),
1261 .cra_ctxsize = sizeof(struct crypto4xx_ctx),
1281 .cra_ctxsize = sizeof(struct crypto4xx_ctx),
[all …]