/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
H A D | fa_ability_context.h | 215 void GetPermissionDes(const std::string &permissionName, std::string &des);
|
/foundation/arkui/ui_lite/frameworks/common/ |
H A D | typed_text.h | 94 static int32_t Utf16ToUtf32Word(const uint16_t* src, uint32_t& des);
|
/kernel/linux/linux-5.10/crypto/ |
H A D | des_generic.c | 17 #include <crypto/internal/des.h> 86 .cra_name = "des", 87 .cra_driver_name = "des-generic", 131 MODULE_ALIAS_CRYPTO("des"); 132 MODULE_ALIAS_CRYPTO("des-generic");
|
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | Makefile | 30 obj-$(CONFIG_CRYPTO_DEV_OMAP_DES) += omap-des.o
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | Makefile | 30 obj-$(CONFIG_CRYPTO_DEV_OMAP_DES) += omap-des.o
|
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx2/ |
H A D | otx2_cpt_common.h | 103 u64 des:1; member
|
/kernel/linux/linux-6.6/crypto/ |
H A D | des_generic.c | 17 #include <crypto/internal/des.h> 86 .cra_name = "des", 87 .cra_driver_name = "des-generic", 131 MODULE_ALIAS_CRYPTO("des"); 132 MODULE_ALIAS_CRYPTO("des-generic");
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_tdes.h | 10 #include <openssl/des.h>
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_tdes.h | 10 #include <openssl/des.h>
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | Makefile | 35 des-internal.o \
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt_server.cpp | 318 for (auto des = descriptors.begin(); des != descriptors.end(); des++) { 319 auto descAttribute = GetDescriptorAttribute(serverId_, i, item->GetUuid(), des->GetUuid()); 321 descAttribute->actualHandle = des->GetHandle();
|
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss.h | 9 #include <crypto/des.h>
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smbencrypt.c | 21 #include <crypto/des.h> 190 /* Does the NT MD4 hash then des encryption. */
|
/third_party/node/deps/openssl/openssl/crypto/mdc2/ |
H A D | mdc2dgst.c | 20 #include <openssl/des.h>
|
/third_party/openssl/crypto/mdc2/ |
H A D | mdc2dgst.c | 20 #include <openssl/des.h>
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | ability_context.cpp | 279 void AbilityContext::GetPermissionDes(const std::string &permissionName, std::string &des) in GetPermissionDes() argument 285 des = permissionDef.description; in GetPermissionDes()
|
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/ |
H A D | storage_daemon_test.cpp | 458 std::string des = "des"; in HWTEST_F() local 459 auto ret = storageDaemon_->SetVolumeDescription(volId, des); in HWTEST_F()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_main.c | 4028 * @des: buffer start address 4036 static void stmmac_tso_allocator(struct stmmac_priv *priv, dma_addr_t des, in stmmac_tso_allocator() argument 4058 curr_addr = des + (total_len - tmp_len); in stmmac_tso_allocator() 4138 dma_addr_t des; in stmmac_tso_xmit() local 4209 des = dma_map_single(priv->device, skb->data, skb_headlen(skb), in stmmac_tso_xmit() 4211 if (dma_mapping_error(priv->device, des)) in stmmac_tso_xmit() 4214 tx_q->tx_skbuff_dma[first_entry].buf = des; in stmmac_tso_xmit() 4220 first->des0 = cpu_to_le32(des); in stmmac_tso_xmit() 4224 first->des1 = cpu_to_le32(des + proto_hdr_len); in stmmac_tso_xmit() 4229 stmmac_set_desc_addr(priv, first, des); in stmmac_tso_xmit() 4406 dma_addr_t des; stmmac_xmit() local [all...] |
/foundation/ability/ability_runtime/test/moduletest/ability_test/ |
H A D | ability_context_test.cpp | 674 std::string des = "des"; in HWTEST_F() local 675 context_->GetPermissionDes(permissionName, des); in HWTEST_F() 676 EXPECT_TRUE(permissionName.length() != des.length()); in HWTEST_F()
|
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce.h | 9 #include <crypto/des.h>
|
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun4i-ss/ |
H A D | sun4i-ss.h | 33 #include <crypto/internal/des.h>
|
/kernel/linux/linux-5.10/drivers/crypto/rockchip/ |
H A D | rk3288_crypto.h | 6 #include <crypto/internal/des.h> 128 /* des/tdes */
|
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun4i-ss/ |
H A D | sun4i-ss.h | 33 #include <crypto/internal/des.h>
|
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce.h | 9 #include <crypto/des.h>
|
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss.h | 9 #include <crypto/des.h>
|