Home
last modified time | relevance | path

Searched refs:caam (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/crypto/caam/
H A Dcaamalg.c105 struct caam_alg_entry caam; member
111 struct caam_alg_entry caam; member
211 const bool is_rfc3686 = alg->caam.rfc3686; in aead_set_sh_desc()
253 if (alg->caam.geniv) in aead_set_sh_desc()
294 ctx->authsize, alg->caam.geniv, is_rfc3686, in aead_set_sh_desc()
299 if (!alg->caam.geniv) in aead_set_sh_desc()
755 const bool is_rfc3686 = alg->caam.rfc3686; in skcipher_setkey()
1276 const bool is_rfc3686 = alg->caam.rfc3686; in init_authenc_job()
1306 if (ivsize && ((is_rfc3686 && encrypt) || !alg->caam.geniv)) in init_authenc_job()
1992 .caam.class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
[all …]
H A Dcaamalg_qi.c51 struct caam_alg_entry caam; member
57 struct caam_alg_entry caam; member
97 const bool is_rfc3686 = alg->caam.rfc3686; in aead_set_sh_desc()
136 if (alg->caam.geniv) in aead_set_sh_desc()
165 ivsize, ctx->authsize, alg->caam.geniv, in aead_set_sh_desc()
169 if (!alg->caam.geniv) in aead_set_sh_desc()
631 const bool is_rfc3686 = alg->caam.rfc3686; in skcipher_setkey()
1040 if ((alg->caam.rfc3686 && encrypt) || !alg->caam.geniv) in aead_edesc_alloc()
1496 .caam.class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
1512 .caam.class1_alg_type = OP_ALG_ALGSEL_3DES | OP_ALG_AAI_CBC,
[all …]
H A Dcaamalg_qi2.c56 struct caam_alg_entry caam; member
62 struct caam_alg_entry caam; member
189 const bool is_rfc3686 = alg->caam.rfc3686; in aead_set_sh_desc()
228 if (desc_inline_query((alg->caam.geniv ? DESC_QI_AEAD_GIVENC_LEN : in aead_set_sh_desc()
241 if (alg->caam.geniv) in aead_set_sh_desc()
269 ivsize, ctx->authsize, alg->caam.geniv, in aead_set_sh_desc()
448 if ((alg->caam.rfc3686 && encrypt) || !alg->caam.geniv) in aead_edesc_alloc()
505 if ((alg->caam.class1_alg_type & OP_ALG_ALGSEL_MASK) == in aead_edesc_alloc()
955 const bool is_rfc3686 = alg->caam.rfc3686; in skcipher_setkey()
1577 static int caam_cra_init(struct caam_ctx *ctx, struct caam_alg_entry *caam, in caam_cra_init() argument
[all …]
H A DKconfig25 will be called caam.
146 bool "Register caam device for hwrng API"
166 bool "Test caam rng"
170 caam RNG.
H A Dregs.h77 static inline u##len caam##len ## _to_cpu(u##len val) \
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8qxp-ss-security.dtsi7 compatible = "fsl,imx8qxp-caam", "fsl,sec-v4.0";
H A Dimx8-ss-security.dtsi15 compatible = "fsl,imx8qm-caam", "fsl,sec-v4.0";
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6ul.dtsi831 compatible = "fsl,imx6ul-caam", "fsl,sec-v4.0";
/linux/drivers/crypto/
H A DKconfig255 source "drivers/crypto/caam/Kconfig"
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt7901 - "caam"
/linux/
H A DMAINTAINERS10096 F: drivers/crypto/caam/