Home
last modified time | relevance | path

Searched refs:des (Results 126 - 150 of 255) sorted by relevance

1234567891011

/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dfa_ability_context.h215 void GetPermissionDes(const std::string &permissionName, std::string &des);
/foundation/arkui/ui_lite/frameworks/common/
H A Dtyped_text.h94 static int32_t Utf16ToUtf32Word(const uint16_t* src, uint32_t& des);
/kernel/linux/linux-5.10/crypto/
H A Ddes_generic.c17 #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 DMakefile30 obj-$(CONFIG_CRYPTO_DEV_OMAP_DES) += omap-des.o
/kernel/linux/linux-6.6/drivers/crypto/
H A DMakefile30 obj-$(CONFIG_CRYPTO_DEV_OMAP_DES) += omap-des.o
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx2/
H A Dotx2_cpt_common.h103 u64 des:1; member
/kernel/linux/linux-6.6/crypto/
H A Ddes_generic.c17 #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 Dcipher_tdes.h10 #include <openssl/des.h>
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_tdes.h10 #include <openssl/des.h>
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A DMakefile35 des-internal.o \
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp318 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 Dsun8i-ss.h9 #include <crypto/des.h>
/kernel/linux/linux-5.10/fs/cifs/
H A Dsmbencrypt.c21 #include <crypto/des.h>
190 /* Does the NT MD4 hash then des encryption. */
/third_party/node/deps/openssl/openssl/crypto/mdc2/
H A Dmdc2dgst.c20 #include <openssl/des.h>
/third_party/openssl/crypto/mdc2/
H A Dmdc2dgst.c20 #include <openssl/des.h>
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability_context.cpp279 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 Dstorage_daemon_test.cpp458 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 Dstmmac_main.c4028 * @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 Dability_context_test.cpp674 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 Dsun8i-ce.h9 #include <crypto/des.h>
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss.h33 #include <crypto/internal/des.h>
/kernel/linux/linux-5.10/drivers/crypto/rockchip/
H A Drk3288_crypto.h6 #include <crypto/internal/des.h>
128 /* des/tdes */
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss.h33 #include <crypto/internal/des.h>
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce.h9 #include <crypto/des.h>
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss.h9 #include <crypto/des.h>

Completed in 20 milliseconds

1234567891011