Searched refs:plaintext_len (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/wireguard/
H A Dsend.c164 unsigned int padding_len, plaintext_len, trailer_len; local
178 plaintext_len = skb->len + padding_len;
214 noise_encrypted_len(plaintext_len)) <= 0)
216 return chacha20poly1305_encrypt_sg_inplace(sg, plaintext_len, NULL, 0,
/linux-master/net/tls/
H A Dtls.h332 tls_fill_prepend(struct tls_context *ctx, char *buf, size_t plaintext_len, argument
338 pkt_len = plaintext_len + prot->tag_size;
/linux-master/net/ceph/
H A Dauth_x.c58 int buf_len, int plaintext_len)
68 plaintext_len + sizeof(struct ceph_x_encrypt_header),
81 int plaintext_len; local
85 &plaintext_len);
94 return plaintext_len - sizeof(*hdr);
57 ceph_x_encrypt(struct ceph_crypto_key *secret, void *buf, int buf_len, int plaintext_len) argument
/linux-master/arch/x86/crypto/
H A Daesni-intel_glue.c130 const u8 *in, unsigned long plaintext_len);
173 const u8 *in, unsigned long plaintext_len);
196 const u8 *in, unsigned long plaintext_len);
H A Daesni-intel_avx-x86_64.S1757 # u64 plaintext_len) /* Length of data in Bytes for encryption. */
1786 # u64 plaintext_len) /* Length of data in Bytes for encryption. */
2725 # u64 plaintext_len) /* Length of data in Bytes for encryption. */
2754 # u64 plaintext_len) /* Length of data in Bytes for encryption. */

Completed in 114 milliseconds