Searched refs:rsa_decrypt_key (Results 1 – 9 of 9) sorted by relevance
/external/dropbear/libtomcrypt/testprof/ |
D | rsa_test.c | 195 DO(rsa_decrypt_key(out, len, tmp, &len2, NULL, 0, hash_idx, &stat2, &key)); in rsa_test() 204 DO(rsa_decrypt_key(out, len, tmp, &len2, NULL, 0, hash_idx, &stat, &key)); in rsa_test() 240 DO(rsa_decrypt_key(out, len, tmp, &len2, lparam, sizeof(lparam), hash_idx, &stat2, &key)); in rsa_test() 249 DO(rsa_decrypt_key(out, len, tmp, &len2, lparam, sizeof(lparam), hash_idx, &stat, &key)); in rsa_test()
|
D | x86_prof.c | 867 …if ((err = rsa_decrypt_key(buf[1], z, buf[0], &zzz, (const unsigned char *)"testprog", 8, find_ha… in time_rsa()
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_pk.h | 51 #define rsa_decrypt_key(_in, _inlen, _out, _outlen, _lparam, _lparamlen, _hash_idx, _stat, _key) \ macro
|
/external/dropbear/libtomcrypt/ |
D | makefile.msvc | 109 src/pk/pkcs1/pkcs_1_v1_5_encode.obj src/pk/rsa/rsa_decrypt_key.obj src/pk/rsa/rsa_encrypt_key.obj \
|
D | makefile.unix | 145 src/pk/pkcs1/pkcs_1_v1_5_encode.o src/pk/rsa/rsa_decrypt_key.o src/pk/rsa/rsa_encrypt_key.o \
|
D | makefile.icc | 199 src/pk/pkcs1/pkcs_1_v1_5_encode.o src/pk/rsa/rsa_decrypt_key.o src/pk/rsa/rsa_encrypt_key.o \
|
D | makefile.shared | 204 src/pk/pkcs1/pkcs_1_v1_5_encode.o src/pk/rsa/rsa_decrypt_key.o src/pk/rsa/rsa_encrypt_key.o \
|
D | changes | 514 -- Added missing prng check to rsa_decrypt_key() [not critical as I don't use 560 -- "Zhi Chen" <zhi@massiveincorporated.com> pointed out that rsa_decrypt_key() requires 789 v0.84 -- Removed a 4KB buffer from rsa_decrypt_key that wasn't being used no more 802 -- Fixed two serious bugs in rsa_decrypt_key and rsa_verify_hash that would allow a trivialy
|
D | crypt.tex | 3349 int rsa_decrypt_key( 3546 if ((err = rsa_decrypt_key(out, /* encrypted data */ 3556 printf("rsa_decrypt_key %s", error_to_string(err));
|