Searched refs:is_xts (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/s390/crypto/ |
| H A D | pkey_sysfs.c | 49 static ssize_t pkey_protkey_aes_attr_read(u32 keytype, bool is_xts, char *buf, in pkey_protkey_aes_attr_read() argument 58 if (is_xts) in pkey_protkey_aes_attr_read() 79 if (is_xts) { in pkey_protkey_aes_attr_read() 308 static ssize_t pkey_ccadata_aes_attr_read(u32 keytype, bool is_xts, char *buf, in pkey_ccadata_aes_attr_read() argument 317 if (is_xts) in pkey_ccadata_aes_attr_read() 327 if (is_xts) { in pkey_ccadata_aes_attr_read() 420 bool is_xts, char *buf, loff_t off, in pkey_ccacipher_aes_attr_read() argument 428 if (is_xts) in pkey_ccacipher_aes_attr_read() 432 memset(buf, 0, is_xts ? 2 * keysize : keysize); in pkey_ccacipher_aes_attr_read() 440 if (is_xts) { in pkey_ccacipher_aes_attr_read() [all …]
|