Searched defs:ptype (Results 1 - 25 of 30) sorted by relevance

12

/external/openssl/crypto/evp/
H A Ddig_eng.c125 static int do_evp_md_engine_full(EVP_MD_CTX *ctx, const EVP_MD **ptype, ENGINE *impl) argument
127 if (*ptype)
144 impl = ENGINE_get_digest_engine((*ptype)->type);
148 const EVP_MD *d = ENGINE_get_digest(impl, (*ptype)->type);
156 *ptype = d;
H A Ddigest.c181 const EVP_MD **ptype, ENGINE *impl)
191 (EVP_MD_CTX *ctx, const EVP_MD **ptype, ENGINE *impl)
198 (EVP_MD_CTX *ctx, const EVP_MD **ptype, ENGINE *impl))
210 static int do_evp_md_engine(EVP_MD_CTX *ctx, const EVP_MD **ptype, ENGINE *impl) argument
212 if (*ptype)
229 impl = ENGINE_get_digest_engine((*ptype)->type);
233 const EVP_MD *d = ENGINE_get_digest(impl, (*ptype)->type);
241 *ptype = d;
180 do_evp_md_engine_null(EVP_MD_CTX *ctx, const EVP_MD **ptype, ENGINE *impl) argument
194 int_EVP_MD_set_engine_callbacks( int (*eng_md_init)(ENGINE *impl), int (*eng_md_fin)(ENGINE *impl), int (*eng_md_evp) (EVP_MD_CTX *ctx, const EVP_MD **ptype, ENGINE *impl)) argument
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dpush.h57 void Push(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, uint32 ptype) { argument
59 if (ptype == kPushWeights) {
62 } else if (ptype & kPushLabels) {
69 if (ptype == (kPushWeights | kPushLabels)) {
/external/iproute2/include/linux/tc_act/
H A Dtc_gact.h20 __u16 ptype; member in struct:tc_gact_p
/external/ipsec-tools/src/racoon/
H A Disakmp_agg.c347 int ptype; local
584 ptype = oakley_validate_auth(iph1);
585 if (ptype != 0) {
586 if (ptype == -1) {
592 isakmp_info_send_n1(iph1, ptype, NULL);
1382 int ptype; local
1483 ptype = oakley_validate_auth(iph1);
1484 if (ptype != 0) {
1485 if (ptype == -1) {
1491 isakmp_info_send_n1(iph1, ptype, NUL
[all...]
H A Disakmp_base.c618 int ptype; local
713 ptype = oakley_validate_auth(iph1);
714 if (ptype != 0) {
715 if (ptype == -1) {
721 isakmp_info_send_n1(iph1, ptype, NULL);
1134 int ptype; local
1239 ptype = oakley_validate_auth(iph1);
1240 if (ptype != 0) {
1241 if (ptype == -1) {
1247 isakmp_info_send_n1(iph1, ptype, NUL
[all...]
/external/qemu/android/
H A Dhw-events.c134 int *ptype,
144 *ptype = 0;
154 *ptype = eventList_findCodeByName( _ev_types_tab, p, q-p );
155 if (*ptype < 0) {
156 *ptype = (int) strtol( p, &end, 0 );
169 list = eventList_findByType( *ptype );
133 android_event_from_str( const char* name, int *ptype, int *pcode, int *pvalue ) argument
/external/iproute2/ip/
H A Dxfrm.h103 __u8 ptype; member in struct:xfrm_filter
130 const char *strxf_ptype(__u8 ptype);
H A Dxfrm_policy.c56 fprintf(stderr, "Usage: ip xfrm policy { add | update } dir DIR SELECTOR [ index INDEX ] [ ptype PTYPE ]\n");
58 fprintf(stderr, "Usage: ip xfrm policy { delete | get } dir DIR [ SELECTOR | index INDEX ] [ ptype PTYPE ]\n");
61 fprintf(stderr, "Usage: ip xfrm policy flush [ ptype PTYPE ]\n");
123 static int xfrm_policy_ptype_parse(__u8 *ptype, int *argcp, char ***argvp) argument
129 *ptype = XFRM_POLICY_TYPE_MAIN;
131 *ptype = XFRM_POLICY_TYPE_SUB;
265 } else if (strcmp(*argv, "ptype") == 0) {
267 duparg("ptype", *argv);
352 __u8 ptype)
360 if ((ptype
351 xfrm_policy_filter_match(struct xfrm_userpolicy_info *xpinfo, __u8 ptype) argument
415 __u8 ptype = XFRM_POLICY_TYPE_MAIN; local
630 __u8 ptype = XFRM_POLICY_TYPE_MAIN; local
[all...]
H A Dipxfrm.c260 const char *strxf_ptype(__u8 ptype) argument
264 switch (ptype) {
272 sprintf(str, "%u", ptype);
859 fprintf(fp, "ptype ");
/external/qemu/android/skin/
H A Dfile.c443 skin_layout_event_decode( const char* event, int *ptype, int *pcode, int *pvalue ) argument
476 *ptype = ev->value;
/external/stlport/test/unit/
H A Dunordered_test.cpp242 typedef pair<int, int> ptype; typedef
243 vector<ptype> us_val;
253 us_val.push_back(ptype((*lit).first, (*lit).second));
259 ptype p(i, i);
/external/tcpdump/
H A Dprint-atalk.c57 u_int16_t htype, ptype; member in struct:aarp
205 EXTRACT_16BITS(&ap->ptype) == ETHERTYPE_ATALK &&
224 (void)printf("len %u op %u htype %u ptype %#x halen %u palen %u",
226 EXTRACT_16BITS(&ap->ptype), ap->halen, ap->palen);
H A Dprint-udp.c145 const char * ptype; local
157 ptype = "rtpv1";
164 ptype = "rtp";
169 ptype,
H A Dprint-ppp.c1601 u_int16_t ptype; local
1625 ptype = *p;
1627 printf("%02x ", ptype);
1632 ptype = ntohs(*(u_int16_t *)p);
1634 printf("%04x ", ptype);
1639 ptype = 0; /*XXX*/
1652 ptype = ntohs(ph->phdr_type);
1653 if (eflag && (ptype == PPP_VJC || ptype == PPP_VJNC)) {
1655 "proto-#%d", ptype));
[all...]
/external/bluetooth/bluez/compat/
H A Dsdp.c427 uint16_t ptype[4] = { local
435 sdp_data_t *data = sdp_data_alloc(SDP_UINT16, &ptype[p]);
/external/grub/netboot/
H A Dmain.c746 unsigned short ptype; local
766 ptype = (((unsigned short) nic.packet[12]) << 8
774 && ptype == ARP)
825 && ptype == RARP)
845 if (nic.packetlen < protohdrlen || ptype != IP)
/external/bluetooth/bluez/network/
H A Dserver.c222 uint16_t ptype[] = { local
230 sdp_data_t *data = sdp_data_alloc(SDP_UINT16, &ptype[p]);
/external/bluetooth/bluez/tools/
H A Dhcitool.c1179 { "ptype", 1, 0, 'p' },
1185 "\tcc [--role=m|s] [--ptype=pkt_types] <bdaddr>\n"
1187 "\tcc --ptype=dm1,dh3,dh5 01:02:03:04:05:06\n"
1195 unsigned int ptype; local
1199 ptype = HCI_DM1 | HCI_DM3 | HCI_DM5 | HCI_DH1 | HCI_DH3 | HCI_DH5;
1204 hci_strtoptype(optarg, &ptype);
1240 if (hci_create_connection(dd, &bdaddr, htobs(ptype),
1713 unsigned int ptype; local
1732 hci_strtoptype(argv[1], &ptype);
1762 cp.pkt_type = ptype;
[all...]
H A Dsdptool.c2068 uint16_t ptype[4] = { 0x0010, 0x0020, 0x0030, 0x0040 }; local
2073 sdp_data_t *data = sdp_data_alloc(SDP_UINT16, &ptype[p]);
/external/bluetooth/bluez/lib/
H A Dhci.c233 char *hci_ptypetostr(unsigned int ptype) argument
235 return hci_bit2str(pkt_type_map, ptype);
243 char *hci_scoptypetostr(unsigned int ptype) argument
245 return hci_bit2str(sco_ptype_map, ptype);
1121 int hci_create_connection(int dd, const bdaddr_t *bdaddr, uint16_t ptype, uint16_t clkoffset, uint8_t rswitch, uint16_t *handle, int to) argument
1129 cp.pkt_type = ptype;
/external/bluetooth/glib/gobject/
H A Dgsignal.c1980 GType ptype = node->param_types[i] & ~G_SIGNAL_TYPE_STATIC_SCOPE; local
1985 g_value_init (param_values + i, ptype);
2949 GType ptype = node->param_types[i] & ~G_SIGNAL_TYPE_STATIC_SCOPE; local
2954 g_value_init (param_values + i, ptype);
/external/bluetooth/hcidump/parser/
H A Dhci.c711 uint16_t ptype = btohs(cp->pkt_type); local
717 printf("bdaddr %s ptype 0x%4.4x rswitch 0x%2.2x clkoffset 0x%4.4x%s\n",
718 addr, ptype, cp->role_switch,
721 str = hci_ptypetostr(ptype);
743 uint16_t ptype = btohs(cp->pkt_type); local
747 printf("handle %d ptype 0x%4.4x\n", btohs(cp->handle), ptype);
749 str = hci_ptypetostr(ptype);
2767 uint16_t ptype = btohs(evt->ptype); local
[all...]
/external/webkit/WebKitTools/DumpRenderTree/mac/PerlSupport/
H A DDumpRenderTreeSupport_wrapTiger.c886 swig_type_info **ptype; member in struct:swig_constant_info
1153 SWIG_MakePtr(sv, swig_constants[i].pvalue, *(swig_constants[i].ptype),0);
1156 SWIG_MakePackedObj(sv, swig_constants[i].pvalue, swig_constants[i].lvalue, *(swig_constants[i].ptype));
/external/qemu/
H A Dmonitor.c2852 const char *ptype, *str; local
2889 ptype = cmd->args_type;
2891 if (*ptype != '\0') {
2892 ptype++;
2893 while (*ptype == '?')
2894 ptype++;
2898 switch(*ptype) {

Completed in 440 milliseconds

12