Searched refs:ciphers (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
H A D | wifi_hdi_common.c | 179 int HdiGetCipherInfo(char *start, char *end, int ciphers, const char *delim) in HdiGetCipherInfo() argument 184 if (ciphers & HDI_CIPHER_CCMP_256) { in HdiGetCipherInfo() 187 if (ciphers & HDI_CIPHER_GCMP_256) { in HdiGetCipherInfo() 190 if (ciphers & HDI_CIPHER_CCMP) { in HdiGetCipherInfo() 193 if (ciphers & HDI_CIPHER_GCMP) { in HdiGetCipherInfo() 196 if (ciphers & HDI_CIPHER_TKIP) { in HdiGetCipherInfo() 199 if (ciphers & HDI_CIPHER_AES_128_CMAC) { in HdiGetCipherInfo() 202 if (ciphers & HDI_CIPHER_BIP_GMAC_128) { in HdiGetCipherInfo() 205 if (ciphers & HDI_CIPHER_BIP_GMAC_256) { in HdiGetCipherInfo() 208 if (ciphers & HDI_CIPHER_BIP_CMAC_256) { in HdiGetCipherInfo() [all …]
|
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-sym-encrypt-decrypt-spec.md | 125 For the modes that convert block ciphers into stream ciphers, such as CFB, OFB, CTR, GCM, and CCM, …
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
H A D | wifi_hdi_common_test.cpp | 296 extern "C" int HdiGetCipherInfo(char *start, char *end, int ciphers, const char *delim);
|