Home
last modified time | relevance | path

Searched refs:ciphertext_len (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/crypto/
H A Dhooks.c274 unsigned int ciphertext_len; in __fscrypt_encrypt_symlink() local
292 ciphertext_len = disk_link->len - sizeof(*sd) - 1; in __fscrypt_encrypt_symlink()
293 sd->len = cpu_to_le16(ciphertext_len); in __fscrypt_encrypt_symlink()
296 ciphertext_len); in __fscrypt_encrypt_symlink()
305 sd->encrypted_path[ciphertext_len] = '\0'; in __fscrypt_encrypt_symlink()
/openbmc/linux/net/ceph/
H A Dauth_x.c61 int ciphertext_len; in ceph_x_encrypt() local
69 &ciphertext_len); in ceph_x_encrypt()
73 ceph_encode_32(&buf, ciphertext_len); in ceph_x_encrypt()
74 return sizeof(u32) + ciphertext_len; in ceph_x_encrypt()
78 int ciphertext_len) in __ceph_x_decrypt() argument
84 ret = ceph_crypt(secret, false, p, ciphertext_len, ciphertext_len, in __ceph_x_decrypt()
99 int ciphertext_len; in ceph_x_decrypt() local
103 ceph_decode_need(p, end, ciphertext_len, e_inval); in ceph_x_decrypt()
109 *p += ciphertext_len; in ceph_x_decrypt()
1003 int ciphertext_len; in calc_signature() local
[all …]
/openbmc/linux/arch/x86/crypto/
H A Daesni-intel_glue.c127 unsigned long ciphertext_len);
170 unsigned long ciphertext_len);
193 unsigned long ciphertext_len);