Searched refs:caam (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/crypto/caam/ |
H A D | caamalg.c | 102 struct caam_alg_entry caam; member 108 struct caam_alg_entry caam; member 205 const bool is_rfc3686 = alg->caam.rfc3686; in aead_set_sh_desc() 247 if (alg->caam.geniv) in aead_set_sh_desc() 288 ctx->authsize, alg->caam.geniv, is_rfc3686, in aead_set_sh_desc() 293 if (!alg->caam.geniv) in aead_set_sh_desc() 749 const bool is_rfc3686 = alg->caam.rfc3686; in skcipher_setkey() 1209 const bool is_rfc3686 = alg->caam.rfc3686; in init_authenc_job() 1239 if (ivsize && ((is_rfc3686 && encrypt) || !alg->caam.geniv)) in init_authenc_job() 1905 .caam.class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC, [all …]
|
H A D | caamalg_qi.c | 51 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 D | caamalg_qi2.c | 55 struct caam_alg_entry caam; member 61 struct caam_alg_entry caam; member 188 const bool is_rfc3686 = alg->caam.rfc3686; in aead_set_sh_desc() 227 if (desc_inline_query((alg->caam.geniv ? DESC_QI_AEAD_GIVENC_LEN : in aead_set_sh_desc() 240 if (alg->caam.geniv) in aead_set_sh_desc() 268 ivsize, ctx->authsize, alg->caam.geniv, in aead_set_sh_desc() 447 if ((alg->caam.rfc3686 && encrypt) || !alg->caam.geniv) in aead_edesc_alloc() 504 if ((alg->caam.class1_alg_type & OP_ALG_ALGSEL_MASK) == in aead_edesc_alloc() 954 const bool is_rfc3686 = alg->caam.rfc3686; in skcipher_setkey() 1576 static int caam_cra_init(struct caam_ctx *ctx, struct caam_alg_entry *caam, in caam_cra_init() argument [all …]
|
H A D | Kconfig | 25 will be called caam. 146 bool "Register caam device for hwrng API" 166 bool "Test caam rng" 170 caam RNG.
|
H A D | regs.h | 77 static inline u##len caam##len ## _to_cpu(u##len val) \
|
/linux/drivers/crypto/ |
H A D | Makefile | 18 obj-$(CONFIG_CRYPTO_DEV_FSL_CAAM_COMMON) += caam/
|
H A D | Kconfig | 237 source "drivers/crypto/caam/Kconfig"
|
/linux/arch/powerpc/crypto/ |
H A D | Kconfig | 102 without hardware AES acceleration (e.g. caam crypto). It reduces the
|
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6ul.dtsi | 825 compatible = "fsl,imx6ul-caam", "fsl,sec-v4.0";
|
/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 6936 - "caam"
|