Sign in
android-kvm
/
linux
/
a92bb546cff0b31d96d5919ebfeda9c678756b42
/
drivers
/
staging
/
ccree
737aed9
staging: ccree: save ciphertext for CTS IV
by Gilad Ben-Yossef
· 8 years ago
22d82cb
staging: ccree: constify dev_pm_ops structures.
by Arvind Yadav
· 8 years ago
8bf4851
staging: ccree: Use sizeof(variable) in memory allocs
by Simon Sandström
· 8 years ago
a7b1ba2
staging: ccree: Fix unnecessary NULL check before kfree'ing it
by Suniel Mahesh
· 8 years ago
4a457c1
staging: ccree: remove func name from log messages
by Gilad Ben-Yossef
· 8 years ago
2847142
staging: ccree: Fix alignment issues in ssi_request_mgr.c
by Simon Sandström
· 8 years ago
e7ced77
staging: ccree: Fix alignment issues in ssi_ivgen.c
by Simon Sandström
· 8 years ago
32fabb0
staging: ccree: Fix alignment issues in ssi_cipher.c
by Simon Sandström
· 8 years ago
4ff66c4
staging: ccree: Fix alignment issues in ssi_buffer_mgr.c
by Simon Sandström
· 8 years ago
3151c1d
staging: ccree: Fix alignment issues in ssi_hash.c
by Simon Sandström
· 8 years ago
bb1b78c
staging: ccree: Fix alignment issues in ssi_aead.c
by Simon Sandström
· 8 years ago
5311678
drivers: staging: ccree: use __func__ to get function name in error messages.
by Dhananjay Balan
· 8 years ago
187645e
staging: ccree: move comment to fit coding style
by Bincy K Philip
· 8 years ago
04f682b
staging: ccree: remove whitespace before a quoted newline
by Gilad Ben-Yossef
· 8 years ago
b71ad22
staging: ccree: avoid unnecessary line continuation
by Gilad Ben-Yossef
· 8 years ago
079a717
staging: ccree: avoid constant comparison
by Gilad Ben-Yossef
· 8 years ago
698592e
staging: ccree: CamelCase to snake_case in aead struct
by Gilad Ben-Yossef
· 8 years ago
42886fa
staging: ccree: CamelCase to snake_case in func vars
by Gilad Ben-Yossef
· 8 years ago
0fca74f
staging: ccree: use proper printk format for dma_addr_t
by Gilad Ben-Yossef
· 8 years ago
9006ec2
staging: ccree: clean up struct ssi_aead_ctx
by Gilad Ben-Yossef
· 8 years ago
cb9c79a
staging: ccree remove unnecessary parentheses
by Gilad Ben-Yossef
· 8 years ago
55c0698
staging: ccree: Fix alignment issues in ssi_sysfs.c
by Simon Sandström
· 8 years ago
5c6ffda
staging: ccree: Fix alignment issues in ssi_sram_mgr.c
by Simon Sandström
· 8 years ago
db9cbea
staging: ccree: Fix alignment issues in ssi_request_mgr.c
by Simon Sandström
· 8 years ago
9ac8a45
staging: ccree: Fix alignment issues in ssi_ivgen.c
by Simon Sandström
· 8 years ago
8426423
staging: ccree: Fix alignment issues in ssi_driver.c
by Simon Sandström
· 8 years ago
22aa4c9
staging: ccree: Fix alignment issues in ssi_cipher.c
by Simon Sandström
· 8 years ago
5dff9f5
staging: ccree: Fix alignment issues in ssi_buffer_mgr.c
by Simon Sandström
· 8 years ago
b7e607b
staging: ccree: move FIPS support to kernel infrastructure
by Gilad Ben-Yossef
· 8 years ago
07642a0
staging: ccree: fix switch case indentation
by Tyler Olivieri
· 8 years ago
9c0d872
staging: ccree: export symbol immediately following function
by Tyler Olivieri
· 8 years ago
462ba38
staging: ccree: remove assignement in conditional
by Tyler Olivieri
· 8 years ago
85420e0
staging: ccree: fix placement of curly braces
by Tyler Olivieri
· 8 years ago
113f0d6
staging: ccree: remove redudant semicolons
by Tyler Olivieri
· 8 years ago
4a73bb4
staging: ccree: use sizeof(*var) in kmalloc
by Gustavo A. R. Silva
· 8 years ago
60ba7c7
staging: ccree: remove unnecessary cast on kmalloc
by Gustavo A. R. Silva
· 8 years ago
f7d0879
staging: ccree: Use __func__ instead of function name
by Karthik Tummala
· 8 years ago
fb0cb50
staging: ccree: fix block comment style
by Gilad Ben-Yossef
· 8 years ago
492ddcb
staging: ccree: remove/add (un)needed blank lines
by Gilad Ben-Yossef
· 8 years ago
e8e5110
staging: ccree: remove unused type CCFipsSyncStatus_t
by Gilad Ben-Yossef
· 8 years ago
dff5e61
staging: ccree: remove custom type ssi_fips_state_t
by Gilad Ben-Yossef
· 8 years ago
8422f11
staging: ccree: remove custom type ssi_fips_error_t
by Gilad Ben-Yossef
· 8 years ago
1de8f59
staging: ccree: remove custom type tdes_keys_t
by Gilad Ben-Yossef
· 8 years ago
d32a0b6
staging: ccree: fix pointer location
by Gilad Ben-Yossef
· 8 years ago
6191eb1
staging: ccree: remove comparisons to NULL
by Gilad Ben-Yossef
· 8 years ago
44c891a
staging: ccree: fix unmatched if/else braces
by Gilad Ben-Yossef
· 8 years ago
a8f6cba
staging: ccree: no need for braces for single statements
by Gilad Ben-Yossef
· 8 years ago
b4562b6
staging: ccree: remove redundant blank lines
by Gilad Ben-Yossef
· 8 years ago
8683e62
staging: ccree: fix else placement
by Gilad Ben-Yossef
· 8 years ago
7331916
staging: ccree: drop comparsion to true/false
by Gilad Ben-Yossef
· 8 years ago
e7258b6
staging: ccree: fix missing or redundant spaces
by Gilad Ben-Yossef
· 8 years ago
0f2f02d
staging: ccree: use signal safe completion wait
by Gilad Ben-Yossef
· 8 years ago
d255b34
staging: ccree: add DT bus coherency detection
by Gilad Ben-Yossef
· 8 years ago
675ef02
staging: ccree: add clock management support
by Gilad Ben-Yossef
· 8 years ago
b091fad
staging: ccree: remove unused function
by Gilad Ben-Yossef
· 8 years ago
c51831b
staging: ccree: register setkey for none hash macs
by Gilad Ben-Yossef
· 8 years ago
454527d
staging: ccree: fix hash import/export
by Gilad Ben-Yossef
· 8 years ago
d4f3d4b
staging: ccree: removed spaces after opening parentheses.
by Jeremy Sowden
· 8 years ago
4f71fec
staging: ccree: - style fix, spaces and tabs
by Derek Robson
· 8 years ago
2bd2515
staging: ccree: move else to follow close brace '}'
by Jhih-Ming Hunag
· 8 years ago
fe2d182
staging: ccree: remove improper space
by Jhih-Ming Hunag
· 8 years ago
134a8ca
staging: ccree: move * to close variable name instead of type.
by Jhih-Ming Hunag
· 8 years ago
4e09b07
staging: ccree: move '{' to next line for function.
by Jhih-Ming Hunag
· 8 years ago
b803d57
staging: ccree: move brace { to previous line for if.
by Jhih-Ming Hunag
· 8 years ago
b9778d9
Staging: ccree: add space around comma, brace and operator.
by Jhih-Ming Hunag
· 8 years ago
7bf1e44
Merge 4.12-rc5 into staging-next
by Greg Kroah-Hartman
· 8 years ago
26f4b1f
staging: ccree: fix buffer copy
by Gilad Ben-Yossef
· 8 years ago
1d80d1b
staging: ccree: fix spelling mistake: "chanined" -> "chained"
by Colin Ian King
· 8 years ago
b52fb14
staging: ccree: remove descriptor context definitions
by Gilad Ben-Yossef
· 8 years ago
da38a83
staging: ccree: remove last remnants of sblkcipher
by Gilad Ben-Yossef
· 8 years ago
d3eff57
staging: ccree: remove last remnants of sash algo
by Gilad Ben-Yossef
· 8 years ago
087fabd
staging: ccree: fix wrong whitespace usage
by Gilad Ben-Yossef
· 8 years ago
ee15d16
staging: ccree: remove spurious blank line
by Gilad Ben-Yossef
· 8 years ago
1c0cccd
staging: ccree: remove dead code
by Gilad Ben-Yossef
· 8 years ago
ef78342
staging: ccree: drop no longer used macro
by Gilad Ben-Yossef
· 8 years ago
84d69a7
staging: ccree: use snake_case for hash enums
by Gilad Ben-Yossef
· 8 years ago
c928f1d
staging: ccree: remove unused struct
by Gilad Ben-Yossef
· 8 years ago
ed74439
staging: ccree: remove custom bitfield macros
by Gilad Ben-Yossef
· 8 years ago
37a99c9
staging: ccree: move request_mgr to generic bitfield ops
by Gilad Ben-Yossef
· 8 years ago
7f821f0
staging: ccree: remove cycle count debug support
by Gilad Ben-Yossef
· 8 years ago
841d1d8
staging: ccree: remove unused debug macros
by Gilad Ben-Yossef
· 8 years ago
b953295
staging: ccree: move M/LLI defines to header file
by Gilad Ben-Yossef
· 8 years ago
c6f7f2f
staging: ccree: refactor LLI access macros
by Gilad Ben-Yossef
· 8 years ago
13ddf62
staging: ccree: remove 48 bit dma addr sim
by Gilad Ben-Yossef
· 8 years ago
8b64e51
staging: ccree: refactor HW command FIFO access
by Gilad Ben-Yossef
· 8 years ago
6562e7d
staging: ccree: replace bit shift with BIT macro
by Gilad Ben-Yossef
· 8 years ago
ed5210c
Drivers: ccree: cc_hw_queue_defs.h - align block comments
by Derek Robson
· 8 years ago
f6858e9
Drivers: ccree: cc_regs.h - align block comments
by Derek Robson
· 8 years ago
ebe22ec
Drivers: ccree: hash_defs.h - align block comments
by Derek Robson
· 8 years ago
f4e929b
Drivers: ccree: ssi_aead.c - align block comments
by Derek Robson
· 8 years ago
f5bd89b
Drivers: ccree: ssi_aead.h - align block comments
by Derek Robson
· 8 years ago
2686444
Drivers: ccree: ssi_buffer_mgr.c - align block comments
by Derek Robson
· 8 years ago
84e8a6c
Drivers: ccree: ssi_buffer_mgr.h - align block comments
by Derek Robson
· 8 years ago
ef5d7bd
Drivers: ccree: ssi_cipher.h - align block comments
by Derek Robson
· 8 years ago
f892b06
Drivers: ccree: ssi_config.h - align block comments
by Derek Robson
· 8 years ago
250a00a
Drivers: ccree: ssi_driver.h - align block comments
by Derek Robson
· 8 years ago
3a82eb6
Drivers: ccree: ssi_fips.c - align block comments
by Derek Robson
· 8 years ago
cbff760
Drivers: ccree: ssi_fips.h - align block comments
by Derek Robson
· 8 years ago
7c3a293
Drivers: ccree: ssi_fips_data.h - align block comments
by Derek Robson
· 8 years ago
f77aa70
Drivers: ccree: ssi_fips_ext.c - align block comments
by Derek Robson
· 8 years ago
Next »