Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/caam/
H A Dcaamalg.c1875 .caam.class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
1924 .caam.class1_alg_type = OP_ALG_ALGSEL_AES |
1945 .class1_alg_type = OP_ALG_ALGSEL_AES |
1965 .caam.class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_XTS,
1995 .caam.class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_ECB,
2030 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_GCM,
2049 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_GCM,
2069 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_GCM,
2216 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
2238 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
[all …]
H A 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 …]
H A Dcaamalg_qi2.c1681 .caam.class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
1730 .caam.class1_alg_type = OP_ALG_ALGSEL_AES |
1751 .class1_alg_type = OP_ALG_ALGSEL_AES |
1771 .caam.class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_XTS,
1807 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_GCM,
1826 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_GCM,
1846 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_GCM,
1867 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
1889 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
1911 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
[all …]
H A Dcaamhash_desc.h21 (OP_ALG_ALGSEL_AES | OP_ALG_AAI_XCBC_MAC); in is_xcbc_aes()
H A Dcaamhash.c136 (OP_ALG_ALGSEL_AES | OP_ALG_AAI_CMAC); in is_cmac_aes()
1723 .alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_XCBC_MAC,
1742 .alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CMAC,
2001 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()
/OK3568_Linux_fs/u-boot/drivers/crypto/fsl/
H A Ddesc.h474 #define OP_ALG_ALGSEL_AES (0x10 << OP_ALG_ALGSEL_SHIFT) macro