Home | History | Annotate | Download | only in default

Lines Matching refs:crypto_sign

1097         if (crypto_sign(sm, &smlen, (const unsigned char *)test_data[i].m, i,
1099 printf("crypto_sign() failure: [%u]\n", i);
1163 if (crypto_sign(sm, &smlen, sm, i, skpk) != 0) {
1164 printf("crypto_sign() with overlap failed\n");