Lines Matching refs:privkey
304 struct dcrypt_private_key *privkey = NULL, *user_key = NULL;
383 test_assert(dcrypt_key_load_private(&privkey, value, NULL, user_key,
387 test_assert(mail_crypt_private_key_id_match(privkey, test_box_key_id,
389 dcrypt_key_unref_private(&privkey);
402 struct dcrypt_private_key *privkey = NULL;
426 &privkey, &error) > 0);
433 test_assert(privkey != NULL);
435 if (privkey != NULL) {
437 test_assert(dcrypt_key_id_private_old(privkey, key_id, &error));
439 dcrypt_key_unref_private(&privkey);