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");
Indexes created Tue Oct 14 01:09:49 GMT 2025