summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Only look up the sign_hash algorithm onceMiloslav Trmač2010-07-243-9/+5
* Replace _ncr_algo_to_str by direct accessesMiloslav Trmač2010-07-244-30/+10
* Replace _ncr_algo_digest_size by direct accessesMiloslav Trmač2010-07-249-30/+11
* Use algo_properties_st in hash_is_validMiloslav Trmač2010-07-2413-14/+14
* Use algo_properties_st in hash_memory_multiMiloslav Trmač2010-07-245-9/+9
* Use algo_properties_st in hash_memoryMiloslav Trmač2010-07-245-11/+11
* Use algo_properties_st in pkcs_1_mgf1Miloslav Trmač2010-07-246-12/+12
* Use algo_properties_st in pkcs_1_pss_decodeMiloslav Trmač2010-07-243-8/+8
* Use algo_properties_st in pkcs_1_oaep_decodeMiloslav Trmač2010-07-243-10/+10
* Use algo_properties_st in pkcs_1_pss_encodeMiloslav Trmač2010-07-243-8/+8
* Use algo_properties_st in pkcs_1_oaep_encodeMiloslav Trmač2010-07-243-11/+13
* Use algo_properties_st in hash_get_oidMiloslav Trmač2010-07-244-5/+7
* Replace algo_can_*, algo_needs_iv with direct accessesMiloslav Trmač2010-07-241-62/+5
* Use algo_properties_st in rsa_verify_hash_exMiloslav Trmač2010-07-243-9/+10
* Use algo_properties_st in rsa_sign_hash_exMiloslav Trmač2010-07-243-9/+10
* Use algo_properties_st in rsa_decrypt_key_exMiloslav Trmač2010-07-243-8/+9
* Use algo_properties_st in rsa_encrypt_key_exMiloslav Trmač2010-07-243-8/+11
* Use algo_properties_st in ncr_key_params_get_sign_hashMiloslav Trmač2010-07-243-19/+20
* Use algo_properties_st in ncr_pk_generateMiloslav Trmač2010-07-243-7/+6
* Use algo_properties_st in ncr_pk_ctx.oaep_hashMiloslav Trmač2010-07-242-6/+10
* Use algo_properties_st in ncr_pk_ctx.sign_hashMiloslav Trmač2010-07-242-4/+12
* Use algo_properties_st in ncr_pk_ctx.algorithmMiloslav Trmač2010-07-243-12/+12
* Replace ncr_algoritm_to_key_type by a struct memberMiloslav Trmač2010-07-244-55/+50
* Use algo_properties_st in ncr_algorithm_to_key_typeMiloslav Trmač2010-07-243-6/+12
* Use algo_properties_st in key_item_stMiloslav Trmač2010-07-245-15/+34
* Use algo_properties_st in session_item_stMiloslav Trmač2010-07-242-37/+27
* Rename algo_properties_st members for better readabilityMiloslav Trmač2010-07-242-19/+19
* Make algo_properties_st public inside the moduleMiloslav Trmač2010-07-242-11/+13
* No need for type of params.Nikos Mavrogiannopoulos2010-07-231-7/+3
* Splitted key from key_params structure. Also separated dsa from rsa structure...Nikos Mavrogiannopoulos2010-07-238-47/+86
* Minor fixes in example programs.Nikos Mavrogiannopoulos2010-07-232-9/+11
* Append_flag was removed.Nikos Mavrogiannopoulos2010-07-234-51/+6
* Revert "initial support for userspace data."Nikos Mavrogiannopoulos2010-07-2314-770/+187
* Revert "Modified NCR-USER API to "simplify" and allow setting of size of data...Nikos Mavrogiannopoulos2010-07-2312-1242/+105
* Fix error handling in cryptodev_hash_initMiloslav Trmač2010-07-211-1/+3
* Fix more incorrect copy_*_user error handlingMiloslav Trmač2010-07-211-5/+10
* Modified NCR-USER API to "simplify" and allow setting of size of data structu...Nikos Mavrogiannopoulos2010-07-2112-105/+1242
* der_en/decode_subject_public_key_info were moved to x509/ subdirectory.Nikos Mavrogiannopoulos2010-07-213-2/+2
* initial support for userspace data.Nikos Mavrogiannopoulos2010-07-2114-187/+770
* Public Keys are being exported to SubjectPublicKeyInfo format, instead of cus...Nikos Mavrogiannopoulos2010-07-1913-88/+437
* hash_reset() was combined with hash_init() to avoid requiring two calls for h...Nikos Mavrogiannopoulos2010-07-194-24/+7
* Implemented RSA blinding.Nikos Mavrogiannopoulos2010-07-191-4/+38
* updated.Nikos Mavrogiannopoulos2010-07-191-0/+1
* Fixed RSA encryption and decryption.Nikos Mavrogiannopoulos2010-07-193-72/+232
* Added NULL cipher and a speed program to compare old cryptodev operations and...Nikos Mavrogiannopoulos2010-07-193-7/+130
* Added CAMELLIA-ECB and AES-CTR as well as CAMELLIA-CTR.Nikos Mavrogiannopoulos2010-07-192-2/+10
* Backported zero copy /dev/crypto operations from master.Nikos Mavrogiannopoulos2010-07-193-107/+442
* Don't recompile cryptodev_main.o all the timeMiloslav Trmač2010-07-191-1/+4
* Initialize hash name for NCR_OP_DIGESTMiloslav Trmač2010-07-191-0/+6
* Only set [ch]data->init = 1 on success.Miloslav Trmač2010-07-191-5/+2