Home
last modified time | relevance | path

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

/drivers/net/wireless/bcmdhd/
Dbcmutils.c1798 static const char *crypto_algo_names[] = { variable
1816 return (algo < ARRAYSIZE(crypto_algo_names)) ? crypto_algo_names[algo] : "ERR"; in bcm_crypto_algo_name()