Searched refs:class1_alg_type (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/crypto/caam/ |
D | caamalg.c | 93 int class1_alg_type; member 1905 .caam.class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC, 1924 .caam.class1_alg_type = OP_ALG_ALGSEL_3DES | OP_ALG_AAI_CBC, 1943 .caam.class1_alg_type = OP_ALG_ALGSEL_DES | OP_ALG_AAI_CBC, 1963 .caam.class1_alg_type = OP_ALG_ALGSEL_AES | 1987 .class1_alg_type = OP_ALG_ALGSEL_AES | 2010 .caam.class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_XTS, 2028 .caam.class1_alg_type = OP_ALG_ALGSEL_DES | OP_ALG_AAI_ECB, 2046 .caam.class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_ECB, 2064 .caam.class1_alg_type = OP_ALG_ALGSEL_3DES | OP_ALG_AAI_ECB, [all …]
|
D | caamalg_qi.c | 42 int class1_alg_type; member 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, 1528 .caam.class1_alg_type = OP_ALG_ALGSEL_DES | OP_ALG_AAI_CBC, 1545 .caam.class1_alg_type = OP_ALG_ALGSEL_AES | 1566 .class1_alg_type = OP_ALG_ALGSEL_AES | 1586 .caam.class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_XTS, 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, [all …]
|
D | caamalg_qi2.c | 46 int class1_alg_type; member 504 if ((alg->caam.class1_alg_type & OP_ALG_ALGSEL_MASK) == in aead_edesc_alloc() 1583 ctx->cdata.algtype = OP_TYPE_CLASS1_ALG | caam->class1_alg_type; in caam_cra_init() 1610 u32 alg_aai = caam_alg->caam.class1_alg_type & OP_ALG_AAI_MASK; in caam_cra_init_skcipher() 1689 .caam.class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC, 1705 .caam.class1_alg_type = OP_ALG_ALGSEL_3DES | OP_ALG_AAI_CBC, 1721 .caam.class1_alg_type = OP_ALG_ALGSEL_DES | OP_ALG_AAI_CBC, 1738 .caam.class1_alg_type = OP_ALG_ALGSEL_AES | 1759 .class1_alg_type = OP_ALG_ALGSEL_AES | 1779 .caam.class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_XTS, [all …]
|