Home
last modified time | relevance | path

Searched refs:plaintext_len (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireguard/
Dsend.c164 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()
/kernel/linux/linux-5.10/arch/x86/crypto/
Daesni-intel_glue.c130 const u8 *in, unsigned long plaintext_len, u8 *iv,
164 const u8 *in, unsigned long plaintext_len);
177 const u8 *in, unsigned long plaintext_len);
211 const u8 *in, unsigned long plaintext_len);
222 const u8 *in, unsigned long plaintext_len, u8 *iv,
253 const u8 *in, unsigned long plaintext_len);
264 const u8 *in, unsigned long plaintext_len, u8 *iv,
Daesni-intel_avx-x86_64.S1789 # 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. */
/kernel/linux/linux-5.10/net/ceph/
Dauth_x.c55 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()
/kernel/linux/linux-5.10/include/net/
Dtls.h520 size_t plaintext_len, in tls_fill_prepend() argument
527 pkt_len = plaintext_len + prot->tag_size; in tls_fill_prepend()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0016_linux_drivers_crypto.patch3238 + dma_addr_t black_key, size_t plaintext_len,
3264 + append_seq_in_ptr_intlen(tmpdesc, blob, plaintext_len + BLOB_OVERHEAD,
3267 + append_seq_out_ptr_intlen(tmpdesc, black_key, plaintext_len, 0);