HomeSort by relevance Sort by last modified time
    Searched refs:rsa_decrypt_key (Results 1 - 4 of 4) sorted by null

  /external/dropbear/libtomcrypt/testprof/
rsa_test.c 195 DO(rsa_decrypt_key(out, len, tmp, &len2, NULL, 0, hash_idx, &stat2, &key));
204 DO(rsa_decrypt_key(out, len, tmp, &len2, NULL, 0, hash_idx, &stat, &key));
206 fprintf(stderr, "rsa_decrypt_key failed");
240 DO(rsa_decrypt_key(out, len, tmp, &len2, lparam, sizeof(lparam), hash_idx, &stat2, &key));
249 DO(rsa_decrypt_key(out, len, tmp, &len2, lparam, sizeof(lparam), hash_idx, &stat, &key));
251 fprintf(stderr, "rsa_decrypt_key failed");
255 fprintf(stderr, "rsa_decrypt_key mismatch len %lu", len2);
x86_prof.c 867 if ((err = rsa_decrypt_key(buf[1], z, buf[0], &zzz, (const unsigned char *)"testprog", 8, find_hash("sha1"),
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_pk.h 51 #define rsa_decrypt_key(_in, _inlen, _out, _outlen, _lparam, _lparamlen, _hash_idx, _stat, _key) \ macro
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 900 milliseconds