Searched refs:crypto_sign_open (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | sign.c | 1106 if (crypto_sign_open(m, NULL, sm, smlen, test_data[i].pk) != 0) { in main() 1112 if (crypto_sign_open(m, &mlen, sm, smlen, test_data[i].pk) != -1) { in main() 1117 if (crypto_sign_open(m, &mlen, sm, smlen, test_data[i].pk) != 0) { in main() 1127 if (crypto_sign_open(m, &mlen, sm, smlen, test_data[i].pk) == 0) { in main() 1131 if (crypto_sign_open(m, &mlen, sm, i % crypto_sign_BYTES, in main() 1166 if (crypto_sign_open(sm, &mlen, sm, smlen, test_data[i].pk) != 0) { in main()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/ |
| H A D | crypto_sign.h | 65 int crypto_sign_open(unsigned char *m, unsigned long long *mlen_p,
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_sign/ |
| H A D | crypto_sign.c | 68 crypto_sign_open(unsigned char *m, unsigned long long *mlen_p, in crypto_sign_open() function
|
| /f-stack/freebsd/contrib/libsodium/ |
| H A D | ChangeLog | 11 - `crypto_sign_open()`, `crypto_sign_verify_detached() and 308 - crypto_sign_open() and crypto_sign_edwards25519sha512batch_open() 369 - Important bug fix: when crypto_sign_open() was given a signed
|