Searched refs:src_len (Results 1 – 8 of 8) sorted by relevance
/include/crypto/ |
D | chacha20poly1305.h | 18 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,
|
D | akcipher.h | 37 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()
|
D | kpp.h | 31 unsigned int src_len; member 230 req->src_len = input_len; in kpp_request_set_input()
|
/include/linux/ |
D | lzo.h | 24 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,
|
D | ccp.h | 182 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
|
D | crypto.h | 518 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/ |
D | fib_rules.h | 22 __u8 src_len; member
|
/include/net/ |
D | ip6_fib.h | 468 const struct in6_addr *saddr, int src_len,
|