Searched refs:skcipher_algs (Results 1 – 1 of 1) sorted by relevance
802 static const struct cc_alg_template skcipher_algs[] = { variable1399 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()