/third_party/openssl/crypto/evp/ |
H A D | e_xcbc_d.c | 24 # include <openssl/des.h>
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_desx_hw.c | 16 #include <openssl/des.h>
|
H A D | cipher_tdes.h | 10 #include <openssl/des.h>
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | Makefile | 24 des-internal.o \
|
/third_party/node/deps/v8/src/heap/ |
H A D | read-only-heap.cc | 117 ReadOnlyDeserializer des(isolate, read_only_snapshot_data, can_rehash); in DeseralizeIntoIsolate() 118 des.DeserializeIntoIsolate(); in DeseralizeIntoIsolate()
|
/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/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | Makefile | 35 des-internal.o \
|
/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>
|
/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...] |
/third_party/mbedtls/library/ |
H A D | cipher_wrap.c | 36 #include "mbedtls/des.h" 1694 mbedtls_des_context *des = mbedtls_calloc(1, sizeof(mbedtls_des_context)); in des_ctx_alloc() local 1696 if (des == NULL) { in des_ctx_alloc() 1700 mbedtls_des_init(des); in des_ctx_alloc() 1702 return des; in des_ctx_alloc()
|
/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>
|
/kernel/linux/linux-6.6/drivers/crypto/ccp/ |
H A D | ccp-crypto-des3.c | 17 #include <crypto/internal/des.h>
|