Searched refs:type (Results 101 - 125 of 1269) sorted by relevance

1234567891011>>

/barrelfish-master/lib/openssl-1.0.0d/crypto/asn1/
H A Da_verify.c81 const EVP_MD *type; local
87 type=EVP_get_digestbyname(OBJ_nid2sn(i));
88 if (type == NULL)
104 EVP_VerifyInit_ex(&ctx,type, NULL);
133 const EVP_MD *type = NULL; local
147 type=EVP_get_digestbynid(mdnid);
148 if (type == NULL)
154 /* Check public key OID matches public key type */
161 if (!EVP_VerifyInit_ex(&ctx,type, NULL))
H A Dnsseq.c71 nsseq->type = OBJ_nid2obj(NID_netscape_cert_sequence);
79 ASN1_SIMPLE(NETSCAPE_CERT_SEQUENCE, type, ASN1_OBJECT),
H A Dasn1_mac.h75 #define M_ASN1_D2I_vars(a,type,func) \
77 type ret=NULL; \
83 { if ((ret=(type)func()) == NULL) \
136 #define M_ASN1_D2I_get_x(type,b,func) \
138 if (((D2I_OF(type))func)(&(b),&c.p,c.slen) == NULL) \
149 #define M_ASN1_D2I_get_opt(b,func,type) \
151 == (V_ASN1_UNIVERSAL|(type)))) \
156 #define M_ASN1_D2I_get_int_opt(b,func,type) \
158 == (V_ASN1_UNIVERSAL|(type)))) \
163 #define M_ASN1_D2I_get_imp(b,func, type) \
[all...]
H A Da_strex.c176 int type, unsigned char flags, char *quotes, char_io *io_ch, void *arg)
187 switch(type & BUF_TYPE_WIDTH_MASK) {
213 if(type & BUF_TYPE_CONVUTF8) {
256 /* "dump" a string. This is done when the type is unknown,
278 t.type = str->type;
317 int type; local
324 type = str->type;
331 tagname = ASN1_tag2str(type);
175 do_buf(unsigned char *buf, int buflen, int type, unsigned char flags, char *quotes, char_io *io_ch, void *arg) argument
562 int mbflag, type, ret; local
[all...]
H A Da_digest.c75 int ASN1_digest(i2d_of_void *i2d, const EVP_MD *type, char *data, argument
90 EVP_Digest(str, i, md, len, type, NULL);
98 int ASN1_item_digest(const ASN1_ITEM *it, const EVP_MD *type, void *asn, argument
107 EVP_Digest(str, i, md, len, type, NULL);
/barrelfish-master/include/dma/
H A Ddma_manager_client.h25 dma_dev_type_t type; member in struct:dma_mgr_driver_info
42 * \param type DMA device type
50 uint8_t type,
81 * \brief waits until a device driver for the supplied device type is ready
83 * \param device DMA device type
/barrelfish-master/kernel/arch/armv8/
H A Dkernel_multiboot2.c29 switch (first_tag->type) {
56 snprintf(description, sizeof(description), "[%d]", first_tag->type);
59 printf("%p:%4ld: tag %d:%d %s\n", first_tag, processed, first_tag->type, first_tag->size, description);
60 if (first_tag->type == MULTIBOOT_TAG_TYPE_END)
68 const size_t size, const multiboot_uint16_t type)
74 if (first_tag->type == MULTIBOOT_TAG_TYPE_END) {
76 } else if (first_tag->type == type) {
67 multiboot2_find_tag(struct multiboot_tag *first_tag, const size_t size, const multiboot_uint16_t type) argument
/barrelfish-master/lib/net_device_manager/
H A Dportalloc.h61 uint16_t alloc_specific_port(uint16_t port, net_ports_port_type_t type);
62 void free_port(uint16_t port, net_ports_port_type_t type);
H A Dport_service_impl.c53 uint16_t port_no, uint64_t type);
68 port_type_t type,
87 port_type_t type,
104 port_type_t type,
229 port_type_t type,
263 bp->type = type;
280 err = qlist[queueid].filt_mng->reg_filters(port, type, buffer_id_rx,
284 free_port(port, type);
290 handle_filter_response(id, rerr, filter_id, buffer_id_rx, buffer_id_tx, type);
227 res_port(struct net_ports_binding *cc, uint16_t port, port_type_t type, bufid_t buffer_id_rx, bufid_t buffer_id_tx, appid_t appid, qid_t queueid, bool is_bind) argument
308 get_port(struct net_ports_binding *cc, port_type_t type, bufid_t buffer_id_rx, bufid_t buffer_id_tx, appid_t appid, qid_t queueid, errval_t *err, uint16_t *port) argument
358 bind_port(struct net_ports_binding *cc, port_type_t type, uint16_t port_no, bufid_t buffer_id_rx, bufid_t buffer_id_tx, appid_t appid, qid_t queueid, errval_t *err) argument
399 close_port(struct net_ports_binding *cc, port_type_t type, uint16_t port_no, uint64_t appid, uint64_t queueid, errval_t *err) argument
443 find_filter_id(struct buffer_port_translation *port_list, uint16_t port_no, uint64_t type) argument
[all...]
/barrelfish-master/kernel/
H A Dcapabilities.c62 switch (cap->type) {
317 return snprintf(buf, len, "UNKNOWN TYPE! (%d)", cap->type);
378 if (dest->type != ObjType_Null) {
392 * \param type Type of objects to create.
402 static size_t caps_max_numobjs(enum objtype type, gensize_t srcsize, gensize_t objsize) argument
404 switch(type) {
452 if (srcsize < vnode_objsize(type)) {
455 return srcsize / vnode_objsize(type);
511 panic("invalid type");
522 static errval_t caps_zero_objects(enum objtype type, lpaddr_ argument
640 caps_create(enum objtype type, lpaddr_t lpaddr, gensize_t size, gensize_t objsize, size_t count, coreid_t owner, struct cte *dest_caps) argument
1468 check_caps_create_arguments(enum objtype type, size_t bytes, size_t objsize, bool exact) argument
1552 caps_create_new(enum objtype type, lpaddr_t addr, size_t bytes, size_t objsize, coreid_t owner, struct cte *caps) argument
1591 caps_retype(enum objtype type, gensize_t objsize, size_t count, struct capability *dest_cnode, cslot_t dest_slot, struct cte *src_cte, gensize_t offset, bool from_monitor) argument
[all...]
/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DRectQuadTree.java40 // for type INTERIOR, sub nodes covering four quadrants.
49 private int type; field in class:RectQuadTree
50 // values for type
57 // for type NONEMPTY_LEAF: collection of components which intersect this node's
72 type = EMPTY_LEAF;
127 * type = empty leaf
130 * this.type -> NONEMPTY_LEAF
135 * this.type -> INTERIOR
141 * type = nonempty leaf
146 * this.type
[all...]
/barrelfish-master/include/cxx/
H A Dmath.h330 typename std::enable_if<std::is_floating_point<_A1>::value, bool>::type
333 return __libcpp_signbit((typename std::__promote<_A1>::type)__lcpp_x);
339 std::is_integral<_A1>::value && std::is_signed<_A1>::value, bool>::type
346 std::is_integral<_A1>::value && !std::is_signed<_A1>::value, bool>::type
354 typename std::enable_if<std::is_floating_point<_A1>::value, bool>::type
357 return ::signbit(static_cast<typename std::__promote<_A1>::type>(__lcpp_x));
363 std::is_integral<_A1>::value && std::is_signed<_A1>::value, bool>::type
370 std::is_integral<_A1>::value && !std::is_signed<_A1>::value, bool>::type
392 typename std::enable_if<std::is_floating_point<_A1>::value, int>::type
395 return __libcpp_fpclassify((typename std::__promote<_A1>::type)__lcpp_
602 typedef typename std::__promote<_A1, _A2>::type type; typedef
632 typedef typename std::__promote<_A1, _A2>::type type; typedef
662 typedef typename std::__promote<_A1, _A2>::type type; typedef
692 typedef typename std::__promote<_A1, _A2>::type type; typedef
722 typedef typename std::__promote<_A1, _A2>::type type; typedef
752 typedef typename std::__promote<_A1, _A2>::type type; typedef
[all...]
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dbip_tconv.c61 static int p_atom_string(value va, type ta, value vs, type ts),
62 p_array_flat(value vdepth, type tdepth, value varr, type tarr, value vflat, type tflat),
63 p_is_array(value varr, type tarr),
64 p_dim(value va, type ta, value vdim, type tdim),
65 p_array_list(value varr, type tarr, value vl, type t
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/evp/
H A De_rc2.c73 static int rc2_set_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
74 static int rc2_get_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
75 static int rc2_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr);
168 static int rc2_get_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type) argument
176 if (type != NULL)
180 i=ASN1_TYPE_get_int_octetstring(type,&num,iv,l);
193 static int rc2_set_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type) argument
198 if (type != NULL)
202 i=ASN1_TYPE_set_int_octetstring(type,num,c->oiv,j);
207 static int rc2_ctrl(EVP_CIPHER_CTX *c, int type, in argument
[all...]
H A Devp_lib.c64 int EVP_CIPHER_param_to_asn1(EVP_CIPHER_CTX *c, ASN1_TYPE *type) argument
69 ret=c->cipher->set_asn1_parameters(c,type);
75 int EVP_CIPHER_asn1_to_param(EVP_CIPHER_CTX *c, ASN1_TYPE *type) argument
80 ret=c->cipher->get_asn1_parameters(c,type);
86 int EVP_CIPHER_get_asn1_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type) argument
91 if (type != NULL)
95 i=ASN1_TYPE_get_octetstring(type,c->oiv,l);
104 int EVP_CIPHER_set_asn1_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type) argument
109 if (type != NULL)
113 i=ASN1_TYPE_set_octetstring(type,
[all...]
H A Dp_open.c69 int EVP_OpenInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, argument
76 if(type) {
78 if(!EVP_DecryptInit_ex(ctx,type,NULL, NULL,NULL)) return 0;
83 if (priv->type != EVP_PKEY_RSA)
/barrelfish-master/include/lwip2/lwip/prot/
H A Dnd6.h54 PACK_STRUCT_FLD_8(u8_t type);
72 PACK_STRUCT_FLD_8(u8_t type);
94 PACK_STRUCT_FLD_8(u8_t type);
119 PACK_STRUCT_FLD_8(u8_t type);
140 PACK_STRUCT_FLD_8(u8_t type);
161 PACK_STRUCT_FLD_8(u8_t type);
181 PACK_STRUCT_FLD_8(u8_t type);
203 PACK_STRUCT_FLD_8(u8_t type);
221 PACK_STRUCT_FLD_8(u8_t type);
238 PACK_STRUCT_FLD_8(u8_t type);
[all...]
/barrelfish-master/lib/lwip2/src/core/ipv4/
H A Dicmp.c68 static void icmp_send_response(struct pbuf *p, u8_t type, u8_t code);
82 u8_t type; local
105 type = *((u8_t *)p->payload);
109 switch (type) {
199 * setting the icmp type to ECHO_RESPONSE and updating the checksum. */
251 if (type == ICMP_DUR) {
253 } else if (type == ICMP_TE) {
255 } else if (type == ICMP_PP) {
257 } else if (type == ICMP_SQ) {
259 } else if (type
333 icmp_send_response(struct pbuf *p, u8_t type, u8_t code) argument
[all...]
/barrelfish-master/include/openssl/
H A Dasn1_mac.h75 #define M_ASN1_D2I_vars(a,type,func) \
77 type ret=NULL; \
83 { if ((ret=(type)func()) == NULL) \
136 #define M_ASN1_D2I_get_x(type,b,func) \
138 if (((D2I_OF(type))func)(&(b),&c.p,c.slen) == NULL) \
149 #define M_ASN1_D2I_get_opt(b,func,type) \
151 == (V_ASN1_UNIVERSAL|(type)))) \
156 #define M_ASN1_D2I_get_int_opt(b,func,type) \
158 == (V_ASN1_UNIVERSAL|(type)))) \
163 #define M_ASN1_D2I_get_imp(b,func, type) \
[all...]
/barrelfish-master/tools/aarch64_gem5/
H A Dgem5script.py77 parser.add_option("--kernel", action="store", type="string")
78 parser.add_option("--ramdisk", action="store", type="string")
79 parser.add_option("-n", "--num_cpus", type="int", default=1)
80 parser.add_option("--cpu-type", type="choice", default="atomic",
82 help = "type of cpu to run with")
85 parser.add_option("--l1d_size", type="string", default="64kB")
86 parser.add_option("--l1i_size", type="string", default="32kB")
87 parser.add_option("--l2_size", type="string", default="2MB")
88 parser.add_option("--l3_size", type
[all...]
/barrelfish-master/include/sys/
H A Dqueue.h156 #define QUEUE_TYPEOF(type) type
158 #define QUEUE_TYPEOF(type) struct type
164 #define SLIST_HEAD(name, type) \
166 struct type *slh_first; /* first element */ \
169 #define SLIST_CLASS_HEAD(name, type) \
171 class type *slh_first; /* first element */ \
177 #define SLIST_ENTRY(type) \
179 struct type *sle_nex
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/x509/
H A Dx509name.c174 int X509_NAME_add_entry_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, int type, argument
179 ne = X509_NAME_ENTRY_create_by_OBJ(NULL, obj, type, bytes, len);
186 int X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type, argument
191 ne = X509_NAME_ENTRY_create_by_NID(NULL, nid, type, bytes, len);
198 int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type, argument
203 ne = X509_NAME_ENTRY_create_by_txt(NULL, field, type, bytes, len);
276 const char *field, int type, const unsigned char *bytes, int len)
289 nentry = X509_NAME_ENTRY_create_by_OBJ(ne,obj,type,bytes,len);
295 int type, unsigned char *bytes, int len)
306 nentry = X509_NAME_ENTRY_create_by_OBJ(ne,obj,type,byte
275 X509_NAME_ENTRY_create_by_txt(X509_NAME_ENTRY **ne, const char *field, int type, const unsigned char *bytes, int len) argument
294 X509_NAME_ENTRY_create_by_NID(X509_NAME_ENTRY **ne, int nid, int type, unsigned char *bytes, int len) argument
311 X509_NAME_ENTRY_create_by_OBJ(X509_NAME_ENTRY **ne, ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len) argument
349 X509_NAME_ENTRY_set_data(X509_NAME_ENTRY *ne, int type, const unsigned char *bytes, int len) argument
[all...]
/barrelfish-master/lib/libc/posix1e/
H A Dacl_support.h38 int _acl_type_unold(acl_type_t type);
40 int _acl_type_not_valid_for_acl(const acl_t acl, acl_type_t type);
41 void _acl_brand_from_type(acl_t acl, acl_type_t type);
56 int _posix1e_acl(acl_t acl, acl_type_t type);
/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/viewers/
H A DChart2DViewerFactory.java41 private int type; field in class:Chart2DViewerFactory
45 int type,
49 this.type = type;
54 * Note that both the dimensions and type affect the ability of a
44 Chart2DViewerFactory(VisClientStateModel stateModel, int type, Class elementTypeClass) argument
H A DGanttViewerFactory.java40 private int type; field in class:GanttViewerFactory
44 int type,
48 this.type = type;
53 * Note that both the dimensions and type affect the ability of a
43 GanttViewerFactory(VisClientStateModel stateModel, int type, Class elementTypeClass) argument

Completed in 298 milliseconds

1234567891011>>