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

  /external/dropbear/libtomcrypt/testprof/
rsa_test.c 291 DO(rsa_verify_hash(out, len, in, 20, hash_idx, 0, &stat, &key));
294 DO(rsa_verify_hash(out, len, in, 20, hash_idx, 0, &stat2, &key));
297 fprintf(stderr, "rsa_verify_hash (unsalted, origKey) failed, %d, %d", stat, stat2);
307 DO(rsa_verify_hash(out, len, in, 20, hash_idx, 0, &stat, &privKey));
310 DO(rsa_verify_hash(out, len, in, 20, hash_idx, 0, &stat2, &privKey));
313 fprintf(stderr, "rsa_verify_hash (unsalted, privKey) failed, %d, %d", stat, stat2);
323 DO(rsa_verify_hash(out, len, in, 20, hash_idx, 0, &stat, &pubKey));
326 DO(rsa_verify_hash(out, len, in, 20, hash_idx, 0, &stat2, &pubKey));
329 fprintf(stderr, "rsa_verify_hash (unsalted, pubkey) failed, %d, %d", stat, stat2);
339 DO(rsa_verify_hash(out, len, in, 20, hash_idx, 8, &stat, &pubKey))
    [all...]
x86_prof.c 906 if ((err = rsa_verify_hash(buf[1], z, buf[0], 20, find_hash("sha1"), 8, &stat, &key)) != CRYPT_OK) {
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_pk.h 57 #define rsa_verify_hash(_sig, _siglen, _hash, _hashlen, _hash_idx, _saltlen, _stat, _key) \ macro
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 85 milliseconds