Home
last modified time | relevance | path

Searched refs:OP_ALG_ALGSEL_CHACHA20 (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/crypto/caam/
Dcaamalg_qi2.c501 OP_ALG_ALGSEL_CHACHA20 && ivsize != CHACHAPOLY_IV_SIZE) in aead_edesc_alloc()
1719 .caam.class1_alg_type = OP_ALG_ALGSEL_CHACHA20,
2853 .class1_alg_type = OP_ALG_ALGSEL_CHACHA20 |
2876 .class1_alg_type = OP_ALG_ALGSEL_CHACHA20 |
5203 if (alg_sel == OP_ALG_ALGSEL_CHACHA20 && in dpaa2_caam_probe()
5240 if (c1_alg_sel == OP_ALG_ALGSEL_CHACHA20 && in dpaa2_caam_probe()
Dcaamalg.c3376 .class1_alg_type = OP_ALG_ALGSEL_CHACHA20 |
3399 .class1_alg_type = OP_ALG_ALGSEL_CHACHA20 |
3646 if (c1_alg_sel == OP_ALG_ALGSEL_CHACHA20 && !ccha_inst) in caam_algapi_init()
Ddesc.h1171 #define OP_ALG_ALGSEL_CHACHA20 (0xD0 << OP_ALG_ALGSEL_SHIFT) macro