Searched refs:crypto_algo_names (Results 1 – 1 of 1) sorted by relevance
1771 static const char *crypto_algo_names[] = { variable1789 return (algo < ARRAYSIZE(crypto_algo_names)) ? crypto_algo_names[algo] : "ERR"; in bcm_crypto_algo_name()