Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
1e3bae22f3718341dea2d33c0a077a387537a6be
/
drivers
/
crypto
9f584d1
qcedev: msm: Remove gating of zero length packets for authentication
by Mallikarjuna Reddy Amireddy
· 10 years ago
4345827
crypto: msm: qcrypto: Close window during suspending for SMP
by AnilKumar Chimata
· 10 years ago
8faabe9
crypto: msm: qcrypto: Update suspend resume code
by AnilKumar Chimata
· 10 years ago
b54a87a
crypto: msm: change dev_err messages to dev_warn for reaper worker
by Zhen Kong
· 10 years ago
ac24776
crypto: msm: Add device wakeup initialization for qcrypto driver
by Zhen Kong
· 10 years ago
317472f
Merge "crypto: msm: Make changes to the reaper timer"
by Linux Build Service Account
· 10 years ago
6085b8e
Merge "crypto: msm: Don't enable crypto clock in PM resume"
by Linux Build Service Account
· 10 years ago
2c87030
Merge "crypto: msm: change timer operation to fix timer list corruption"
by Linux Build Service Account
· 10 years ago
0e299be
Merge "crypto: msm: Remove bw_reaper_timer while in suspend mode"
by Linux Build Service Account
· 10 years ago
cb387f9
crypto: msm: check potential integer overflow
by William Clark
· 10 years ago
88f35ba
crypto: msm: Make changes to the reaper timer
by Zhen Kong
· 10 years ago
00cd488
crypto: msm: Don't enable crypto clock in PM resume
by Zhen Kong
· 11 years ago
01c4410
crypto: msm: change timer operation to fix timer list corruption
by Zhen Kong
· 11 years ago
56e867b
crypto: msm: Remove bw_reaper_timer while in suspend mode
by William Clark
· 11 years ago
baf5925
Merge "crypto: msm: Compilation flag in Kconfig For FIPS"
by Linux Build Service Account
· 11 years ago
3322fcd
Merge "crypto: msm: Add support for FIPS complience"
by Linux Build Service Account
· 11 years ago
491c973
crypto: msm: add suspend/resume callback for qcedev driver
by William Clark
· 11 years ago
2104ff2
crypto: msm: Compilation flag in Kconfig For FIPS
by Dinesh K Garg
· 11 years ago
e0d651e
crypto: msm: Add support for FIPS complience
by Dinesh K Garg
· 11 years ago
79a869e
crypto: msm: Fix SHA-1/256 zero length input data issue
by AnilKumar Chimata
· 11 years ago
573ed84
crypto: msm: re-work qcrypto driver clk and bus management
by Zhen Kong
· 11 years ago
29e3256
crypto: msm: add dynamic engine assignment support
by Zhen Kong
· 11 years ago
c131e36
crypto: msm: fix memory leak during algorithm registration
by Zhen Kong
· 11 years ago
400ecab
Merge "crypto: msm: fix Off-by-one error in computation of length for strlcpy()"
by Linux Build Service Account
· 11 years ago
9e483b2
Merge "crypto: msm: ota: fix possible buffer overflow issue"
by Linux Build Service Account
· 11 years ago
37a73b8
crypto: msm: ota: fix possible buffer overflow issue
by Venkatesh Yadav Abbarapu
· 11 years ago
7c7492e
crypto: msm: Add support for multiple qcrypto devices
by Zhen Kong
· 11 years ago
81d7b15
crypto: msm: fix Off-by-one error in computation of length for strlcpy()
by Zhen Kong
· 11 years ago
659bacd
crypto: msm: enable rfc4309(ccm(aes)) algorithm
by Niranjana Vishwanathapura
· 11 years ago
18d7979
crypto: msm: Add basic suspend resume functionality
by Zhen Kong
· 11 years ago
7ec1c53
crypto: msm: Rename and register crypto algorithms
by Zhen Kong
· 11 years ago
c4d18cf
crypto: msm: Fix a bug when writing xts du size
by Zhen Kong
· 11 years ago
284507e
crypto: msm: Fix key length setting
by Zhen Kong
· 11 years ago
2c2df9d
crypto: msm: add pm wakeup support for qcrypto driver
by Zhen Kong
· 11 years ago
6efc88e
crypto: msm: fix hmac ahashing issues with simultaneous multiple requests.
by Zhen Kong
· 11 years ago
85185a2
crypto: msm: fix hmac hashing issues with various key size
by Zhen Kong
· 11 years ago
4b50bcb
crypto: msm: qce50 ota crypto support
by Zhen Kong
· 11 years ago
92b0de3
crypto: msm: multiple qcrypto support
by Zhen Kong
· 11 years ago
2ce5b7c
crypto: msm: fix issues in ce clock disable processing
by Zhen Kong
· 11 years ago
31b6269
crypto: msm: optimize ce bandwith scaling
by Zhen Kong
· 12 years ago
55e9fba
crypto: msm: Add support for setting XTS data unit size
by Zhen Kong
· 11 years ago
e71d698
crypto: msm: Handle error case
by Zhen Kong
· 11 years ago
f1035da
Revert "crypto: Fix memory leak in bam_release call"
by Zhen Kong
· 11 years ago
e199430
Merge "crypto: msm: check potential integer overflow on AEAD req length"
by Linux Build Service Account
· 11 years ago
1792fc2
Merge "crypto: msm: Fix null pointer exception in qcrypto_count_sg()"
by Linux Build Service Account
· 11 years ago
79e19c3
Merge "crypto: msm: Use scnprintf() instead of snprintf()"
by Linux Build Service Account
· 11 years ago
8b433f7
Merge "crypto: msm: Remove invalid check in qcedev driver"
by Linux Build Service Account
· 11 years ago
4f281ee
Merge "crypto: msm: Fix issues related to non-zero byteoffset input"
by Linux Build Service Account
· 11 years ago
8512fa4
crypto: msm: Fix null pointer exception in qcrypto_count_sg()
by AnilKumar Chimata
· 11 years ago
42c0902
crypto: msm: Use scnprintf() instead of snprintf()
by AnilKumar Chimata
· 11 years ago
22bf17f
crypto: msm: Remove invalid check in qcedev driver
by AnilKumar Chimata
· 11 years ago
9e70f29
crypto: msm: Fix issues related to non-zero byteoffset input
by AnilKumar Chimata
· 11 years ago
de070321
crypto: Fix memory leak in bam_release call
by Zhen Kong
· 11 years ago
a403ac3
crypto: msm: multiple qce50 support
by Zhen Kong
· 12 years ago
7f1118c
crypto: msm: check potential integer overflow on AEAD req length
by Zhen Kong
· 11 years ago
e3c4a1d
crypto: msm: Verify source and destination data lengths
by Mona Hossain
· 11 years ago
97dd1f9
Merge "crypto: msm: Ensure sha_init is called for HASH operation"
by Linux Build Service Account
· 11 years ago
4b01229
Merge "crypto: msm: Validate total data length"
by Linux Build Service Account
· 11 years ago
d5963fc
crypto: msm: Ensure sha_init is called for HASH operation
by Mona Hossain
· 11 years ago
ebb74b2
crypto: msm: Validate total data length
by Mona Hossain
· 11 years ago
eb2a111
crypto: msm: Check destination buffer write access
by Mona Hossain
· 11 years ago
796672a
crypto: msm: Fix Uninitialized flags
by Mona Hossain
· 12 years ago
c0d9be1
Merge "crypto: msm: Remove check for minor and step version"
by Linux Build Service Account
· 12 years ago
1b48274
crypto: msm: Remove check for minor and step version
by Mona Hossain
· 12 years ago
7e4007b
Merge "crypto: msm: fix aead combined mode decipher problem"
by Linux Build Service Account
· 12 years ago
0250c4b
crypto: msm: fix aead combined mode decipher problem
by Rohit Vaswani
· 12 years ago
3bc8aef
crypto: msm: set ce_shared flag as zero when using BAM HW
by Zhen Kong
· 12 years ago
e6424ba
Merge "crypto: msm: Add support for aead"
by Linux Build Service Account
· 12 years ago
3e0fa24
crypto: msm: Add support for aead
by Hariprasad Dhalinarasimha
· 12 years ago
7ffe0f0
crypto: msm: check NULL pointer in _qcrypto_setkey_des()
by Zhen Kong
· 12 years ago
76e992a
Merge "crypto: msm: Designate memory chunk for ignore_buffer"
by Linux Build Service Account
· 12 years ago
de55d9a
crypto: msm: Designate memory chunk for ignore_buffer
by Mona Hossain
· 12 years ago
da2d0fb
crypto: msm: Process keydata for HW/PIPE key use case
by Mona Hossain
· 12 years ago
be7f67d
crypto: msm: Add support for setting ctx flags
by Mona Hossain
· 12 years ago
73dd716
Merge "crypto: msm: Add support to register BAM in satellite mode."
by Linux Build Service Account
· 12 years ago
aeb4ee3
Merge "crypto: msm: Add support_hw_key flag"
by Linux Build Service Account
· 12 years ago
3fe83d9
Merge "crypto: msm: ota: multiple ota devices support."
by Linux Build Service Account
· 12 years ago
20a99b6
crypto: msm: Add support to register BAM in satellite mode.
by Hariprasad Dhalinarasimha
· 12 years ago
1c4d501
crypto: msm: Add support_hw_key flag
by Mona Hossain
· 12 years ago
69d6e4f
Merge "crypto: Kconfig: 8610: Add Hardware crypto module."
by Linux Build Service Account
· 12 years ago
70a6b4a
crypto: msm: ota: multiple ota devices support.
by Rohit Vaswani
· 12 years ago
791ae7f
crypto:msm: Remove hardware sharing check.
by Hariprasad Dhalinarasimha
· 12 years ago
dc10804
crypto: Kconfig: 8610: Add Hardware crypto module.
by Hariprasad Dhalinarasimha
· 12 years ago
a852d59
Merge "crypto: msm: Add failure logs"
by Linux Build Service Account
· 12 years ago
9d138f2
crypto: msm: Check for invalid byte offset field
by Mona Hossain
· 12 years ago
b9d021d
Merge "crypto:msm: Fix crypto 5 aes(ccm) issue."
by Linux Build Service Account
· 12 years ago
368d7ee
crypto:msm: Fix crypto 5 aes(ccm) issue.
by Hariprasad Dhalinarasimha
· 12 years ago
605b909
crypto: msm: Add failure logs
by Mona Hossain
· 12 years ago
6ab387a
crypto: msm: Fix handling of AES CCM error
by Hariprasad Dhalinarasimha
· 12 years ago
77db837
crypto: msm: Fix AES-CCM failure
by Mona Hossain
· 12 years ago
89f3831
Merge "crypto: msm: Fix issue of crypto driver referencing pdev->id"
by Linux Build Service Account
· 12 years ago
7b8cb02
Merge "crypto: msm: Replace sg API with scatterwalk_sg_ API"
by Linux Build Service Account
· 12 years ago
ae92503
Merge "crypto: msm: Fix failure in qce_close"
by Linux Build Service Account
· 12 years ago
f660f5a
crypto: msm: Fix failure in qce_close
by Mona Hossain
· 12 years ago
781e175
crypto: msm: Fix kmalloc() with GFP_KERNEL flag issue in irq.
by Mona Hossain
· 12 years ago
47b2222
crypto: msm: Replace sg API with scatterwalk_sg_ API
by Mona Hossain
· 12 years ago
f535c86
crypto: msm: Fix issue of crypto driver referencing pdev->id
by Mona Hossain
· 12 years ago
4453df7
Merge "crypto: msm: Fix HW register addresses"
by Linux Build Service Account
· 12 years ago
289cbee
crypto: msm: Fix HW register addresses
by Mona Hossain
· 12 years ago
30b81fd
crypto: msm: Fix driver crash when running AES-CBC decryption
by Mona Hossain
· 12 years ago
Next »