Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c1787 bcm_crypto_algo_name(uint algo) in bcm_crypto_algo_name() argument
1789 return (algo < ARRAYSIZE(crypto_algo_names)) ? crypto_algo_names[algo] : "ERR"; in bcm_crypto_algo_name()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h803 extern const char *bcm_crypto_algo_name(uint algo);
Dwlioctl.h889 uint32 algo; /* CRYPTO_ALGO_AES_CCM, CRYPTO_ALGO_WEP128, etc */ member
/hardware/interfaces/radio/1.0/
DIRadioResponse.hal2011 * @param response response string of the challenge/response algo for ISIM auth in base64 format
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp8336 pConfig.algo = ADAPTIVE_QP; in configure()