Merge branch 'acpi-pnp'
[firefly-linux-kernel-4.4.55.git] / crypto / echainiv.c
2015-06-24 Rafael J. WysockiMerge branch 'acpi-pnp'
2015-06-23 Linus TorvaldsMerge tag 'pm+acpi-4.2-rc1' of git://git./linux/kernel...
2015-06-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-06-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-06-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-06-23 Linus TorvaldsMerge git://git./linux/kernel/git/brodo/pcmcia
2015-06-23 Linus TorvaldsMerge tag 'pci-v4.2-changes' of git://git./linux/kernel...
2015-06-23 Linus TorvaldsMerge tag 'hwmon-for-linus-v4.2' of git://git./linux...
2015-06-23 Linus TorvaldsMerge tag 'mmc-v4.2' of git://git.linaro.org/people...
2015-06-23 Linus TorvaldsMerge tag 'gpio-v4.2-1' of git://git./linux/kernel...
2015-06-23 Linus TorvaldsMerge tag 'pwm/for-4.2-rc1' of git://git./linux/kernel...
2015-06-23 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2015-06-22 Herbert Xucrypto: echainiv - Only hold RNG during initialisation
2015-06-19 Herbert XuMerge branch 'mvebu/drivers' of git://git./linux/kernel...
2015-06-04 Herbert Xucrypto: echainiv - Move IV seeding into init function
2015-05-28 Herbert Xucrypto: echainiv - Fix IV size in context size calculation
2015-05-28 Herbert Xucrypto: echainiv - Use common IV generation code
2015-05-28 Herbert Xucrypto: echainiv - Copy AD along with plain text
2015-05-28 Herbert XuMerge git://git./linux/kernel/git/herbert/crypto-2.6
2015-05-25 Herbert Xucrypto: aead - Remove unused cryptoff parameter
2015-05-25 Herbert Xucrypto: echainiv - Stop using cryptoff
2015-05-25 Herbert Xucrypto: echainiv - Use aead_register_instance
2015-05-25 Wu Fengguangcrypto: echainiv - echainiv_read_iv() can be static
2015-05-22 Herbert Xucrypto: echainiv - Add encrypted chain IV generator