Searched refs:plaintext_len (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/drivers/net/wireguard/ |
| D | send.c | 164 unsigned int padding_len, plaintext_len, trailer_len; in encrypt_packet() local 178 plaintext_len = skb->len + padding_len; in encrypt_packet() 214 noise_encrypted_len(plaintext_len)) <= 0) in encrypt_packet() 216 return chacha20poly1305_encrypt_sg_inplace(sg, plaintext_len, NULL, 0, in encrypt_packet()
|
| /Linux-v5.10/arch/x86/crypto/ |
| D | aesni-intel_glue.c | 127 const u8 *in, unsigned long plaintext_len, u8 *iv, 161 const u8 *in, unsigned long plaintext_len); 174 const u8 *in, unsigned long plaintext_len); 208 const u8 *in, unsigned long plaintext_len); 219 const u8 *in, unsigned long plaintext_len, u8 *iv, 250 const u8 *in, unsigned long plaintext_len); 261 const u8 *in, unsigned long plaintext_len, u8 *iv,
|
| D | aesni-intel_avx-x86_64.S | 1789 # u64 plaintext_len) /* Length of data in Bytes for encryption. */ 1818 # u64 plaintext_len) /* Length of data in Bytes for encryption. */ 2757 # u64 plaintext_len) /* Length of data in Bytes for encryption. */ 2786 # u64 plaintext_len) /* Length of data in Bytes for encryption. */
|
| /Linux-v5.10/net/ceph/ |
| D | auth_x.c | 55 int buf_len, int plaintext_len) in ceph_x_encrypt() argument 65 plaintext_len + sizeof(struct ceph_x_encrypt_header), in ceph_x_encrypt() 78 int plaintext_len; in __ceph_x_decrypt() local 82 &plaintext_len); in __ceph_x_decrypt() 91 return plaintext_len - sizeof(*hdr); in __ceph_x_decrypt()
|
| /Linux-v5.10/include/net/ |
| D | tls.h | 517 size_t plaintext_len, in tls_fill_prepend() argument 524 pkt_len = plaintext_len + prot->tag_size; in tls_fill_prepend()
|