Searched refs:ciphertext_len (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/fs/crypto/ |
| D | hooks.c | 242 unsigned int ciphertext_len; in __fscrypt_encrypt_symlink() local 260 ciphertext_len = disk_link->len - sizeof(*sd); in __fscrypt_encrypt_symlink() 261 sd->len = cpu_to_le16(ciphertext_len); in __fscrypt_encrypt_symlink() 264 ciphertext_len); in __fscrypt_encrypt_symlink() 273 sd->encrypted_path[ciphertext_len] = '\0'; in __fscrypt_encrypt_symlink()
|
| /Linux-v5.10/net/ceph/ |
| D | auth_x.c | 58 int ciphertext_len; in ceph_x_encrypt() local 66 &ciphertext_len); in ceph_x_encrypt() 70 ceph_encode_32(&buf, ciphertext_len); in ceph_x_encrypt() 71 return sizeof(u32) + ciphertext_len; in ceph_x_encrypt() 75 int ciphertext_len) in __ceph_x_decrypt() argument 81 ret = ceph_crypt(secret, false, p, ciphertext_len, ciphertext_len, in __ceph_x_decrypt() 96 int ciphertext_len; in ceph_x_decrypt() local 99 ceph_decode_32_safe(p, end, ciphertext_len, e_inval); in ceph_x_decrypt() 100 ceph_decode_need(p, end, ciphertext_len, e_inval); in ceph_x_decrypt() 102 ret = __ceph_x_decrypt(secret, *p, ciphertext_len); in ceph_x_decrypt() [all …]
|
| /Linux-v5.10/arch/x86/crypto/ |
| D | aesni-intel_glue.c | 149 const u8 *in, unsigned long ciphertext_len, u8 *iv, 165 unsigned long ciphertext_len); 176 const u8 *in, unsigned long ciphertext_len); 212 unsigned long ciphertext_len); 225 const u8 *in, unsigned long ciphertext_len, u8 *iv, 254 unsigned long ciphertext_len); 267 const u8 *in, unsigned long ciphertext_len, u8 *iv,
|