aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/sec.c
Commit message (Collapse)AuthorAgeFilesLines
* sec: RSIM access extract helperPaul Kocialkowski2014-08-041-0/+31
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* sec: Size function for helpers that return data with non-explicit sizePaul Kocialkowski2014-08-031-1/+19
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* sec: RSIM access helperPaul Kocialkowski2014-07-261-0/+30
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* sec: Maximum password size is not so much the size of the size elementPaul Kocialkowski2014-07-031-4/+4
| | | | | | Kids, don't drink and codeā€¦ Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* sec: Cleanup memory before usePaul Kocialkowski2014-07-031-0/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* sec: Proper prefixes and unused function removalPaul Kocialkowski2014-07-031-17/+0
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* sec: Actually copy the PIN lengthsPaul Kocialkowski2014-06-181-0/+2
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Extract in helpers namingPaul Kocialkowski2014-02-111-1/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Consistent coding style in helpersPaul Kocialkowski2014-02-091-65/+95
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Prefer official Samsung IPC protocol namesPaul Kocialkowski2014-02-081-3/+3
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Follow consistent coding style in headersPaul Kocialkowski2014-02-061-20/+20
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Good-looking copyright blocks, with the right order in copyright linesPaul Kocialkowski2014-01-251-1/+0
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Add newline and indentation on long functions namesPaul Kocialkowski2013-06-251-4/+4
| | | | | Change-Id: Ie393301a04523816e7aa674e57a4c3a2eb93247e Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Refactor code for consistent coding style and avoid using assertPaul Kocialkowski2013-06-251-14/+15
| | | | | Change-Id: Idca5edb70869e07d35744301b185df02e42f5b4c Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Moved radio.h and types.h to samsung-ipc.h (API) and protocol.h (IPC protocol).Paul Kocialkowski2013-06-251-1/+1
| | | | | | | Also some minor headers cosmetics. Change-Id: Id2b988b118d956e91827b9b840e3f384424593ae Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* switch to GPLv2+ as license as decided by all authors per mailSimon Busch2012-09-211-1/+1
|
* sec: add setup method for ipc_sec_change_locking_pw_set message typeSimon Busch2012-09-091-0/+18
|
* sec: add setup method for ipc_sec_phone_lock_set message typeSimon Busch2012-09-091-0/+13
|
* sec: refactor type naming to be clean and not misleadingSimon Busch2012-08-291-0/+10
|
* Removed SIM IO data and functions: handled by upper-layer code.PaulK2011-10-291-260/+0
| | | | Also fixed DEVICE_ define (though, it's more relevant on RIL's Android.mk)
* Added SIM IO table (from FSO), related helpers, crespo SMS ACK and correctionsPaulK2011-10-291-0/+263
|
* Add vim modeline for uniform indentationSimon Busch2011-10-291-0/+2
| | | | | | | On IRC we agreed to use vim:ts=4:sw=4:expandtab as uniform indentation style for the library. Signed-off-by: Simon Busch <morphis@gravedo.de>
* explicitly cast strncpy parameter to char*Joerie de Gram2011-10-281-2/+2
|
* Corrected Android.mk, crespo_ipc file, some headers and helpers.PaulK2011-10-281-1/+1
|
* Add setup method for ipc_sec_pin_status_set messageSimon Busch2011-10-251-0/+21
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Updates for retrieve imsi and rsim data from response messagesSimon Busch2011-10-241-1/+21
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Various updates and correctionsSimon Busch2011-10-241-0/+33
Signed-off-by: Simon Busch <morphis@gravedo.de>