Home
last modified time | relevance | path

Searched refs:OP_ALG_AAI_CBC (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/crypto/caam/
H A Dcaamalg_qi.c1496 .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,
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,
1754 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
1776 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
1798 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
[all …]
H A Dcaamalg.c1992 .caam.class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
2011 .caam.class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
2030 .caam.class1_alg_type = OP_ALG_ALGSEL_3DES | OP_ALG_AAI_CBC,
2049 .caam.class1_alg_type = OP_ALG_ALGSEL_DES | OP_ALG_AAI_CBC,
2406 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
2431 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
2456 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
2481 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
2506 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
2531 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
[all …]
H A Dcaamalg_qi2.c1690 .caam.class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
1706 .caam.class1_alg_type = OP_ALG_ALGSEL_3DES | OP_ALG_AAI_CBC,
1722 .caam.class1_alg_type = OP_ALG_ALGSEL_DES | OP_ALG_AAI_CBC,
1876 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
1898 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
1920 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
1942 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
1964 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
1986 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
2008 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
[all …]
H A Ddesc.h1201 #define OP_ALG_AAI_CBC (0x10 << OP_ALG_AAI_SHIFT) macro