index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-18
Fix some typos found by codespell
Stefan Weil
1
-1
/
+1
2016-03-22
include/crypto: Include qapi-types.h or qemu/bswap.h instead of qemu-common.h
Markus Armbruster
5
-6
/
+2
2016-03-17
crypto: add block encryption framework
Daniel P. Berrange
1
-0
/
+232
2016-03-17
crypto: import an implementation of the XTS cipher mode
Daniel P. Berrange
1
-0
/
+86
2016-03-17
crypto: add support for anti-forensic split algorithm
Daniel P. Berrange
1
-0
/
+135
2016-03-17
crypto: add support for generating initialization vectors
Daniel P. Berrange
1
-0
/
+206
2016-03-17
crypto: add support for PBKDF2 algorithm
Daniel P. Berrange
1
-0
/
+152
2016-03-17
crypto: add cryptographic random byte source
Daniel P. Berrange
1
-0
/
+44
2016-02-23
include: Clean up includes
Peter Maydell
5
-5
/
+0
2016-02-01
crypto: fix description of @errp parameter initialization
Daniel P. Berrange
3
-14
/
+14
2016-01-11
crypto: Fix typo in example
Eric Blake
1
-1
/
+1
2015-12-23
crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPI
Daniel P. Berrange
1
-15
/
+2
2015-12-23
crypto: move QCryptoHashAlgorithm enum definition into QAPI
Daniel P. Berrange
1
-8
/
+1
2015-12-23
crypto: add ability to query hash digest len
Daniel P. Berrange
1
-0
/
+11
2015-12-23
crypto: add additional query accessors for cipher instances
Daniel P. Berrange
1
-0
/
+37
2015-12-18
crypto: add support for loading encrypted x509 keys
Daniel P. Berrange
1
-0
/
+1
2015-12-18
crypto: add QCryptoSecret object class for password/key handling
Daniel P. Berrange
1
-0
/
+148
2015-09-15
crypto: introduce new module for handling TLS sessions
Daniel P. Berrange
1
-0
/
+322
2015-09-15
crypto: add sanity checking of TLS x509 credentials
Daniel P. Berrange
1
-0
/
+1
2015-09-15
crypto: introduce new module for TLS x509 credentials
Daniel P. Berrange
1
-0
/
+112
2015-09-15
crypto: introduce new module for TLS anonymous credentials
Daniel P. Berrange
1
-0
/
+112
2015-09-15
crypto: introduce new base module for TLS credentials
Daniel P. Berrange
1
-0
/
+68
2015-07-08
crypto: introduce generic cipher API & built-in implementation
Daniel P. Berrange
1
-0
/
+210
2015-07-07
crypto: move built-in D3DES implementation into crypto/
Daniel P. Berrange
1
-0
/
+49
2015-07-07
crypto: move built-in AES implementation into crypto/
Daniel P. Berrange
1
-0
/
+68
2015-07-07
crypto: introduce new module for computing hash digests
Daniel P. Berrange
2
-0
/
+218