Home | History | Annotate | Download | only in default

Lines Matching refs:assert

21     assert(crypto_box_curve25519xchacha20poly1305_easy
32 assert(crypto_box_curve25519xchacha20poly1305_easy_afternm
48 assert(crypto_pwhash_str_alg(NULL, "", 0U, 1U, 1U, -1) == -1);
57 assert(crypto_box_easy(NULL, NULL, crypto_stream_xsalsa20_MESSAGEBYTES_MAX,
67 assert(crypto_box_easy_afternm(NULL, NULL, crypto_stream_xsalsa20_MESSAGEBYTES_MAX,
77 assert(sodium_base642bin(NULL, 1, NULL, 1, NULL, NULL, NULL, -1) == -1);
86 assert(sodium_bin2base64(NULL, 1, NULL, 1, sodium_base64_VARIANT_ORIGINAL) == NULL);
95 assert(sodium_bin2base64(NULL, 1, NULL, 1, -1) == NULL);
104 assert(sodium_pad(NULL, NULL, SIZE_MAX, 16, 1) == -1);
113 assert(crypto_aead_xchacha20poly1305_ietf_encrypt(NULL, NULL, NULL, UINT64_MAX,
123 assert(crypto_aead_chacha20poly1305_ietf_encrypt(NULL, NULL, NULL, UINT64_MAX,
133 assert(crypto_aead_chacha20poly1305_encrypt(NULL, NULL, NULL, UINT64_MAX,
156 assert(crypto_kx_server_session_keys(NULL, NULL, NULL, NULL, NULL) == -1);
164 assert(crypto_kx_client_session_keys(NULL, NULL, NULL, NULL, NULL) == -1);