/external/openssl/crypto/ocsp/ |
D | ocsp_srv.c | 213 OCSP_RESPID *rid; in OCSP_basic_sign() local 233 rid = brsp->tbsResponseData->responderId; in OCSP_basic_sign() 238 if (!(rid->value.byKey = ASN1_OCTET_STRING_new())) in OCSP_basic_sign() 240 if (!(ASN1_OCTET_STRING_set(rid->value.byKey, md, SHA_DIGEST_LENGTH))) in OCSP_basic_sign() 242 rid->type = V_OCSP_RESPID_KEY; in OCSP_basic_sign() 246 if (!X509_NAME_set(&rid->value.byName, in OCSP_basic_sign() 249 rid->type = V_OCSP_RESPID_NAME; in OCSP_basic_sign()
|
D | ocsp_prn.c | 188 OCSP_RESPID *rid = NULL; in OCSP_RESPONSE_print() local 219 rid = rd->responderId; in OCSP_RESPONSE_print() 220 switch (rid->type) in OCSP_RESPONSE_print() 223 X509_NAME_print_ex(bp, rid->value.byName, 0, XN_FLAG_ONELINE); in OCSP_RESPONSE_print() 226 i2a_ASN1_STRING(bp, rid->value.byKey, V_ASN1_OCTET_STRING); in OCSP_RESPONSE_print()
|
D | ocsp_vfy.c | 166 OCSP_RESPID *rid = bs->tbsResponseData->responderId; in ocsp_find_signer() local 167 if ((signer = ocsp_find_signer_sk(certs, rid))) in ocsp_find_signer() 173 (signer = ocsp_find_signer_sk(bs->certs, rid))) in ocsp_find_signer()
|
/external/qemu/distrib/sdl-1.2.12/src/joystick/bsd/ |
D | SDL_sysjoystick.c | 80 int rid; /* Report ID */ member 297 if (ioctl(fd, USB_GET_REPORT_ID, &rep->rid) < 0) { in SDL_SYS_JoystickOpen() 298 rep->rid = -1; /* XXX */ in SDL_SYS_JoystickOpen() 310 hdata = hid_start_parse(hw->repdesc, 1 << hid_input, rep->rid); in SDL_SYS_JoystickOpen() 449 hdata = hid_start_parse(joy->hwdata->repdesc, 1 << hid_input, rep->rid); in SDL_SYS_JoystickUpdate() 542 len = hid_report_size(rd, r->rid, repinfo[repind].kind); in report_alloc() 546 len = hid_report_size(rd, r->rid, repinfo[repind].kind); in report_alloc() 548 len = hid_report_size(rd, repinfo[repind].kind, r->rid); in report_alloc() 551 len = hid_report_size(rd, repinfo[repind].kind, &r->rid); in report_alloc() 555 len = hid_report_size(rd, repinfo[repind].kind, r->rid); in report_alloc() [all …]
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
D | driver_hostap.h | 87 ((size_t) (&((struct prism2_hostapd_param *) 0)->u.rid.data)) 122 u16 rid; member 125 } rid; member
|
/external/wpa_supplicant/ |
D | driver_hostap.h | 87 ((size_t) (&((struct prism2_hostapd_param *) 0)->u.rid.data)) 122 u16 rid; member 125 } rid; member
|
D | pcsc_funcs.c | 334 unsigned char rid[5]; in scard_get_aid() member 396 efdir->rid, efdir->aid_len); in scard_get_aid() 417 os_memcpy(aid, efdir->rid, efdir->aid_len); in scard_get_aid()
|
/external/openssl/crypto/x509v3/ |
D | v3_genn.c | 142 result = OBJ_cmp(a->d.rid, b->d.rid); in GENERAL_NAME_cmp() 190 a->d.rid = value; in GENERAL_NAME_set0_value() 221 return a->d.rid; in GENERAL_NAME_get0_value()
|
D | v3_alt.c | 170 i2t_ASN1_OBJECT(oline, 256, gen->d.rid); in STACK_OF() 237 i2a_ASN1_OBJECT(out, gen->d.rid); in GENERAL_NAME_print() 466 gen->d.rid = obj; in a2i_GENERAL_NAME()
|
D | x509v3.h | 202 ASN1_OBJECT *rid; /* registeredID */ member
|
/external/qemu/distrib/sdl-1.2.12/src/video/photon/ |
D | SDL_ph_events.c | 80 int rid; in set_motion_sensitivity() local 86 rid = PtWidgetRid(window); in set_motion_sensitivity() 87 if( rid != 0 && PhRegionQuery(rid, ®ion, NULL, NULL, 0) == 0 ) in set_motion_sensitivity()
|
D | SDL_ph_wm.c | 67 windowevent.rid = PtWidgetRid(window); in ph_IconifyWindow()
|
/external/iproute2/ |
D | ChangeLog | 435 * Get rid of old Patches/ directory for tcp_diag module 453 * Get rid of old tcp_diag module, it is part of kernel. 528 * Try and get rid of dependency on kernel include files 529 Get rid of having private glibc-include headers 553 * Get rid of private defintions of network headers which existed
|
/external/webkit/WebCore/platform/text/mac/ |
D | mac-encodings.txt | 2 # It would be nice to get rid of dependence on the TextEncodingConvert entirely.
|
/external/clearsilver/ |
D | README.python | 14 is "really fast" as it gets rid of all of the parsing and loading of
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
D | pcsc_funcs.c | 334 unsigned char rid[5]; in scard_get_aid() member 396 efdir->rid, efdir->aid_len); in scard_get_aid() 417 os_memcpy(aid, efdir->rid, efdir->aid_len); in scard_get_aid()
|
/external/astl/include/ |
D | memory | 107 // rid of this one.
|
/external/chromium/sdch/open-vcdiff/ |
D | ChangeLog | 25 one of which is devoted to the new SetAllowVcdTarget feature. Get rid of
|
/external/bluetooth/glib/gobject/ |
D | ChangeLog | 978 via the new g_slice_*() API (get's rid of GList allocation hack). 980 * gtype.c: got rid of per-type memchunks. if GTypeInfo.n_preallocs 1143 (g_object_unref): Get rid of g_object_last_unref and 1830 commit, cast to GTypeValueTable * to get rid of const warning. 2188 g_list_alloc() to allocate GObjectNotifyQueue to et rid 2445 * gparamspecs.[hc]: got rid of bogus GClosure paramspec. 2743 got rid of properties_changed signal. 3122 * gobject.[hc]: got rid of property trailers. nuked GObject 3318 * gparam.[hc]: implement param spec pool, got rid of param spec 3534 * gsignal.c (g_signal_list_ids): get rid of inline documentation owen [all …]
|
/external/qemu/ |
D | CHANGES.TXT | 371 - Get rid of EsounD-related freezes on Linux (again) 407 - Get rid of EsounD-related freezes on Linux (again) 430 this gets rid of audio chopiness issues on Vista (and sometimes on XP too)
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-4 | 505 * glib/gen-unicode-tables.pl: Get rid of some new warnings from perl 962 get rid of warning 965 rid of warning 1229 * glib/guniprop.c: Get rid of "len" parameter to output_special_case 1762 * glib/gconvert.c (UnsafeCharacterSet): Get rid of
|
/external/openssl/include/openssl/ |
D | x509v3.h | 202 ASN1_OBJECT *rid; /* registeredID */ member
|
/external/quake/quake/src/QW/ |
D | qwchangelog.txt | 215 rid of unknown command messages (like unknown command 'startdemos') from the
|
/external/jpeg/ |
D | usage.doc | 181 factor of 10 to 50 gets rid of dithering patterns in the input file, resulting 476 encoded as a color JPEG. (In such a case, the space savings from getting rid
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2003-10-25 | 634 (UString::UString): Got rid of code here that used to set up UString::null. 776 - got rid of some framework initialization (working on bug 2959353) 1000 and got rid of append methods. Also added friend declarations and calls to reverseList().
|