Home
last modified time | relevance | path

Searched defs:cipher (Results 1 – 21 of 21) sorted by relevance

/foundation/communication/wifi/wifi/base/security_utils/src/
Dwifi_openssl_utils.cpp50 EVP_CIPHER *cipher = nullptr; in GetAesCipher() local
78 const EVP_CIPHER *cipher = GetAesCipher(info->aesType); in OpensslAesEncrypt() local
138 const EVP_CIPHER *cipher = GetAesCipher(info->aesType); in OpensslAesDecrypt() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
Dkv_store_delegate.h35 CipherType cipher = CipherType::DEFAULT; member
Dkv_store_nb_delegate.h43 CipherType cipher = CipherType::DEFAULT; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/relational/
Drelational_store_delegate.h40 CipherType cipher = CipherType::DEFAULT; member
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
Dnstackx_openssl.c55 const EVP_CIPHER *cipher = NULL; in InitEncryptCtx() local
152 const EVP_CIPHER *cipher = NULL; in InitDecryptCtx() local
/foundation/communication/dsoftbus/adapter/common/openssl/
Dsoftbus_adapter_crypto.c64 EVP_CIPHER *cipher = GetGcmAlgorithmByKeyLen(cipherkey->keyLen); in OpensslEvpInit() local
489 EVP_CIPHER *cipher = NULL; in SoftBusEncryptDataByCtr() local
520 EVP_CIPHER *cipher = NULL; in SoftBusDecryptDataByCtr() local
Dsoftbus_aes_encrypt.c283 EVP_CIPHER *cipher = GetSslGcmAlgorithmByKeyLen(keyLen); in GcmOpensslEvpInit() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
Dwifi_hdi_common.c218 static char* HdiGetCipherTxt(char *pos, char *end, int cipher) in HdiGetCipherTxt()
397 int HdiCheckValidWise(int cipher) in HdiCheckValidWise()
406 int HdiCheckValidGroup(int cipher) in HdiCheckValidGroup()
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
Dsoftbus_proxychannel_control.c69 static int32_t SetCipherOfHandshakeMsg(ProxyChannelInfo *info, uint8_t *cipher) in SetCipherOfHandshakeMsg()
Dsoftbus_proxychannel_message.c181 static int32_t GetAuthIdByHandshakeMsg(uint32_t connId, uint8_t cipher, AuthHandle *authHandle, int… in GetAuthIdByHandshakeMsg()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
Dlnn_huks_utils.c577 uint8_t *cipher = (uint8_t *)SoftBusCalloc(inData->size); in LnnEncryptDataByHuks() local
653 uint8_t *cipher = (uint8_t *)SoftBusCalloc(inData->size); in LnnCeEncryptDataByHuks() local
/foundation/communication/netstack/frameworks/native/tls_socket/src/
Dtls_context_server.cpp79 const SSL_CIPHER *cipher = sk_SSL_CIPHER_value(sk, i); in GetCiphers() local
Dtls_context.cpp80 const SSL_CIPHER *cipher = sk_SSL_CIPHER_value(sk, i); in GetCiphers() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
Dauto_launch_export.h28 CipherType cipher = CipherType::DEFAULT; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
Dparam_check_utils.cpp101 bool ParamCheckUtils::CheckEncryptedParameter(CipherType cipher, const CipherPassword &passwd) in CheckEncryptedParameter()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
Ddistributeddb_nb_test_tools.h42 DistributedDB::CipherType cipher = DistributedDB::CipherType::DEFAULT; // cipher type member
Ddistributed_test_tools.h53 DistributedDB::CipherType cipher = DistributedDB::CipherType::DEFAULT; // cipher type member
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
Dwifi_encryption_util.cpp550 uint8_t cipher[HMAC_COMMON_SIZE] = {0}; in WifiGenerateMacRandomizationSecret() local
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
Dsoftbus_proxychannel_message.h70 uint8_t cipher; member
/foundation/communication/netstack/frameworks/js/napi/tls/src/
Dtlssocket_exec.cpp489 for (const auto &cipher : context->cipherSuites_) { in GetCipherSuitesCallback() local
Dtlssocketserver_exec.cpp446 for (const auto &cipher : context->cipherSuites_) { in GetCipherSuitesCallback() local