Searched refs:algo (Results 1 – 7 of 7) sorted by relevance
124 // These algo parameters are exposed to enable tuning via server flags.
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()
16 from .algo import RecursiveMemoize
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
8338 pConfig.algo = ADAPTIVE_QP; in configure()