| /base/update/updater/test/unittest/package/ |
| H A D | pkg_algo_unittest.cpp | 42 std::unique_ptr<Crc32Algorithm> algo = std::make_unique<Crc32Algorithm>(); in TestCrcDigest() local 65 std::unique_ptr<Sha256Algorithm> algo = std::make_unique<Sha256Algorithm>(); in TestHash256Digest() local 84 std::unique_ptr<Sha384Algorithm> algo = std::make_unique<Sha384Algorithm>(); TestHash384Digest() local 122 PkgAlgorithm::PkgAlgorithmPtr algo = PkgAlgorithmFactory::GetAlgorithm(nullptr); TestInvalidParam() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/ |
| H A D | water_flow_pattern.h | 168 void SetCacheLayoutAlgo(const RefPtr<WaterFlowLayoutBase>& algo) in SetCacheLayoutAlgo() argument
|
| /foundation/communication/netstack/frameworks/native/tls_socket/src/ |
| H A D | tls_key.cpp | 284 const auto algo = Algorithm(); in Clear() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_axcorrelate.c | 36 int algo; member
|
| /third_party/ffmpeg/libavutil/ |
| H A D | encryption_info.c | 163 static void av_encryption_info_set_drm_algo(uint32_t algo, AV_DrmCencInfo *cenc_info) in av_encryption_info_set_drm_algo() argument
|
| H A D | encryption_info.h | 56 AV_DrmCencAlgorithm algo; member
|
| /third_party/lwip/src/apps/snmp/ |
| H A D | snmpv3_mbedtls.c | 52 snmpv3_auth(struct snmp_pbuf_stream *stream, u16_t length, const u8_t *key, snmpv3_auth_algo_t algo, u8_t *hmac_out) snmpv3_auth() argument 108 snmpv3_crypt(struct snmp_pbuf_stream *stream, u16_t length, const u8_t *key, const u8_t *priv_param, const u32_t engine_boots, const u32_t engine_time, snmpv3_priv_algo_t algo, snmpv3_priv_mode_t mode) snmpv3_crypt() argument
|
| H A D | snmp_snmpv2_usm.c | 60 static const struct snmp_obj_id *snmp_auth_algo_to_oid(snmpv3_auth_algo_t algo) in snmp_auth_algo_to_oid() argument 71 static const struct snmp_obj_id *snmp_priv_algo_to_oid(snmpv3_priv_algo_t algo) in snmp_priv_algo_to_oid() argument
|
| /third_party/node/deps/openssl/openssl/crypto/cmp/ |
| H A D | cmp_protect.c | 229 ASN1_OBJECT *algo = NULL; in set_sig_algor() local
|
| /third_party/openssl/crypto/cmp/ |
| H A D | cmp_protect.c | 229 ASN1_OBJECT *algo = NULL; in set_sig_algor() local
|
| /third_party/toybox/lib/ |
| H A D | password.c | 12 int get_salt(char *salt, char *algo) in get_salt() argument
|
| /base/security/crypto_framework/common/src/ |
| H A D | asy_key_params.c | 43 char *algo; member
|
| /base/security/crypto_framework/frameworks/crypto_operation/ |
| H A D | cipher.c | 42 HcfAlgValue algo; member [all...] |
| H A D | signature.c | 52 HcfAlgValue algo; member 58 HcfAlgValue algo; member [all...] |
| /base/security/crypto_framework/frameworks/js/napi/crypto/src/ |
| H A D | napi_key_agreement.cpp | 437 const char *algo = keyAgreement->getAlgoName(keyAgreement); in JsGetAlgorithm() local
|
| H A D | napi_asy_key_spec_generator.cpp | 673 const char *algo = generator->getAlgName(generator); in JsGetAlgorithm() local
|
| H A D | napi_sym_key_generator.cpp | 574 const char *algo = generator->getAlgoName(generator); in JsGetAlgorithm() local
|
| /base/security/crypto_framework/frameworks/key/ |
| H A D | sym_key_generator.c | 48 HcfAlgValue algo; member [all...] |
| /base/startup/hvb/libhvb/src/cert/ |
| H A D | hvb_cert.c | 47 static uint64_t get_hash_size(uint32_t algo) in get_hash_size() argument
|
| /foundation/multimedia/av_codec/test/fuzztest/avcencinfo_fuzzer/ |
| H A D | avcencinfo_fuzzer.cpp | 104 DrmCencAlgorithm algo = static_cast<enum DrmCencAlgorithm>(*data); in CencInfoSetAlgorithmFuzzTest() local 315 DrmCencAlgorithm algo = static_cast<enum DrmCencAlgorithm>(*data); in CencInfoSetAVBufferFuzzTest() local
|
| /foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/ |
| H A D | codec_drm_decrypt_mock.cpp | 75 void CodecDrmDecrypt::SetDrmAlgoAndBlocks(uint8_t algo, MetaDrmCencInfo *cencInfo) in SetDrmAlgoAndBlocks() argument
|
| /foundation/multimedia/av_codec/test/unittest/video_test/drm_decryptor_test/ |
| H A D | drm_decryptor_coverage_unit_test.cpp | 410 void CreateAudioCencInfo(MetaDrmCencInfo &cencInfo, MetaDrmCencAlgorithm algo) in CreateAudioCencInfo() argument 424 AudioCencDecrypt(std::shared_ptr<AVBuffer> drmInBuf, std::shared_ptr<AVBuffer> drmOutBuf, std::shared_ptr<MediaAVCodec::CodecDrmDecryptorMock> decryptorMock, MetaDrmCencAlgorithm algo, int32_t flag) AudioCencDecrypt() argument [all...] |
| /third_party/lzma/C/ |
| H A D | Sha256.c | 65 BoolInt Sha256_SetFunction(CSha256 *p, unsigned algo)
in Sha256_SetFunction() argument
|
| /foundation/multimedia/av_codec/test/fuzztest/drmdecryptor_fuzzer/ |
| H A D | drmdecryptor_fuzzer.cpp | 364 void CreateAudioCencInfo(MetaDrmCencInfo &cencInfo, MetaDrmCencAlgorithm algo) in CreateAudioCencInfo() argument 378 AudioCencDecrypt(std::shared_ptr<AVBuffer> drmInBuf, std::shared_ptr<AVBuffer> drmOutBuf, std::shared_ptr<CodecDrmDecrypt> decryptor, MetaDrmCencAlgorithm algo, int32_t flag) AudioCencDecrypt() argument [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
| H A D | generic_single_ver_kv_entry.cpp | 396 Uncompress(const std::vector<uint8_t> &srcData, std::vector<SingleVerKvEntry *> &kvEntries, uint32_t destLen, CompressAlgorithm algo) Uncompress() argument 418 SerializeCompressedDatas(const std::vector<SingleVerKvEntry *> &kvEntries, const std::vector<uint8_t> &compressedEntries, Parcel &parcel, uint32_t targetVersion, CompressAlgorithm algo) SerializeCompressedDatas() argument
|