Home | History | Annotate | Download | only in veriexecctl

Lines Matching refs:qp

124 print_query(prop_dictionary_t qp, char *file)
137 prop_dictionary_get_uint8(qp, "entry-type", &u8);
141 prop_dictionary_get_uint8(qp, "status", &u8);
143 printf("Fingerprint algorithm: %s\n", dict_gets(qp, "fp-type"));
145 v = dict_getd(qp, "fp");
146 for (i = 0; i < prop_data_size(prop_dictionary_get(qp, "fp")); i++)
280 prop_dictionary_t qp, rqp;
283 qp = prop_dictionary_create();
285 dict_sets(qp, "file", argv[1]);
287 r = prop_dictionary_sendrecv_ioctl(qp, gfd, VERIEXEC_QUERY,
301 prop_object_release(qp);