| /base/security/appverify/interfaces/innerkits/appverify/src/util/ |
| H A D | hap_cert_verify_openssl_utils.cpp | 149 int32_t keyLen = i2d_PublicKey(pkey, nullptr);
in GetPublickeyBase64() local
|
| /base/security/crypto_framework/plugin/openssl_plugin/common/src/ |
| H A D | openssl_common.c | 197 HcfResult GetAlgNameByBits(int32_t keyLen, char **algName) in GetAlgNameByBits() argument 228 HcfResult GetOpensslCurveId(int32_t keyLen, int32_t *returnCurveId) in GetOpensslCurveId() argument
|
| /base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/ |
| H A D | dsa_asy_key_generator_openssl.c | 375 static HcfResult GenerateDsaEvpKey(int32_t keyLen, EVP_PKEY **ppkey) in GenerateDsaEvpKey() argument 538 static HcfResult GenerateDsaPubAndPriKey(int32_t keyLen, HcfOpensslDsaPubKey **returnPubKey, in GenerateDsaPubAndPriKey() argument
|
| /base/security/device_auth/deps_adapter/key_management_adapter/interfaces/ |
| H A D | alg_defs.h | 70 uint32_t keyLen; member
|
| /base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_related_group_auth/ |
| H A D | account_related_group_auth.c | 63 uint32_t keyLen = (HcStrlen(returnSessionKeyStr) / BYTE_TO_HEX_OPER_LENGTH); in ReturnSessionKey() local 95 int32_t keyLen = DEFAULT_RETURN_KEY_LENGTH; in GetSessionKeyForAccount() local 412 uint32_t keyLen = HcStrlen(key); GetValueFromJsonStr() local [all...] |
| /base/security/huks/utils/crypto_adapter/ |
| H A D | hks_client_service_adapter.c | 508 uint32_t keyLen = (uint32_t)EC_GROUP_order_bits(EC_KEY_get0_group(ecKey));
in EcKeyToPublicKey() local 555 EvpPkeyToHksPubKeyInfo( const uint32_t alg, uint32_t keyLen, const EVP_PKEY *pkey, struct HksBlob *sm2PublicKey) EvpPkeyToHksPubKeyInfo() argument 604 int keyLen = EVP_PKEY_get_bits(pkey); X509PublicKeyToSm2() local [all...] |
| /foundation/multimedia/ringtone_library/services/utils/src/ |
| H A D | ringtone_file_utils.cpp | 135 auto keyLen = key.size(); in ParseFromUri() local
|
| /foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
| H A D | softbus_proxychannel_message.c | 728 static int32_t TransProxyUnpackNormalHandshakeMsg(cJSON *root, AppInfo *appInfo, char *sessionKey, int32_t keyLen) in TransProxyUnpackNormalHandshakeMsg() argument 787 static int32_t TransProxyUnpackInnerHandshakeMsg(cJSON *root, AppInfo *appInfo, char *sessionKey, int32_t keyLen) in TransProxyUnpackInnerHandshakeMsg() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
| H A D | distributeddb_single_ver_p2p_complex_sync_test.cpp | 1859 const int keyLen = 10; // 20 Bytes in HWTEST_F() local 1935 const int keyLen = 10; // 20 Bytes in HWTEST_F() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/ |
| H A D | distributeddb_data_generator.cpp | 215 DistributedDB::Entry GenerateFixedLenKVRecord(unsigned int serialNo, unsigned int keyLen, uint8_t keyFilledChr, in GenerateFixedLenKVRecord() argument
|
| /base/security/dlp_permission_service/services/dlp_permission/sa/sa_common/ |
| H A D | dlp_permission_serializer.cpp | 475 uint32_t keyLen = 0; in DeserializeFileEncJson() local
|
| /base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
| H A D | hks_mbedtls_aes.c | 316 size_t keyLen = cipherText->size; in AesCbcPkcs7Crypt() local 442 size_t keyLen = cipherText->size; AesCbcPkcs7CryptFinal() local [all...] |
| /base/security/huks/interfaces/inner_api/huks_standard/main/include/ |
| H A D | hks_type.h | 319 uint16_t keyLen; /* keyLen from paramset, e.g. aes-256 */ member
|
| /foundation/communication/dsoftbus/core/common/include/ |
| H A D | softbus_def.h | 161 uint32_t keyLen; member
|
| /foundation/distributeddatamgr/kv_store/frameworks/native/dbm_kv_store/src/kv_store_impl_hal/ |
| H A D | dbm_kv_store.c | 324 char keyLen[KV_SUM_BLOCK_SIZE] = {0}; // default key content len is 32 in LoadDataItem() local
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/ |
| H A D | cloud_server_impl.cpp | 104 size_t keyLen = 0; in GetAppInfo() local 115 std::string bundle(reinterpret_cast<char *>(key), keyLen); in GetAppInfo() local
|
| /foundation/distributeddatamgr/udmf/framework/ndkimpl/data/ |
| H A D | udmf.cpp | 380 int OH_Udmf_SetUnifiedData(Udmf_Intention intention, OH_UdmfData* unifiedData, char* key, unsigned int keyLen)
in OH_Udmf_SetUnifiedData() argument
|
| /foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
| H A D | base_key.cpp | 68 BaseKey::BaseKey(const std::string &dir, uint8_t keyLen) : dir_(dir), keyLen_(keyLen), in BaseKey() argument
|
| /foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
| H A D | nstackx_dfile.c | 1148 int32_t NSTACKX_DFileServer(struct sockaddr_in *localAddr, socklen_t addrLen, const uint8_t *key, uint32_t keyLen, in NSTACKX_DFileServer() argument 1370 int32_t NSTACKX_DFileClient(struct sockaddr_in *srvAddr, socklen_t addrLen, const uint8_t *key, uint32_t keyLen, in NSTACKX_DFileClient() argument
|
| /foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/interface/ |
| H A D | nstackx_dfile.h | 189 uint32_t keyLen; member
|
| /base/security/device_auth/deps_adapter/key_management_adapter/impl/src/ |
| H A D | huks_adapter.c | 1265 ConstructAgreeWithStorageParams(struct HksParamSet **paramSet, uint32_t keyLen, Algorithm algo, const KeyParams *priKeyParams, const KeyBuff *pubKeyBuff) ConstructAgreeWithStorageParams() argument 1504 ConstructGenerateKeyPairWithStorageParams(struct HksParamSet **paramSet, Algorithm algo, uint32_t keyLen, KeyPurpose purpose, const KeyParams *authIdParams) ConstructGenerateKeyPairWithStorageParams() argument 1536 CheckGenerateKeyPairParams(const KeyParams *keyParams, const ExtraInfo *exInfo, uint32_t keyLen) CheckGenerateKeyPairParams() argument 1549 GenerateKeyPairWithStorage(const KeyParams *keyParams, uint32_t keyLen, Algorithm algo, KeyPurpose purpose, const ExtraInfo *exInfo) GenerateKeyPairWithStorage() argument 1617 ConstructGenerateKeyPairParams(struct HksParamSet **paramSet, Algorithm algo, uint32_t keyLen) ConstructGenerateKeyPairParams() argument 1656 uint32_t keyLen = outPriKey->length; GenerateKeyPair() local 1941 ConstructImportPublicKeyParams(struct HksParamSet **paramSet, Algorithm algo, uint32_t keyLen, const KeyParams *authIdParams, const union KeyRoleInfoUnion *roleInfoUnion) ConstructImportPublicKeyParams() argument 2163 ConstructImportSymmetricKeyParam(struct HksParamSet **paramSet, const KeyParams *keyParams, uint32_t keyLen, KeyPurpose purpose, const ExtraInfo *exInfo) ConstructImportSymmetricKeyParam() argument [all...] |
| /base/security/huks/frameworks/huks_standard/main/common/src/ |
| H A D | hks_base_check.c | 1074 uint32_t keyLen = keyInfo->keyLen;
in CheckAndGetKeySize() local 1085 static int32_t CheckRsaKeySize(uint32_t keyLen)
in CheckRsaKeySize() argument [all...] |
| /base/security/huks/services/huks_standard/huks_engine/main/core/src/ |
| H A D | hks_core_service_three_stage.c | 59 static int32_t CheckRsaCipherData(bool isEncrypt, uint32_t keyLen, struct HksUsageSpec *usageSpec, in CheckRsaCipherData() argument
|
| /foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/ |
| H A D | hls_media_downloader.cpp | 920 void HlsMediaDownloader::OnSourceKeyChange(const uint8_t *key, size_t keyLen, const uint8_t *iv) in OnSourceKeyChange() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
| H A D | sqlite_utils.cpp | 1748 int keyLen = sqlite3_value_bytes(argv[0]); // 0 : first argv for key in UpdateMetaDataWithinTrigger() local
|