Home
last modified time | relevance | path

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

/drivers/crypto/caam/
Dcaamalg.c1882 .caam.class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
1931 .caam.class1_alg_type = OP_ALG_ALGSEL_AES |
1952 .class1_alg_type = OP_ALG_ALGSEL_AES |
1972 .caam.class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_XTS,
2002 .caam.class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_ECB,
2037 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_GCM,
2056 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_GCM,
2076 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_GCM,
2223 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
2245 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
[all …]
Dcaamalg_qi.c1480 .caam.class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
1529 .caam.class1_alg_type = OP_ALG_ALGSEL_AES |
1550 .class1_alg_type = OP_ALG_ALGSEL_AES |
1570 .caam.class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_XTS,
1590 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_GCM,
1609 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_GCM,
1629 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_GCM,
1650 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
1672 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
1694 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
[all …]
Dcaamalg_qi2.c1685 .caam.class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
1734 .caam.class1_alg_type = OP_ALG_ALGSEL_AES |
1755 .class1_alg_type = OP_ALG_ALGSEL_AES |
1775 .caam.class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_XTS,
1811 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_GCM,
1830 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_GCM,
1850 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_GCM,
1871 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
1893 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
1915 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
[all …]
Dcaamhash_desc.h21 (OP_ALG_ALGSEL_AES | OP_ALG_AAI_XCBC_MAC); in is_xcbc_aes()
Dcaamhash.c136 (OP_ALG_ALGSEL_AES | OP_ALG_AAI_CMAC); in is_cmac_aes()
1726 .alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_XCBC_MAC,
1745 .alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CMAC,
2004 if ((alg->alg_type & OP_ALG_ALGSEL_MASK) == OP_ALG_ALGSEL_AES) in caam_algapi_hash_init()
Ddesc.h1154 #define OP_ALG_ALGSEL_AES (0x10 << OP_ALG_ALGSEL_SHIFT) macro
Dcaamalg_desc.c29 if ((type & OP_ALG_ALGSEL_MASK) != OP_ALG_ALGSEL_AES) { in append_dec_op1()