Home
last modified time | relevance | path

Searched refs:OP_ALG_ALGSEL_AES (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/crypto/caam/
H A Dcaamalg.c1987 .class1_alg_type = OP_ALG_ALGSEL_AES |
3211 .class1_alg_type = OP_ALG_ALGSEL_AES |
3238 .class1_alg_type = OP_ALG_ALGSEL_AES |
3266 .class1_alg_type = OP_ALG_ALGSEL_AES |
3293 .class1_alg_type = OP_ALG_ALGSEL_AES |
3321 .class1_alg_type = OP_ALG_ALGSEL_AES |
3348 .class1_alg_type = OP_ALG_ALGSEL_AES |
3376 .class1_alg_type = OP_ALG_ALGSEL_AES |
3403 .class1_alg_type = OP_ALG_ALGSEL_AES |
3431 .class1_alg_type = OP_ALG_ALGSEL_AES |
[all …]
H A Dcaamalg_qi.c1545 .caam.class1_alg_type = OP_ALG_ALGSEL_AES |
1566 .class1_alg_type = OP_ALG_ALGSEL_AES |
1606 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_GCM,
1625 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_GCM,
1645 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_GCM,
1666 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
1688 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
1710 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
1732 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
2677 if (!aes_inst && (alg_sel == OP_ALG_ALGSEL_AES)) in caam_qi_algapi_init()
[all …]
H A Dcaamhash_desc.h21 (OP_ALG_ALGSEL_AES | OP_ALG_AAI_XCBC_MAC); in is_xcbc_aes()
H A Dcaamalg_qi2.c1759 .class1_alg_type = OP_ALG_ALGSEL_AES |
2685 .class1_alg_type = OP_ALG_ALGSEL_AES |
2709 .class1_alg_type = OP_ALG_ALGSEL_AES |
2734 .class1_alg_type = OP_ALG_ALGSEL_AES |
2758 .class1_alg_type = OP_ALG_ALGSEL_AES |
2783 .class1_alg_type = OP_ALG_ALGSEL_AES |
2807 .class1_alg_type = OP_ALG_ALGSEL_AES |
2832 .class1_alg_type = OP_ALG_ALGSEL_AES |
2856 .class1_alg_type = OP_ALG_ALGSEL_AES |
5261 alg_sel == OP_ALG_ALGSEL_AES) in dpaa2_caam_probe()
[all …]
H A Dcaamhash.c141 (OP_ALG_ALGSEL_AES | OP_ALG_AAI_CMAC); in is_cmac_aes()
1731 .alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_XCBC_MAC,
1750 .alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CMAC,
2007 if ((alg->alg_type & OP_ALG_ALGSEL_MASK) == OP_ALG_ALGSEL_AES) in caam_algapi_hash_init()
H A Ddesc.h1154 #define OP_ALG_ALGSEL_AES (0x10 << OP_ALG_ALGSEL_SHIFT) macro
H A Dcaamalg_desc.c29 if ((type & OP_ALG_ALGSEL_MASK) != OP_ALG_ALGSEL_AES) { in append_dec_op1()
/openbmc/u-boot/drivers/crypto/fsl/
H A Ddesc.h473 #define OP_ALG_ALGSEL_AES (0x10 << OP_ALG_ALGSEL_SHIFT) macro