Searched refs:devcert (Results 1 - 2 of 2) sorted by relevance

/external/libmtp/examples/
H A Ddetect.c122 char *devcert; local
191 ret = LIBMTP_Get_Device_Certificate(device, &devcert);
192 if (ret == 0 && devcert != NULL) {
193 fprintf(stdout, "\nDevice Certificate:\n%s\n", devcert);
194 free(devcert);
/external/libmtp/src/
H A Dlibmtp.c3626 * @param devcert the device certificate as an XML string or NULL if the call
3631 int LIBMTP_Get_Device_Certificate(LIBMTP_mtpdevice_t *device, char ** const devcert) argument
3633 return get_device_unicode_property(device, devcert, PTP_DPC_MTP_DeviceCertificate);

Completed in 834 milliseconds