Lines Matching refs:is_xts
51 static ssize_t pkey_protkey_aes_attr_read(u32 keytype, bool is_xts, char *buf, in pkey_protkey_aes_attr_read() argument
60 if (is_xts) in pkey_protkey_aes_attr_read()
81 if (is_xts) { in pkey_protkey_aes_attr_read()
310 static ssize_t pkey_ccadata_aes_attr_read(u32 keytype, bool is_xts, char *buf, in pkey_ccadata_aes_attr_read() argument
319 if (is_xts) in pkey_ccadata_aes_attr_read()
329 if (is_xts) { in pkey_ccadata_aes_attr_read()
422 bool is_xts, char *buf, loff_t off, in pkey_ccacipher_aes_attr_read() argument
430 if (is_xts) in pkey_ccacipher_aes_attr_read()
434 memset(buf, 0, is_xts ? 2 * keysize : keysize); in pkey_ccacipher_aes_attr_read()
442 if (is_xts) { in pkey_ccacipher_aes_attr_read()
537 bool is_xts, char *buf, loff_t off, in pkey_ep11_aes_attr_read() argument
545 if (is_xts) in pkey_ep11_aes_attr_read()
549 memset(buf, 0, is_xts ? 2 * keysize : keysize); in pkey_ep11_aes_attr_read()
557 if (is_xts) { in pkey_ep11_aes_attr_read()