Lines Matching refs:is_xts
1587 static ssize_t pkey_protkey_aes_attr_read(u32 keytype, bool is_xts, char *buf, in pkey_protkey_aes_attr_read() argument
1596 if (is_xts) in pkey_protkey_aes_attr_read()
1614 if (is_xts) { in pkey_protkey_aes_attr_read()
1707 static ssize_t pkey_ccadata_aes_attr_read(u32 keytype, bool is_xts, char *buf, in pkey_ccadata_aes_attr_read() argument
1715 if (is_xts) in pkey_ccadata_aes_attr_read()
1723 if (is_xts) { in pkey_ccadata_aes_attr_read()
1814 bool is_xts, char *buf, loff_t off, in pkey_ccacipher_aes_attr_read() argument
1823 if (is_xts) in pkey_ccacipher_aes_attr_read()
1833 memset(buf, 0, is_xts ? 2 * keysize : keysize); in pkey_ccacipher_aes_attr_read()
1846 if (is_xts) { in pkey_ccacipher_aes_attr_read()
1937 bool is_xts, char *buf, loff_t off, in pkey_ep11_aes_attr_read() argument
1946 if (is_xts) in pkey_ep11_aes_attr_read()
1956 memset(buf, 0, is_xts ? 2 * keysize : keysize); in pkey_ep11_aes_attr_read()
1969 if (is_xts) { in pkey_ep11_aes_attr_read()