Searched refs:algo (Results 1 – 5 of 5) sorted by relevance
1787 bcm_crypto_algo_name(uint algo) in bcm_crypto_algo_name() argument1789 return (algo < ARRAYSIZE(crypto_algo_names)) ? crypto_algo_names[algo] : "ERR"; in bcm_crypto_algo_name()
803 extern const char *bcm_crypto_algo_name(uint algo);
889 uint32 algo; /* CRYPTO_ALGO_AES_CCM, CRYPTO_ALGO_WEP128, etc */ member
2011 * @param response response string of the challenge/response algo for ISIM auth in base64 format
8336 pConfig.algo = ADAPTIVE_QP; in configure()