Home
last modified time | relevance | path

Searched refs:rsa_decrypt_key (Results 1 – 9 of 9) sorted by relevance

/external/dropbear/libtomcrypt/testprof/
Drsa_test.c195 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()
Dx86_prof.c867 …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/
Dtomcrypt_pk.h51 #define rsa_decrypt_key(_in, _inlen, _out, _outlen, _lparam, _lparamlen, _hash_idx, _stat, _key) \ macro
/external/dropbear/libtomcrypt/
Dmakefile.msvc109 src/pk/pkcs1/pkcs_1_v1_5_encode.obj src/pk/rsa/rsa_decrypt_key.obj src/pk/rsa/rsa_encrypt_key.obj \
Dmakefile.unix145 src/pk/pkcs1/pkcs_1_v1_5_encode.o src/pk/rsa/rsa_decrypt_key.o src/pk/rsa/rsa_encrypt_key.o \
Dmakefile.icc199 src/pk/pkcs1/pkcs_1_v1_5_encode.o src/pk/rsa/rsa_decrypt_key.o src/pk/rsa/rsa_encrypt_key.o \
Dmakefile.shared204 src/pk/pkcs1/pkcs_1_v1_5_encode.o src/pk/rsa/rsa_decrypt_key.o src/pk/rsa/rsa_encrypt_key.o \
Dchanges514 -- 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
Dcrypt.tex3349 int rsa_decrypt_key(
3546 if ((err = rsa_decrypt_key(out, /* encrypted data */
3556 printf("rsa_decrypt_key %s", error_to_string(err));