Home
last modified time | relevance | path

Searched refs:des (Results 101 - 125 of 222) sorted by relevance

123456789

/third_party/openssl/crypto/evp/
H A De_xcbc_d.c24 # include <openssl/des.h>
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_desx_hw.c16 #include <openssl/des.h>
H A Dcipher_tdes.h10 #include <openssl/des.h>
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A DMakefile24 des-internal.o \
/third_party/node/deps/v8/src/heap/
H A Dread-only-heap.cc117 ReadOnlyDeserializer des(isolate, read_only_snapshot_data, can_rehash); in DeseralizeIntoIsolate()
118 des.DeserializeIntoIsolate(); in DeseralizeIntoIsolate()
/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/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A DMakefile35 des-internal.o \
/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>
/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...]
/third_party/mbedtls/library/
H A Dcipher_wrap.c36 #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 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>
/kernel/linux/linux-6.6/drivers/crypto/ccp/
H A Dccp-crypto-des3.c17 #include <crypto/internal/des.h>

Completed in 19 milliseconds

123456789