Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/caam/
H A Dcaamalg_desc.c1384 bool is_chacha20 = ((cdata->algtype & OP_ALG_ALGSEL_MASK) == in cnstr_shdsc_skcipher_encap() local
1424 if (is_chacha20) in cnstr_shdsc_skcipher_encap()
1432 if (!is_chacha20 && ivsize) in cnstr_shdsc_skcipher_encap()
1459 bool is_chacha20 = ((cdata->algtype & OP_ALG_ALGSEL_MASK) == in cnstr_shdsc_skcipher_decap() local
1509 if (!is_chacha20 && ivsize) in cnstr_shdsc_skcipher_decap()