Home
last modified time | relevance | path

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

/linux/drivers/crypto/caam/
H A Dcaamalg_desc.c1230 * Valid algorithm values - OP_ALG_ALGSEL_CHACHA20 ANDed with
1373 * - OP_ALG_ALGSEL_CHACHA20
1385 OP_ALG_ALGSEL_CHACHA20); in cnstr_shdsc_skcipher_encap()
1449 * - OP_ALG_ALGSEL_CHACHA20
1460 OP_ALG_ALGSEL_CHACHA20); in cnstr_shdsc_skcipher_decap()
H A Ddesc.h1171 #define OP_ALG_ALGSEL_CHACHA20 (0xD0 << OP_ALG_ALGSEL_SHIFT) macro
H A Dcaamalg.c3540 .class1_alg_type = OP_ALG_ALGSEL_CHACHA20 |
3566 .class1_alg_type = OP_ALG_ALGSEL_CHACHA20 |
3845 if (c1_alg_sel == OP_ALG_ALGSEL_CHACHA20 && !ccha_inst) in caam_algapi_init()