Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/relational/
Drelational_store_delegate.h40 CipherType cipher = CipherType::DEFAULT; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
Dkv_store_delegate.h35 CipherType cipher = CipherType::DEFAULT; member
Dkv_store_nb_delegate.h41 CipherType cipher = CipherType::DEFAULT; member
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_hal/hdi/src/
Dwifi_hdi_common.c106 static char* HdiGetCipherTxt(char *pos, char *end, int cipher) in HdiGetCipherTxt()
266 int HdiCheckValidWise(int cipher) in HdiCheckValidWise()
275 int HdiCheckValidGroup(int cipher) in HdiCheckValidGroup()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
Dnstackx_openssl.c54 const EVP_CIPHER *cipher = NULL; in InitEncryptCtx() local
150 const EVP_CIPHER *cipher = NULL; in InitDecryptCtx() local
/foundation/communication/dsoftbus/adapter/common/openssl/
Dsoftbus_adapter_crypto.c63 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
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
Dparam_check_utils.cpp81 bool ParamCheckUtils::CheckEncryptedParameter(CipherType cipher, const CipherPassword &passwd) in CheckEncryptedParameter()
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
Dsoftbus_proxychannel_control.c56 static int32_t SetCipherOfHandshakeMsg(uint32_t channelId, uint8_t *cipher) in SetCipherOfHandshakeMsg()
Dsoftbus_proxychannel_message.c183 static int64_t GetAuthIdByHandshakeMsg(uint32_t connId, uint8_t cipher) in GetAuthIdByHandshakeMsg()
/foundation/communication/netstack/frameworks/native/tls_socket/src/
Dtls_context.cpp77 const SSL_CIPHER *cipher = sk_SSL_CIPHER_value(sk, i); in GetCiphers() local
Dtls_context_server.cpp77 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/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
Dlnn_huks_utils.c281 uint8_t *cipher = (uint8_t *)SoftBusCalloc(inData->size); in LnnEncryptDataByHuks() local
/foundation/communication/netstack/frameworks/js/napi/tls/src/
Dtlssocket_exec.cpp345 for (const auto &cipher : context->cipherSuites_) { in GetCipherSuitesCallback() local
Dtlssocketserver_exec.cpp367 for (const auto &cipher : context->cipherSuites_) { in GetCipherSuitesCallback() local
/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/dsoftbus/core/transmission/trans_channel/proxy/include/
Dsoftbus_proxychannel_message.h69 uint8_t cipher; member