Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/ccree/
Dcc_cipher.c933 static const struct cc_alg_template skcipher_algs[] = { variable
1663 ARRAY_SIZE(skcipher_algs)); in cc_cipher_alloc()
1664 for (alg = 0; alg < ARRAY_SIZE(skcipher_algs); alg++) { in cc_cipher_alloc()
1665 if ((skcipher_algs[alg].min_hw_rev > drvdata->hw_rev) || in cc_cipher_alloc()
1666 !(drvdata->std_bodies & skcipher_algs[alg].std_body) || in cc_cipher_alloc()
1667 (drvdata->sec_disabled && skcipher_algs[alg].sec_func)) in cc_cipher_alloc()
1670 dev_dbg(dev, "creating %s\n", skcipher_algs[alg].driver_name); in cc_cipher_alloc()
1671 t_alg = cc_create_alg(&skcipher_algs[alg], dev); in cc_cipher_alloc()
1675 skcipher_algs[alg].driver_name); in cc_cipher_alloc()
1681 skcipher_algs[alg].driver_name); in cc_cipher_alloc()