Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/ccree/
Dcc_cipher.c802 static const struct cc_alg_template skcipher_algs[] = { variable
1399 ARRAY_SIZE(skcipher_algs)); in cc_cipher_alloc()
1400 for (alg = 0; alg < ARRAY_SIZE(skcipher_algs); alg++) { in cc_cipher_alloc()
1401 if (skcipher_algs[alg].min_hw_rev > drvdata->hw_rev) in cc_cipher_alloc()
1404 dev_dbg(dev, "creating %s\n", skcipher_algs[alg].driver_name); in cc_cipher_alloc()
1405 t_alg = cc_create_alg(&skcipher_algs[alg], dev); in cc_cipher_alloc()
1409 skcipher_algs[alg].driver_name); in cc_cipher_alloc()
1415 skcipher_algs[alg].driver_name); in cc_cipher_alloc()