Searched refs:plaintext_len (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.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()
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
D | aesni-intel_glue.c | 130 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,
|
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. */
|
/kernel/linux/linux-5.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()
|
/kernel/linux/linux-5.10/include/net/ |
D | tls.h | 520 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/ |
D | 0016_linux_drivers_crypto.patch | 3238 + 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);
|