index
:
cryptodev-linux.git
bugfixes
integration
master
sockets
userspace
Kernel crypto API for user space
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only look up the sign_hash algorithm once
Miloslav Trmač
2010-07-24
3
-9
/
+5
*
Replace _ncr_algo_to_str by direct accesses
Miloslav Trmač
2010-07-24
4
-30
/
+10
*
Replace _ncr_algo_digest_size by direct accesses
Miloslav Trmač
2010-07-24
9
-30
/
+11
*
Use algo_properties_st in hash_is_valid
Miloslav Trmač
2010-07-24
13
-14
/
+14
*
Use algo_properties_st in hash_memory_multi
Miloslav Trmač
2010-07-24
5
-9
/
+9
*
Use algo_properties_st in hash_memory
Miloslav Trmač
2010-07-24
5
-11
/
+11
*
Use algo_properties_st in pkcs_1_mgf1
Miloslav Trmač
2010-07-24
6
-12
/
+12
*
Use algo_properties_st in pkcs_1_pss_decode
Miloslav Trmač
2010-07-24
3
-8
/
+8
*
Use algo_properties_st in pkcs_1_oaep_decode
Miloslav Trmač
2010-07-24
3
-10
/
+10
*
Use algo_properties_st in pkcs_1_pss_encode
Miloslav Trmač
2010-07-24
3
-8
/
+8
*
Use algo_properties_st in pkcs_1_oaep_encode
Miloslav Trmač
2010-07-24
3
-11
/
+13
*
Use algo_properties_st in hash_get_oid
Miloslav Trmač
2010-07-24
4
-5
/
+7
*
Replace algo_can_*, algo_needs_iv with direct accesses
Miloslav Trmač
2010-07-24
1
-62
/
+5
*
Use algo_properties_st in rsa_verify_hash_ex
Miloslav Trmač
2010-07-24
3
-9
/
+10
*
Use algo_properties_st in rsa_sign_hash_ex
Miloslav Trmač
2010-07-24
3
-9
/
+10
*
Use algo_properties_st in rsa_decrypt_key_ex
Miloslav Trmač
2010-07-24
3
-8
/
+9
*
Use algo_properties_st in rsa_encrypt_key_ex
Miloslav Trmač
2010-07-24
3
-8
/
+11
*
Use algo_properties_st in ncr_key_params_get_sign_hash
Miloslav Trmač
2010-07-24
3
-19
/
+20
*
Use algo_properties_st in ncr_pk_generate
Miloslav Trmač
2010-07-24
3
-7
/
+6
*
Use algo_properties_st in ncr_pk_ctx.oaep_hash
Miloslav Trmač
2010-07-24
2
-6
/
+10
*
Use algo_properties_st in ncr_pk_ctx.sign_hash
Miloslav Trmač
2010-07-24
2
-4
/
+12
*
Use algo_properties_st in ncr_pk_ctx.algorithm
Miloslav Trmač
2010-07-24
3
-12
/
+12
*
Replace ncr_algoritm_to_key_type by a struct member
Miloslav Trmač
2010-07-24
4
-55
/
+50
*
Use algo_properties_st in ncr_algorithm_to_key_type
Miloslav Trmač
2010-07-24
3
-6
/
+12
*
Use algo_properties_st in key_item_st
Miloslav Trmač
2010-07-24
5
-15
/
+34
*
Use algo_properties_st in session_item_st
Miloslav Trmač
2010-07-24
2
-37
/
+27
*
Rename algo_properties_st members for better readability
Miloslav Trmač
2010-07-24
2
-19
/
+19
*
Make algo_properties_st public inside the module
Miloslav Trmač
2010-07-24
2
-11
/
+13
*
No need for type of params.
Nikos Mavrogiannopoulos
2010-07-23
1
-7
/
+3
*
Splitted key from key_params structure. Also separated dsa from rsa structure...
Nikos Mavrogiannopoulos
2010-07-23
8
-47
/
+86
*
Minor fixes in example programs.
Nikos Mavrogiannopoulos
2010-07-23
2
-9
/
+11
*
Append_flag was removed.
Nikos Mavrogiannopoulos
2010-07-23
4
-51
/
+6
*
Revert "initial support for userspace data."
Nikos Mavrogiannopoulos
2010-07-23
14
-770
/
+187
*
Revert "Modified NCR-USER API to "simplify" and allow setting of size of data...
Nikos Mavrogiannopoulos
2010-07-23
12
-1242
/
+105
*
Fix error handling in cryptodev_hash_init
Miloslav Trmač
2010-07-21
1
-1
/
+3
*
Fix more incorrect copy_*_user error handling
Miloslav Trmač
2010-07-21
1
-5
/
+10
*
Modified NCR-USER API to "simplify" and allow setting of size of data structu...
Nikos Mavrogiannopoulos
2010-07-21
12
-105
/
+1242
*
der_en/decode_subject_public_key_info were moved to x509/ subdirectory.
Nikos Mavrogiannopoulos
2010-07-21
3
-2
/
+2
*
initial support for userspace data.
Nikos Mavrogiannopoulos
2010-07-21
14
-187
/
+770
*
Public Keys are being exported to SubjectPublicKeyInfo format, instead of cus...
Nikos Mavrogiannopoulos
2010-07-19
13
-88
/
+437
*
hash_reset() was combined with hash_init() to avoid requiring two calls for h...
Nikos Mavrogiannopoulos
2010-07-19
4
-24
/
+7
*
Implemented RSA blinding.
Nikos Mavrogiannopoulos
2010-07-19
1
-4
/
+38
*
updated.
Nikos Mavrogiannopoulos
2010-07-19
1
-0
/
+1
*
Fixed RSA encryption and decryption.
Nikos Mavrogiannopoulos
2010-07-19
3
-72
/
+232
*
Added NULL cipher and a speed program to compare old cryptodev operations and...
Nikos Mavrogiannopoulos
2010-07-19
3
-7
/
+130
*
Added CAMELLIA-ECB and AES-CTR as well as CAMELLIA-CTR.
Nikos Mavrogiannopoulos
2010-07-19
2
-2
/
+10
*
Backported zero copy /dev/crypto operations from master.
Nikos Mavrogiannopoulos
2010-07-19
3
-107
/
+442
*
Don't recompile cryptodev_main.o all the time
Miloslav Trmač
2010-07-19
1
-1
/
+4
*
Initialize hash name for NCR_OP_DIGEST
Miloslav Trmač
2010-07-19
1
-0
/
+6
*
Only set [ch]data->init = 1 on success.
Miloslav Trmač
2010-07-19
1
-5
/
+2
[next]