Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/caam/
H A Dcaamalg_desc.c1385 OP_ALG_ALGSEL_CHACHA20); in cnstr_shdsc_skcipher_encap()
1460 OP_ALG_ALGSEL_CHACHA20); in cnstr_shdsc_skcipher_decap()
H A Dcaamalg_qi2.c500 OP_ALG_ALGSEL_CHACHA20 && ivsize != CHACHAPOLY_IV_SIZE) in aead_edesc_alloc()
1787 .caam.class1_alg_type = OP_ALG_ALGSEL_CHACHA20,
2921 .class1_alg_type = OP_ALG_ALGSEL_CHACHA20 |
2944 .class1_alg_type = OP_ALG_ALGSEL_CHACHA20 |
5249 if (alg_sel == OP_ALG_ALGSEL_CHACHA20 && in dpaa2_caam_probe()
5286 if (c1_alg_sel == OP_ALG_ALGSEL_CHACHA20 && in dpaa2_caam_probe()
H A Dcaamalg.c3312 .class1_alg_type = OP_ALG_ALGSEL_CHACHA20 |
3335 .class1_alg_type = OP_ALG_ALGSEL_CHACHA20 |
3617 if (c1_alg_sel == OP_ALG_ALGSEL_CHACHA20 && !ccha_inst) in caam_algapi_init()
H A Ddesc.h1171 #define OP_ALG_ALGSEL_CHACHA20 (0xD0 << OP_ALG_ALGSEL_SHIFT) macro