Lines Matching refs:is_xts
1594 static ssize_t pkey_protkey_aes_attr_read(u32 keytype, bool is_xts, char *buf, in pkey_protkey_aes_attr_read() argument
1603 if (is_xts) in pkey_protkey_aes_attr_read()
1621 if (is_xts) { in pkey_protkey_aes_attr_read()
1714 static ssize_t pkey_ccadata_aes_attr_read(u32 keytype, bool is_xts, char *buf, in pkey_ccadata_aes_attr_read() argument
1722 if (is_xts) in pkey_ccadata_aes_attr_read()
1730 if (is_xts) { in pkey_ccadata_aes_attr_read()
1821 bool is_xts, char *buf, loff_t off, in pkey_ccacipher_aes_attr_read() argument
1830 if (is_xts) in pkey_ccacipher_aes_attr_read()
1840 memset(buf, 0, is_xts ? 2 * keysize : keysize); in pkey_ccacipher_aes_attr_read()
1853 if (is_xts) { in pkey_ccacipher_aes_attr_read()
1944 bool is_xts, char *buf, loff_t off, in pkey_ep11_aes_attr_read() argument
1953 if (is_xts) in pkey_ep11_aes_attr_read()
1963 memset(buf, 0, is_xts ? 2 * keysize : keysize); in pkey_ep11_aes_attr_read()
1976 if (is_xts) { in pkey_ep11_aes_attr_read()