Home
last modified time | relevance | path

Searched defs:type (Results 8101 - 8125 of 21273) sorted by relevance

1...<<321322323324325326327328329330>>...851

/third_party/mesa3d/src/glx/
H A Dsingle2.c540 __indirect_glFeedbackBuffer(GLsizei size, GLenum type, GLfloat * buffer) in __indirect_glFeedbackBuffer() argument
H A Dpixel.c164 __glFillImage(struct glx_context * gc, GLint dim, GLint width, GLint height, GLint depth, GLenum format, GLenum type, const GLvoid * userdata, GLubyte * newimage, GLubyte * modes) __glFillImage() argument
391 __glEmptyImage(struct glx_context * gc, GLint dim, GLint width, GLint height, GLint depth, GLenum format, GLenum type, const GLubyte * sourceImage, GLvoid * userdata) __glEmptyImage() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw.c526 nvc0_hw_create_query(struct nvc0_context *nvc0, unsigned type, unsigned index) in nvc0_hw_create_query() argument
[all...]
H A Dnvc0_program.h25 ubyte type; member
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.h47 enum rc_program_type type; member
/third_party/mesa3d/src/gallium/drivers/r600/
H A Deg_debug.c292 unsigned type = PKT_TYPE_G(ib[0]); in eg_parse_ib() local
H A Dr600_gpu_load.c255 uint64_t r600_begin_counter(struct r600_common_screen *rscreen, unsigned type) in r600_begin_counter() argument
261 unsigned r600_end_counter(struct r600_common_screen *rscreen, unsigned type, in r600_end_counter() argument
204 busy_index_from_type(struct r600_common_screen *rscreen, unsigned type) busy_index_from_type() argument
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dasn1_lib.c346 ASN1_STRING *ASN1_STRING_type_new(int type) in ASN1_STRING_type_new() argument
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_sock.c175 int BIO_socket_ioctl(int fd, long type, void *arg) in BIO_socket_ioctl() argument
358 BIO_sock_info(int sock, enum BIO_sock_info_type type, union BIO_sock_info_u *info) BIO_sock_info() argument
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_att.c103 CMS_signed_add1_attr_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *obj, int type, const void *bytes, int len) CMS_signed_add1_attr_by_OBJ() argument
112 CMS_signed_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type, const void *bytes, int len) CMS_signed_add1_attr_by_NID() argument
120 CMS_signed_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname, int type, const void *bytes, int len) CMS_signed_add1_attr_by_txt() argument
130 CMS_signed_get0_data_by_OBJ(const CMS_SignerInfo *si, const ASN1_OBJECT *oid, int lastpos, int type) CMS_signed_get0_data_by_OBJ() argument
171 CMS_unsigned_add1_attr_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *obj, int type, const void *bytes, int len) CMS_unsigned_add1_attr_by_OBJ() argument
180 CMS_unsigned_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type, const void *bytes, int len) CMS_unsigned_add1_attr_by_NID() argument
189 CMS_unsigned_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname, int type, const void *bytes, int len) CMS_unsigned_add1_attr_by_txt() argument
199 CMS_unsigned_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid, int lastpos, int type) CMS_unsigned_get0_data_by_OBJ() argument
227 cms_check_attribute(int nid, int flags, int type, const STACK_OF(X509_ATTRIBUTE) *attrs, int have_attrs) cms_check_attribute() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_pmeth.c109 int ret, type; in pkey_ec_sign() local
148 int ret, type; in pkey_ec_verify() local
251 static int pkey_ec_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) in pkey_ec_ctrl() argument
392 pkey_ec_ctrl_str(EVP_PKEY_CTX *ctx, const char *type, const char *value) pkey_ec_ctrl_str() argument
[all...]
H A Decdsa_ossl.c67 int ossl_ecdsa_sign(int type, const unsigned char *dgst, int dlen, in ossl_ecdsa_sign() argument
348 int ossl_ecdsa_verify(int type, const unsigned char *dgst, int dgst_len, in ossl_ecdsa_verify() argument
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Ddecode_msblob2key.c39 int type; /* EVP key type */ member
H A Ddecode_pvk2key.c40 int type; /* EVP key type */ member
/third_party/node/deps/openssl/openssl/ssl/record/
H A Drec_layer_d1.c343 int dtls1_read_bytes(SSL *s, int type, int *recvd_type, unsigned char *buf, in dtls1_read_bytes() argument
778 dtls1_write_bytes(SSL *s, int type, const void *buf, size_t len, size_t *written) dtls1_write_bytes() argument
792 do_dtls1_write(SSL *s, int type, const unsigned char *buf, size_t len, int create_empty_fragment, size_t *written) do_dtls1_write() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/store/
H A Dstore_local.h27 int type; member
/third_party/node/deps/openssl/openssl/crypto/
H A Dtrace.c175 enum { SIMPLE_CHANNEL, CALLBACK_CHANNEL } type; member
193 static int trace_attach_cb(int category, int type, const void *data) in trace_attach_cb() argument
214 static int trace_detach_cb(int category, int type, const void *data) in trace_detach_cb() argument
242 static int set_trace_data(int category, int type, BIO **channel, in set_trace_data() argument
368 static int trace_attach_w_callback_cb(int category, int type, cons argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dby_dir.c168 static int add_cert_dir(BY_DIR *ctx, const char *dir, int type) in add_cert_dir() argument
226 static int get_cert_by_subject_ex(X509_LOOKUP *xl, X509_LOOKUP_TYPE type, in get_cert_by_subject_ex() argument
425 get_cert_by_subject(X509_LOOKUP *xl, X509_LOOKUP_TYPE type, const X509_NAME *name, X509_OBJECT *ret) get_cert_by_subject() argument
[all...]
H A Dv3_san.c605 int type; v2i_GENERAL_NAME_ex() local
[all...]
H A Dx509_req.c242 X509_REQ_add1_attr_by_OBJ(X509_REQ *req, const ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len) X509_REQ_add1_attr_by_OBJ() argument
257 X509_REQ_add1_attr_by_NID(X509_REQ *req, int nid, int type, const unsigned char *bytes, int len) X509_REQ_add1_attr_by_NID() argument
272 X509_REQ_add1_attr_by_txt(X509_REQ *req, const char *attrname, int type, const unsigned char *bytes, int len) X509_REQ_add1_attr_by_txt() argument
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aria.c256 static int aria_gcm_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr) in aria_gcm_ctrl() argument
541 static int aria_ccm_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr) in aria_ccm_ctrl() argument
H A De_chacha20_poly1305.c496 static int chacha20_poly1305_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, in chacha20_poly1305_ctrl() argument
H A De_des3.c278 static int des3_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr) in des3_ctrl() argument
H A Devp_pbe.c241 int EVP_PBE_find_ex(int type, int pbe_nid, int *pcnid, int *pmnid, in EVP_PBE_find_ex() argument
272 int EVP_PBE_find(int type, int pbe_nid, in EVP_PBE_find() argument
H A Devp_pkey.c197 EVP_PKEY_add1_attr_by_OBJ(EVP_PKEY *key, const ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len) EVP_PKEY_add1_attr_by_OBJ() argument
206 EVP_PKEY_add1_attr_by_NID(EVP_PKEY *key, int nid, int type, const unsigned char *bytes, int len) EVP_PKEY_add1_attr_by_NID() argument
215 EVP_PKEY_add1_attr_by_txt(EVP_PKEY *key, const char *attrname, int type, const unsigned char *bytes, int len) EVP_PKEY_add1_attr_by_txt() argument

Completed in 24 milliseconds

1...<<321322323324325326327328329330>>...851