Lines Matching full:null
41 NULL); in test_secret_direct()
56 char *fname = NULL; in test_secret_indirect_good()
59 NULL); in test_secret_indirect_good()
72 NULL); in test_secret_indirect_good()
93 NULL, in test_secret_indirect_badfile()
95 NULL); in test_secret_indirect_badfile()
97 g_assert(sec == NULL); in test_secret_indirect_badfile()
104 char *fname = NULL; in test_secret_indirect_emptyfile()
107 NULL); in test_secret_indirect_emptyfile()
118 NULL); in test_secret_indirect_emptyfile()
154 NULL); in test_secret_keyring_good()
180 NULL, in test_secret_keyring_revoked_key()
182 NULL); in test_secret_keyring_revoked_key()
185 g_assert(sec == NULL); in test_secret_keyring_revoked_key()
206 NULL, in test_secret_keyring_expired_key()
208 NULL); in test_secret_keyring_expired_key()
211 g_assert(sec == NULL); in test_secret_keyring_expired_key()
225 NULL, in test_secret_keyring_bad_serial_key()
227 NULL); in test_secret_keyring_bad_serial_key()
230 g_assert(sec == NULL); in test_secret_keyring_bad_serial_key()
262 NULL, in test_secret_keyring_bad_key_access_right()
264 NULL); in test_secret_keyring_bad_key_access_right()
267 g_assert(sec == NULL); in test_secret_keyring_bad_key_access_right()
283 NULL); in test_secret_noconv_base64_good()
301 NULL, in test_secret_noconv_base64_bad()
304 NULL); in test_secret_noconv_base64_bad()
306 g_assert(sec == NULL); in test_secret_noconv_base64_bad()
319 NULL); in test_secret_noconv_utf8()
340 NULL); in test_secret_conv_base64_utf8valid()
361 NULL); in test_secret_conv_base64_utf8invalid()
364 NULL); in test_secret_conv_base64_utf8invalid()
365 g_assert(pw == NULL); in test_secret_conv_base64_utf8invalid()
379 NULL); in test_secret_conv_utf8_base64()
400 NULL); in test_secret_crypt_raw()
411 NULL); in test_secret_crypt_raw()
433 NULL); in test_secret_crypt_base64()
443 NULL); in test_secret_crypt_base64()
465 NULL); in test_secret_crypt_short_key()
470 NULL, in test_secret_crypt_short_key()
475 NULL); in test_secret_crypt_short_key()
477 g_assert(sec == NULL); in test_secret_crypt_short_key()
491 NULL); in test_secret_crypt_short_iv()
496 NULL, in test_secret_crypt_short_iv()
501 NULL); in test_secret_crypt_short_iv()
503 g_assert(sec == NULL); in test_secret_crypt_short_iv()
517 NULL); in test_secret_crypt_missing_iv()
522 NULL, in test_secret_crypt_missing_iv()
526 NULL); in test_secret_crypt_missing_iv()
528 g_assert(sec == NULL); in test_secret_crypt_missing_iv()
542 NULL); in test_secret_crypt_bad_iv()
547 NULL, in test_secret_crypt_bad_iv()
552 NULL); in test_secret_crypt_bad_iv()
554 g_assert(sec == NULL); in test_secret_crypt_bad_iv()
562 g_test_init(&argc, &argv, NULL); in main()
564 g_assert(qcrypto_init(NULL) == 0); in main()