Lines Matching refs:pubid
50 const char *pubid, const char **value_r, const char **error_r)
55 if (strcmp(pubid, ACTIVE_KEY_NAME) == 0) {
65 pubid);
88 bool user_key, bool shared, const char *pubid,
94 if (strcmp(pubid, ACTIVE_KEY_NAME) == 0) {
104 pubid);
201 const char *pubid;
208 &pubid, &error) < 0) {
213 test_assert(pubid != NULL);
215 test_user_key_id = p_strdup(test_pool, pubid);
238 const char *error = NULL, *pubid = NULL;
253 if (mail_crypt_box_generate_keypair(box, &pair, user_key, &pubid,
259 i_assert(pubid != NULL);
265 test_box_key_id = p_strdup(test_pool, pubid);