Searched refs:engine (Results 1 - 25 of 112) sorted by relevance

12345

/freebsd-12-stable/contrib/ofed/libibnetdisc/
H A Dquery_smp.c44 extern int mlnx_ext_port_info_err(smp_engine_t * engine, ibnd_smp_t * smp,
47 static void queue_smp(smp_engine_t * engine, ibnd_smp_t * smp) argument
50 if (!engine->smp_queue_head) {
51 engine->smp_queue_head = smp;
52 engine->smp_queue_tail = smp;
54 engine->smp_queue_tail->qnext = smp;
55 engine->smp_queue_tail = smp;
59 static ibnd_smp_t *get_smp(smp_engine_t * engine) argument
61 ibnd_smp_t *head = engine->smp_queue_head;
62 ibnd_smp_t *tail = engine
72 send_smp(ibnd_smp_t * smp, smp_engine_t * engine) argument
105 process_smp_queue(smp_engine_t * engine) argument
126 issue_smp(smp_engine_t * engine, ib_portid_t * portid, unsigned attrid, unsigned mod, smp_comp_cb_t cb, void *cb_data) argument
160 process_one_recv(smp_engine_t * engine) argument
214 smp_engine_init(smp_engine_t * engine, char * ca_name, int ca_port, void *user_data, ibnd_config_t *cfg) argument
254 smp_engine_destroy(smp_engine_t * engine) argument
279 process_mads(smp_engine_t * engine) argument
[all...]
H A Dibnetdisc.c64 static int query_node_info(smp_engine_t * engine, ib_portid_t * portid,
66 static int query_port_info(smp_engine_t * engine, ib_portid_t * portid,
70 static int recv_switch_info(smp_engine_t * engine, ibnd_smp_t * smp, argument
81 static int query_switch_info(smp_engine_t * engine, ib_portid_t * portid, argument
85 return issue_smp(engine, portid, IB_ATTR_SWITCH_INFO, 0,
98 static int retract_dpath(smp_engine_t * engine, ib_portid_t * portid) argument
100 ibnd_scan_t *scan = engine->user_data;
118 static int extend_dpath(smp_engine_t * engine, ib_portid_t * portid, argument
121 ibnd_scan_t *scan = engine->user_data;
147 static int recv_node_desc(smp_engine_t * engine, ibnd_smp_ argument
156 query_node_desc(smp_engine_t * engine, ib_portid_t * portid, ibnd_node_t * node) argument
225 mlnx_ext_port_info_err(smp_engine_t * engine, ibnd_smp_t * smp, uint8_t * mad, void *cb_data) argument
272 recv_mlnx_ext_port_info(smp_engine_t * engine, ibnd_smp_t * smp, uint8_t * mad, void *cb_data) argument
321 query_mlnx_ext_port_info(smp_engine_t * engine, ib_portid_t * portid, ibnd_node_t * node, int portnum) argument
330 recv_port_info(smp_engine_t * engine, ibnd_smp_t * smp, uint8_t * mad, void *cb_data) argument
436 recv_port0_info(smp_engine_t * engine, ibnd_smp_t * smp, uint8_t * mad, void *cb_data) argument
450 query_port_info(smp_engine_t * engine, ib_portid_t * portid, ibnd_node_t * node, int portnum) argument
459 create_node(smp_engine_t * engine, ib_portid_t * path, uint8_t * node_info) argument
526 recv_node_info(smp_engine_t * engine, ibnd_smp_t * smp, uint8_t * mad, void *cb_data) argument
606 query_node_info(smp_engine_t * engine, ib_portid_t * portid, struct ni_cbdata * cbdata) argument
756 smp_engine_t engine; local
[all...]
H A Dinternal.h92 typedef int (*smp_comp_cb_t) (smp_engine_t * engine, ibnd_smp_t * smp,
115 int smp_engine_init(smp_engine_t * engine, char * ca_name, int ca_port,
117 int issue_smp(smp_engine_t * engine, ib_portid_t * portid,
119 int process_mads(smp_engine_t * engine);
120 void smp_engine_destroy(smp_engine_t * engine);
/freebsd-12-stable/contrib/bearssl/src/ssl/
H A Dssl_io.c30 br_ssl_engine_context *engine,
38 ctx->engine = engine;
46 * Run the engine, until the specified target state is achieved, or
57 state = br_ssl_engine_current_state(ctx->engine);
71 buf = br_ssl_engine_sendrec_buf(ctx->engine, &len);
81 if (!ctx->engine->shutdown_recv) {
83 ctx->engine, BR_ERR_IO);
88 br_ssl_engine_sendrec_ack(ctx->engine, wlen);
114 * to read data and there is some, or the engine i
29 br_sslio_init(br_sslio_context *ctx, br_ssl_engine_context *engine, int (*low_read)(void *read_context, unsigned char *data, size_t len), void *read_context, int (*low_write)(void *write_context, const unsigned char *data, size_t len), void *write_context) argument
[all...]
/freebsd-12-stable/crypto/openssl/include/crypto/
H A Dengine.h10 #include <openssl/engine.h>
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-dma-engine.c60 #include <asm/octeon/cvmx-dma-engine.h>
74 #include "cvmx-dma-engine.h"
107 int engine; local
109 for (engine=0; engine < cvmx_dma_engine_get_num(); engine++)
112 result = cvmx_cmd_queue_initialize(CVMX_CMD_QUEUE_DMA(engine),
121 dmax_ibuff_saddr.s.saddr = cvmx_ptr_to_phys(cvmx_cmd_queue_buffer(CVMX_CMD_QUEUE_DMA(engine))) >> 7;
122 cvmx_write_csr(CVMX_PEXP_NPEI_DMAX_IBUFF_SADDR(engine), dmax_ibuff_saddr.u64);
129 dpi_dmax_ibuff_saddr.s.saddr = cvmx_ptr_to_phys(cvmx_cmd_queue_buffer(CVMX_CMD_QUEUE_DMA(engine))) >>
236 int engine; local
314 cvmx_dma_engine_submit(int engine, cvmx_dma_engine_header_t header, int num_buffers, cvmx_dma_engine_buffer_t buffers[]) argument
519 cvmx_dma_engine_transfer(int engine, cvmx_dma_engine_header_t header, uint64_t first_address, uint64_t last_address, int size) argument
[all...]
H A Dcvmx-dma-engine.h275 * @param engine Engine to submit to (0 to cvmx_dma_engine_get_num()-1)
283 int cvmx_dma_engine_submit(int engine, cvmx_dma_engine_header_t header, int num_buffers, cvmx_dma_engine_buffer_t buffers[]);
286 * Build the first and last pointers based on a DMA engine header
287 * and submit them to the engine. The purpose of this function is
288 * to simplify the building of DMA engine commands by automatically
293 * @param engine Engine to submit to (0 to cvmx_dma_engine_get_num()-1)
308 int cvmx_dma_engine_transfer(int engine, cvmx_dma_engine_header_t header,
315 * @param engine Engine to submit to (0 to cvmx_dma_engine_get_num()-1)
327 static inline int cvmx_dma_engine_memcpy(int engine, void *dest, void *source, int length) argument
332 return cvmx_dma_engine_transfer(engine, heade
353 cvmx_dma_engine_memcpy_zero_byte(int engine, void *dest, void *source, int length, int core) argument
[all...]
/freebsd-12-stable/contrib/wpa/wpa_supplicant/examples/
H A DopenCryptoki.conf1 # EAP-TLS using private key and certificates via OpenSSL PKCS#11 engine and
18 # Configure OpenSSL to load the PKCS#11 engine and openCryptoki module
28 # use OpenSSL PKCS#11 engine for this network
29 engine=1
/freebsd-12-stable/sys/dev/drm/
H A Dvia_dmablit.c197 * Fire a blit engine.
200 via_fire_dmablit(struct drm_device *dev, drm_via_sg_info_t *vsg, int engine) argument
204 VIA_WRITE(VIA_PCI_DMA_MAR0 + engine*0x10, 0);
205 VIA_WRITE(VIA_PCI_DMA_DAR0 + engine*0x10, 0);
206 VIA_WRITE(VIA_PCI_DMA_CSR0 + engine*0x04, VIA_DMA_CSR_DD | VIA_DMA_CSR_TD |
208 VIA_WRITE(VIA_PCI_DMA_MR0 + engine*0x04, VIA_DMA_MR_CM | VIA_DMA_MR_TDIE);
209 VIA_WRITE(VIA_PCI_DMA_BCR0 + engine*0x10, 0);
210 VIA_WRITE(VIA_PCI_DMA_DPR0 + engine*0x10, vsg->chain_start);
212 VIA_WRITE(VIA_PCI_DMA_CSR0 + engine*0x04, VIA_DMA_CSR_DE | VIA_DMA_CSR_TS);
213 (void)VIA_READ(VIA_PCI_DMA_CSR0 + engine*
290 via_abort_dmablit(struct drm_device *dev, int engine) argument
299 via_dmablit_engine_off(struct drm_device *dev, int engine) argument
314 via_dmablit_handler(struct drm_device *dev, int engine, int from_irq) argument
393 via_dmablit_active(drm_via_blitq_t *blitq, int engine, uint32_t handle, wait_queue_head_t **queue) argument
424 via_dmablit_sync(struct drm_device *dev, uint32_t handle, int engine) argument
455 int engine = (int) local
660 via_dmablit_grab_slot(drm_via_blitq_t *blitq, int engine) argument
710 int engine; local
[all...]
/freebsd-12-stable/crypto/openssl/crypto/conf/
H A Dconf_mall.c16 #include <openssl/engine.h>
/freebsd-12-stable/crypto/openssl/crypto/dh/
H A Ddh_lib.c15 #include <openssl/engine.h>
28 ENGINE_finish(dh->engine);
29 dh->engine = NULL;
42 DH *DH_new_method(ENGINE *engine) argument
62 if (engine) {
63 if (!ENGINE_init(engine)) {
67 ret->engine = engine;
69 ret->engine = ENGINE_get_default_DH();
70 if (ret->engine) {
[all...]
/freebsd-12-stable/crypto/openssl/crypto/evp/
H A Devp_local.h14 ENGINE *engine; /* functional reference if 'digest' is member in struct:evp_md_ctx_st
26 ENGINE *engine; /* functional reference if 'cipher' is member in struct:evp_cipher_ctx_st
H A Ddigest.c14 #include <openssl/engine.h>
42 ENGINE_finish(ctx->engine);
76 if (ctx->engine && ctx->digest &&
85 ENGINE_finish(ctx->engine);
110 ctx->engine = impl;
112 ctx->engine = NULL;
221 if (in->engine && !ENGINE_init(in->engine)) {
/freebsd-12-stable/crypto/openssl/crypto/dsa/
H A Ddsa_lib.c16 #include <openssl/engine.h>
35 ENGINE_finish(dsa->engine);
36 dsa->engine = NULL;
49 DSA *DSA_new_method(ENGINE *engine) argument
69 if (engine) {
70 if (!ENGINE_init(engine)) {
74 ret->engine = engine;
76 ret->engine = ENGINE_get_default_DSA();
77 if (ret->engine) {
[all...]
/freebsd-12-stable/sys/crypto/ccp/
H A Dccp_hardware.h252 * word 0: function; engine; control bits
275 uint32_t engine:4; member in struct:ccp_desc::dword0::__anon11867
289 uint32_t engine:4; member in struct:ccp_desc::dword0::__anon11868
303 uint32_t engine:4; member in struct:ccp_desc::dword0::__anon11869
316 uint32_t engine:4; member in struct:ccp_desc::dword0::__anon11870
328 uint32_t engine:4; member in struct:ccp_desc::dword0::__anon11871
342 uint32_t engine:4; member in struct:ccp_desc::dword0::__anon11872
354 uint32_t engine:4; member in struct:ccp_desc::dword0::__anon11873
367 uint32_t engine:4; member in struct:ccp_desc::dword0::__anon11874
378 uint32_t engine member in struct:ccp_desc::dword0::__anon11875
[all...]
/freebsd-12-stable/kerberos5/include/
H A Dcrypto-headers.h14 #include <openssl/engine.h>
/freebsd-12-stable/crypto/openssl/crypto/ec/
H A Dec_kmeth.c12 #include <openssl/engine.h>
63 ENGINE_finish(key->engine);
64 key->engine = NULL;
73 EC_KEY *EC_KEY_new_method(ENGINE *engine) argument
92 if (engine != NULL) {
93 if (!ENGINE_init(engine)) {
97 ret->engine = engine;
99 ret->engine = ENGINE_get_default_EC();
100 if (ret->engine !
[all...]
/freebsd-12-stable/contrib/netbsd-tests/crypto/libcrypto/
H A Dt_libcrypto.sh28 atf_test_case engine
101 atf_add_test_case engine
/freebsd-12-stable/contrib/unbound/contrib/android/
H A Dinstall_openssl.sh26 if ! ./Configure "$OPENSSL_HOST" no-comp no-asm no-hw no-engine shared \
/freebsd-12-stable/contrib/unbound/contrib/ios/
H A Dinstall_openssl.sh34 if ! ./Configure "$OPENSSL_HOST" -DNO_FORK no-comp no-asm no-hw no-engine no-tests no-unit-test \
/freebsd-12-stable/crypto/heimdal/include/
H A Dcrypto-headers.h21 #include <openssl/engine.h>
48 #include <hcrypto/engine.h>
/freebsd-12-stable/crypto/heimdal/include/hcrypto/
H A DMakefile.am14 engine.h \
/freebsd-12-stable/crypto/openssl/crypto/store/
H A Dstore_local.h12 #include <openssl/engine.h>
49 * handlers. It should never reach a calling application or any engine.
103 ENGINE *engine; member in struct:ossl_store_loader_st
/freebsd-12-stable/contrib/apr-util/crypto/
H A Dapr_crypto_openssl.c35 #include <openssl/engine.h>
61 ENGINE *engine; member in struct:apr_crypto_config_t
207 if (f->config->engine) {
208 ENGINE_finish(f->config->engine);
209 ENGINE_free(f->config->engine);
210 f->config->engine = NULL;
231 * @return APR_ENOENGINE when the engine specified does not exist. APR_EINITENGINE
232 * if the engine cannot be initialised.
241 const char *engine = NULL; local
248 { "engine", NUL
[all...]
/freebsd-12-stable/crypto/openssl/crypto/rsa/
H A Drsa_lib.c15 #include <openssl/engine.h>
41 ENGINE_finish(rsa->engine);
42 rsa->engine = NULL;
50 RSA *RSA_new_method(ENGINE *engine) argument
70 if (engine) {
71 if (!ENGINE_init(engine)) {
75 ret->engine = engine;
77 ret->engine = ENGINE_get_default_RSA();
79 if (ret->engine) {
[all...]

Completed in 314 milliseconds

12345