Searched refs:xts (Results 1 – 10 of 10) sorted by relevance
168 struct ptp_sys_offset_precise *xts; in main() local658 xts = calloc(1, sizeof(*xts)); in main()659 if (!xts) { in main()664 if (ioctl(fd, PTP_SYS_OFFSET_PRECISE, xts)) { in main()670 xts->device.sec, xts->device.nsec); in main()672 xts->sys_realtime.sec, xts->sys_realtime.nsec); in main()674 xts->sys_monoraw.sec, xts->sys_monoraw.nsec); in main()677 free(xts); in main()
1105 struct ccp_xts_aes_engine *xts = &cmd->u.xts; in ccp_run_xts_aes_cmd() local1115 switch (xts->unit_size) { in ccp_run_xts_aes_cmd()1136 if (xts->key_len == AES_KEYSIZE_128) in ccp_run_xts_aes_cmd()1138 else if (xts->key_len == AES_KEYSIZE_256) in ccp_run_xts_aes_cmd()1143 if (!xts->final && (xts->src_len & (AES_BLOCK_SIZE - 1))) in ccp_run_xts_aes_cmd()1146 if (xts->iv_len != AES_BLOCK_SIZE) in ccp_run_xts_aes_cmd()1149 if (!xts->key || !xts->iv || !xts->src || !xts->dst) in ccp_run_xts_aes_cmd()1162 op.u.xts.type = aestype; in ccp_run_xts_aes_cmd()1163 op.u.xts.action = xts->action; in ccp_run_xts_aes_cmd()1164 op.u.xts.unit_size = xts->unit_size; in ccp_run_xts_aes_cmd()[all …]
27 ccp-crypto-aes-xts.o \
185 | (op->u.xts.action << REQ1_AES_ACTION_SHIFT) in ccp_perform_xts_aes()186 | (op->u.xts.unit_size << REQ1_XTS_AES_SIZE_SHIFT) in ccp_perform_xts_aes()
342 CCP_XTS_TYPE(&function) = op->u.xts.type; in ccp5_perform_xts_aes()343 CCP_XTS_ENCRYPT(&function) = op->u.xts.action; in ccp5_perform_xts_aes()344 CCP_XTS_SIZE(&function) = op->u.xts.unit_size; in ccp5_perform_xts_aes()
548 struct ccp_xts_aes_op xts; member
26 aes-xts-plain6427 serpent-xts-plain6441 capi:xts(aes)-plain6446 capi:authenc(hmac(sha256),xts(aes))-random
95 0 1048576 crypt aes-xts-plain64
653 struct ccp_xts_aes_engine xts; member
738 Use with aes-xts-plain, key size 256, 384 or 512 bits. This