Home
last modified time | relevance | path

Searched defs:dlen (Results 1 - 25 of 300) sorted by relevance

12345678910>>...12

/kernel/linux/linux-5.10/crypto/
H A Dcompress.c12 crypto_comp_compress(struct crypto_comp *comp, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) crypto_comp_compress() argument
23 crypto_comp_decompress(struct crypto_comp *comp, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) crypto_comp_decompress() argument
H A Dlzo-rle.c52 __lzorle_compress(const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) __lzorle_compress() argument
67 lzorle_compress(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) lzorle_compress() argument
75 lzorle_scompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) lzorle_scompress() argument
82 __lzorle_decompress(const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) __lzorle_decompress() argument
97 lzorle_decompress(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) lzorle_decompress() argument
103 lzorle_sdecompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) lzorle_sdecompress() argument
[all...]
H A Dlz4hc.c52 __lz4hc_compress_crypto(const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) __lz4hc_compress_crypto() argument
65 lz4hc_scompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) lz4hc_scompress() argument
72 lz4hc_compress_crypto(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) lz4hc_compress_crypto() argument
82 __lz4hc_decompress_crypto(const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) __lz4hc_decompress_crypto() argument
94 lz4hc_sdecompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) lz4hc_sdecompress() argument
101 lz4hc_decompress_crypto(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) lz4hc_decompress_crypto() argument
[all...]
H A Dlzo.c52 __lzo_compress(const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) __lzo_compress() argument
67 lzo_compress(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) lzo_compress() argument
75 lzo_scompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) lzo_scompress() argument
82 __lzo_decompress(const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) __lzo_decompress() argument
97 lzo_decompress(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) lzo_decompress() argument
103 lzo_sdecompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) lzo_sdecompress() argument
[all...]
H A Dlz4.c53 __lz4_compress_crypto(const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) __lz4_compress_crypto() argument
66 lz4_scompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) lz4_scompress() argument
73 lz4_compress_crypto(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) lz4_compress_crypto() argument
81 __lz4_decompress_crypto(const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) __lz4_decompress_crypto() argument
93 lz4_sdecompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) lz4_sdecompress() argument
100 lz4_decompress_crypto(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) lz4_decompress_crypto() argument
[all...]
/kernel/linux/linux-6.6/crypto/
H A Dcompress.c12 crypto_comp_compress(struct crypto_comp *comp, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) crypto_comp_compress() argument
23 crypto_comp_decompress(struct crypto_comp *comp, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) crypto_comp_decompress() argument
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-prng.c15 sun4i_ss_prng_generate(struct crypto_rng *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int dlen) sun4i_ss_prng_generate() argument
/kernel/linux/linux-5.10/include/net/
H A Dife.h33 static inline void *ife_tlv_meta_decode(void *skbdata, u16 *attrtype, u16 *dlen, in ife_tlv_meta_decode() argument
39 static inline int ife_tlv_meta_encode(void *skbdata, u16 attrtype, u16 dlen, in ife_tlv_meta_encode() argument
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dpg.h51 int dlen; /* number of bytes expected to transfer */ member
61 int dlen; /* size of device transfer request */ member
/kernel/linux/linux-6.6/include/net/
H A Dife.h33 static inline void *ife_tlv_meta_decode(void *skbdata, u16 *attrtype, u16 *dlen, in ife_tlv_meta_decode() argument
39 static inline int ife_tlv_meta_encode(void *skbdata, u16 attrtype, u16 dlen, in ife_tlv_meta_encode() argument
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-prng.c16 sun4i_ss_prng_generate(struct crypto_rng *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int dlen) sun4i_ss_prng_generate() argument
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dpg.h51 int dlen; /* number of bytes expected to transfer */ member
61 int dlen; /* size of device transfer request */ member
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dxtlv.c26 int brcmf_xtlv_data_size(int dlen, u16 opts) in brcmf_xtlv_data_size() argument
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dpg.h13 int dlen; member
20 int dlen; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dpg.h28 int dlen; member
35 int dlen; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dpg.h28 int dlen; member
35 int dlen; member
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-prng.c57 sun8i_ss_prng_generate(struct crypto_rng *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int dlen) sun8i_ss_prng_generate() argument
/kernel/linux/linux-5.10/drivers/bluetooth/
H A Dh4_recv.h99 u16 dlen; in h4_recv_buf() local
/kernel/linux/linux-5.10/fs/cachefiles/
H A Dxattr.c244 unsigned int dlen; in cachefiles_check_object_xattr() local
/kernel/linux/linux-5.10/fs/ubifs/
H A Dcrypto.c59 unsigned int dlen = *out_len; in ubifs_decrypt() local
/kernel/linux/linux-6.6/include/crypto/internal/
H A Dkdf_selftest.h24 kdf_test(const struct kdf_testvec *test, const char *name, int (*crypto_kdf_setkey)(struct crypto_shash *kmd, const u8 *key, size_t keylen, const u8 *ikm, size_t ikmlen), int (*crypto_kdf_generate)(struct crypto_shash *kmd, const struct kvec *info, unsigned int info_nvec, u8 *dst, unsigned int dlen)) kdf_test() argument
/kernel/linux/linux-6.6/fs/ubifs/
H A Dcrypto.c70 unsigned int dlen = *out_len; in ubifs_decrypt() local
/kernel/linux/linux-6.6/drivers/bluetooth/
H A Dh4_recv.h99 u16 dlen; in h4_recv_buf() local
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-prng.c57 sun8i_ss_prng_generate(struct crypto_rng *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int dlen) sun8i_ss_prng_generate() argument
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-prng.c57 sun8i_ce_prng_generate(struct crypto_rng *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int dlen) sun8i_ce_prng_generate() argument

Completed in 7 milliseconds

12345678910>>...12