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

  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_pk.h 54 #define rsa_sign_hash(_in, _inlen, _out, _outlen, _prng, _prng_idx, _hash_idx, _saltlen, _key) \ macro
  /external/dropbear/libtomcrypt/testprof/
rsa_test.c 280 DO(rsa_sign_hash(in, 20, out, &len, &yarrow_prng, prng_idx, hash_idx, 0, &key));
338 DO(rsa_sign_hash(in, 20, out, &len, &yarrow_prng, prng_idx, hash_idx, 8, &privKey));
x86_prof.c 887 if ((err = rsa_sign_hash(buf[0], 20, buf[1], &z, &yarrow_prng,
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 72 milliseconds