Home
last modified time | relevance | path

Searched refs:src_len (Results 1 – 8 of 8) sorted by relevance

/include/crypto/
Dchacha20poly1305.h18 void chacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len,
24 chacha20poly1305_decrypt(u8 *dst, const u8 *src, const size_t src_len,
28 void xchacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len,
34 u8 *dst, const u8 *src, const size_t src_len, const u8 *ad,
38 bool chacha20poly1305_encrypt_sg_inplace(struct scatterlist *src, size_t src_len,
43 bool chacha20poly1305_decrypt_sg_inplace(struct scatterlist *src, size_t src_len,
Dakcipher.h37 unsigned int src_len; member
251 unsigned int src_len, in akcipher_request_set_crypt() argument
256 req->src_len = src_len; in akcipher_request_set_crypt()
292 unsigned int src_len = req->src_len; in crypto_akcipher_encrypt() local
297 crypto_stats_akcipher_encrypt(src_len, ret, calg); in crypto_akcipher_encrypt()
316 unsigned int src_len = req->src_len; in crypto_akcipher_decrypt() local
321 crypto_stats_akcipher_decrypt(src_len, ret, calg); in crypto_akcipher_decrypt()
Dkpp.h31 unsigned int src_len; member
230 req->src_len = input_len; in kpp_request_set_input()
/include/linux/
Dlzo.h24 int lzo1x_1_compress(const unsigned char *src, size_t src_len,
28 int lzorle1x_1_compress(const unsigned char *src, size_t src_len,
32 int lzo1x_decompress_safe(const unsigned char *src, size_t src_len,
Dccp.h182 u64 src_len; /* In bytes */ member
242 u64 src_len; /* In bytes */ member
291 u64 src_len; /* In bytes */ member
353 u64 src_len; /* In bytes */ member
381 u32 src_len; /* In bytes */ member
440 u64 src_len; /* In bytes */ member
469 u64 src_len; /* In bytes */ member
Dcrypto.h518 void crypto_stats_akcipher_encrypt(unsigned int src_len, int ret, struct crypto_alg *alg);
519 void crypto_stats_akcipher_decrypt(unsigned int src_len, int ret, struct crypto_alg *alg);
544 static inline void crypto_stats_akcipher_encrypt(unsigned int src_len, int ret, struct crypto_alg *… in crypto_stats_akcipher_encrypt() argument
546 static inline void crypto_stats_akcipher_decrypt(unsigned int src_len, int ret, struct crypto_alg *… in crypto_stats_akcipher_decrypt() argument
/include/uapi/linux/
Dfib_rules.h22 __u8 src_len; member
/include/net/
Dip6_fib.h468 const struct in6_addr *saddr, int src_len,