Home
last modified time | relevance | path

Searched refs:is_xts (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/crypto/
H A Dpkey_api.c1575 static ssize_t pkey_protkey_aes_attr_read(u32 keytype, bool is_xts, char *buf, in pkey_protkey_aes_attr_read() argument
1584 if (is_xts) in pkey_protkey_aes_attr_read()
1602 if (is_xts) { in pkey_protkey_aes_attr_read()
1695 static ssize_t pkey_ccadata_aes_attr_read(u32 keytype, bool is_xts, char *buf, in pkey_ccadata_aes_attr_read() argument
1703 if (is_xts) in pkey_ccadata_aes_attr_read()
1711 if (is_xts) { in pkey_ccadata_aes_attr_read()
1802 bool is_xts, char *buf, loff_t off, in pkey_ccacipher_aes_attr_read()
1811 if (is_xts) in pkey_ccacipher_aes_attr_read()
1821 memset(buf, 0, is_xts ? 2 * keysize : keysize); in pkey_ccacipher_aes_attr_read()
1834 if (is_xts) { in pkey_ccacipher_aes_attr_read()
1801 pkey_ccacipher_aes_attr_read(enum pkey_key_size keybits, bool is_xts, char *buf, loff_t off, size_t count) pkey_ccacipher_aes_attr_read() argument
1924 pkey_ep11_aes_attr_read(enum pkey_key_size keybits, bool is_xts, char *buf, loff_t off, size_t count) pkey_ep11_aes_attr_read() argument
[all...]
/kernel/linux/linux-6.6/drivers/s390/crypto/
H A Dpkey_api.c1802 static ssize_t pkey_protkey_aes_attr_read(u32 keytype, bool is_xts, char *buf, in pkey_protkey_aes_attr_read() argument
1811 if (is_xts) in pkey_protkey_aes_attr_read()
1831 if (is_xts) { in pkey_protkey_aes_attr_read()
1927 static ssize_t pkey_ccadata_aes_attr_read(u32 keytype, bool is_xts, char *buf, in pkey_ccadata_aes_attr_read() argument
1935 if (is_xts) in pkey_ccadata_aes_attr_read()
1943 if (is_xts) { in pkey_ccadata_aes_attr_read()
2034 bool is_xts, char *buf, loff_t off, in pkey_ccacipher_aes_attr_read()
2043 if (is_xts) in pkey_ccacipher_aes_attr_read()
2053 memset(buf, 0, is_xts ? 2 * keysize : keysize); in pkey_ccacipher_aes_attr_read()
2066 if (is_xts) { in pkey_ccacipher_aes_attr_read()
2033 pkey_ccacipher_aes_attr_read(enum pkey_key_size keybits, bool is_xts, char *buf, loff_t off, size_t count) pkey_ccacipher_aes_attr_read() argument
2156 pkey_ep11_aes_attr_read(enum pkey_key_size keybits, bool is_xts, char *buf, loff_t off, size_t count) pkey_ep11_aes_attr_read() argument
[all...]

Completed in 8 milliseconds