Home | History | Annotate | Download | only in testprof

Lines Matching full:stat

815    int           err, zz, stat;
906 if ((err = rsa_verify_hash(buf[1], z, buf[0], 20, find_hash("sha1"), 8, &stat, &key)) != CRYPT_OK) {
910 if (stat == 0) {
1009 int err, stat;
1124 if ((err = ecc_verify_hash(buf[1], z, buf[0], 20, &stat, &key)) != CRYPT_OK) {
1128 if (stat == 0) {