Lines Matching full:null
22 (NULL, NULL, crypto_stream_xchacha20_MESSAGEBYTES_MAX - 1, in sigabrt_handler_14()
23 NULL, NULL, NULL) == -1); in sigabrt_handler_14()
33 (NULL, NULL, crypto_stream_xchacha20_MESSAGEBYTES_MAX - 1, in sigabrt_handler_13()
34 NULL, NULL) == -1); in sigabrt_handler_13()
48 assert(crypto_pwhash_str_alg(NULL, "", 0U, 1U, 1U, -1) == -1); in sigabrt_handler_12()
57 assert(crypto_box_easy(NULL, NULL, crypto_stream_xsalsa20_MESSAGEBYTES_MAX, in sigabrt_handler_11()
58 NULL, NULL, NULL) == -1); in sigabrt_handler_11()
67 assert(crypto_box_easy_afternm(NULL, NULL, crypto_stream_xsalsa20_MESSAGEBYTES_MAX, in sigabrt_handler_10()
68 NULL, NULL) == -1); in sigabrt_handler_10()
77 assert(sodium_base642bin(NULL, 1, NULL, 1, NULL, NULL, NULL, -1) == -1); in sigabrt_handler_9()
86 assert(sodium_bin2base64(NULL, 1, NULL, 1, sodium_base64_VARIANT_ORIGINAL) == NULL); in sigabrt_handler_8()
95 assert(sodium_bin2base64(NULL, 1, NULL, 1, -1) == NULL); in sigabrt_handler_7()
104 assert(sodium_pad(NULL, NULL, SIZE_MAX, 16, 1) == -1); in sigabrt_handler_6()
113 assert(crypto_aead_xchacha20poly1305_ietf_encrypt(NULL, NULL, NULL, UINT64_MAX, in sigabrt_handler_5()
114 NULL, 0, NULL, NULL, NULL) == -1); in sigabrt_handler_5()
123 assert(crypto_aead_chacha20poly1305_ietf_encrypt(NULL, NULL, NULL, UINT64_MAX, in sigabrt_handler_4()
124 NULL, 0, NULL, NULL, NULL) == -1); in sigabrt_handler_4()
133 assert(crypto_aead_chacha20poly1305_encrypt(NULL, NULL, NULL, UINT64_MAX, in sigabrt_handler_3()
134 NULL, 0, NULL, NULL, NULL) == -1); in sigabrt_handler_3()
144 randombytes_buf_deterministic(NULL, 0x4000000001ULL, NULL); in sigabrt_handler_2()
156 assert(crypto_kx_server_session_keys(NULL, NULL, NULL, NULL, NULL) == -1); in sigabrt_handler_1()
164 assert(crypto_kx_client_session_keys(NULL, NULL, NULL, NULL, NULL) == -1); in main()