HomeSort by: relevance | last modified time | path
    Searched defs:cb (Results 1 - 25 of 456) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/dev/pci/
cxdtv_boards.c 62 const struct cxdtv_board *cb; local
66 cb = &cxdtv_boards[i];
67 if (vendor == cb->cb_vendor && product == cb->cb_product)
68 return cb;
  /src/crypto/external/apache2/openssl/dist/crypto/dh/
dh_depr.c 28 BN_GENCB *cb; local
33 cb = BN_GENCB_new();
34 if (cb == NULL) {
39 BN_GENCB_set_old(cb, callback, cb_arg);
41 if (DH_generate_parameters_ex(ret, prime_len, generator, cb)) {
42 BN_GENCB_free(cb);
45 BN_GENCB_free(cb);
  /src/crypto/external/apache2/openssl/dist/crypto/dsa/
dsa_depr.c 37 BN_GENCB *cb; local
42 cb = BN_GENCB_new();
43 if (cb == NULL)
46 BN_GENCB_set_old(cb, callback, cb_arg);
49 counter_ret, h_ret, cb)) {
50 BN_GENCB_free(cb);
53 BN_GENCB_free(cb);
  /src/crypto/external/bsd/openssl/dist/crypto/dh/
dh_depr.c 28 BN_GENCB *cb; local
33 cb = BN_GENCB_new();
34 if (cb == NULL) {
39 BN_GENCB_set_old(cb, callback, cb_arg);
41 if (DH_generate_parameters_ex(ret, prime_len, generator, cb)) {
42 BN_GENCB_free(cb);
45 BN_GENCB_free(cb);
  /src/crypto/external/bsd/openssl/dist/crypto/dsa/
dsa_depr.c 37 BN_GENCB *cb; local
42 cb = BN_GENCB_new();
43 if (cb == NULL)
46 BN_GENCB_set_old(cb, callback, cb_arg);
49 counter_ret, h_ret, cb)) {
50 BN_GENCB_free(cb);
53 BN_GENCB_free(cb);
  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_depr.c 26 BN_GENCB cb; local
29 BN_GENCB_set_old(&cb, callback, cb_arg);
36 if (!BN_generate_prime_ex(rnd, bits, safe, add, rem, &cb))
50 BN_GENCB cb; local
51 BN_GENCB_set_old(&cb, callback, cb_arg);
52 return ossl_bn_check_prime(a, checks, ctx_passed, 0, &cb);
60 BN_GENCB cb; local
61 BN_GENCB_set_old(&cb, callback, cb_arg);
62 return ossl_bn_check_prime(a, checks, ctx_passed, do_trial_division, &cb);
  /src/crypto/external/apache2/openssl/dist/crypto/rsa/
rsa_depr.c 33 BN_GENCB *cb = BN_GENCB_new(); local
37 if (cb == NULL || rsa == NULL || e == NULL)
50 BN_GENCB_set_old(cb, callback, cb_arg);
52 if (RSA_generate_key_ex(rsa, bits, e, cb)) {
54 BN_GENCB_free(cb);
60 BN_GENCB_free(cb);
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_depr.c 26 BN_GENCB cb; local
29 BN_GENCB_set_old(&cb, callback, cb_arg);
36 if (!BN_generate_prime_ex(rnd, bits, safe, add, rem, &cb))
50 BN_GENCB cb; local
51 BN_GENCB_set_old(&cb, callback, cb_arg);
52 return ossl_bn_check_prime(a, checks, ctx_passed, 0, &cb);
60 BN_GENCB cb; local
61 BN_GENCB_set_old(&cb, callback, cb_arg);
62 return ossl_bn_check_prime(a, checks, ctx_passed, do_trial_division, &cb);
  /src/crypto/external/bsd/openssl/dist/crypto/rsa/
rsa_depr.c 33 BN_GENCB *cb = BN_GENCB_new(); local
37 if (cb == NULL || rsa == NULL || e == NULL)
50 BN_GENCB_set_old(cb, callback, cb_arg);
52 if (RSA_generate_key_ex(rsa, bits, e, cb)) {
54 BN_GENCB_free(cb);
60 BN_GENCB_free(cb);
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_depr.c 29 BN_GENCB cb; local
32 BN_GENCB_set_old(&cb, callback, cb_arg);
39 if (!BN_generate_prime_ex(rnd, bits, safe, add, rem, &cb))
53 BN_GENCB cb; local
54 BN_GENCB_set_old(&cb, callback, cb_arg);
55 return BN_is_prime_ex(a, checks, ctx_passed, &cb);
63 BN_GENCB cb; local
64 BN_GENCB_set_old(&cb, callback, cb_arg);
66 do_trial_division, &cb);
  /src/external/mit/libuv/dist/test/
test-loop-time.c 37 static void cb(uv_timer_t* timer) { function
59 r = uv_timer_start(&timer, cb, 1000, 0); /* 1 sec */
  /src/crypto/external/apache2/openssl/dist/crypto/
indicator_core.c 17 OSSL_INDICATOR_CALLBACK *cb; member in struct:indicator_cb_st
22 INDICATOR_CB *cb; local
24 cb = OPENSSL_zalloc(sizeof(*cb));
25 return cb;
28 void ossl_indicator_set_callback_free(void *cb)
30 OPENSSL_free(cb);
39 OSSL_INDICATOR_CALLBACK *cb)
44 icb->cb = cb;
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/riscv/
interp.c 148 host_callback *cb = STATE_CALLBACK (sd);
174 cb->argv = STATE_PROG_ARGV (sd);
175 cb->envp = STATE_PROG_ENVP (sd);
145 host_callback *cb = STATE_CALLBACK (sd); local
  /src/external/mpl/bind/dist/lib/isc/include/isc/
job.h 39 isc_job_cb cb; member in struct:isc_job
55 isc_job_run(isc_loop_t *loop, isc_job_t *job, isc_job_cb cb, void *cbarg);
57 * Schedule the job callback 'cb' to be run on the currently
64 *\li 'cb' is a callback function, must be non-NULL
65 *\li 'cbarg' is passed to the 'cb' as the only argument, may be NULL
ratelimiter.h 44 isc_job_cb cb; member in struct:isc_rlevent
89 isc_loop_t *restrict loop, isc_job_cb cb, void *arg,
  /src/external/mpl/bind/dist/lib/isc/
job.c 47 isc_job_run(isc_loop_t *loop, isc_job_t *job, isc_job_cb cb, void *cbarg) {
52 job->cb = cb;
76 isc_job_cb cb = job->cb; local
79 LIBISC_JOB_CB_BEFORE(job, cb, cbarg);
80 cb(cbarg);
81 LIBISC_JOB_CB_AFTER(job, cb, cbarg);
  /src/external/gpl3/gdb/dist/sim/riscv/
interp.c 148 host_callback *cb = STATE_CALLBACK (sd);
174 cb->argv = STATE_PROG_ARGV (sd);
175 cb->envp = STATE_PROG_ENVP (sd);
145 host_callback *cb = STATE_CALLBACK (sd); local
  /src/common/lib/libc/arch/or1k/string/
memcpy.c 52 const unsigned char *cb = b; local
62 *ca++ = *cb++;
68 const int offset = (uintptr_t)cb & (sizeof(*la) - 1);
69 const unsigned long *lb = (const unsigned long *) (cb - offset);
128 cb = (const unsigned char *)lb + offset;
131 *ca++ = *cb++;
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_sw_fence_work.h 31 struct i915_sw_dma_fence_cb cb; member in struct:dma_fence_work
  /src/crypto/external/apache2/openssl/dist/providers/fips/
fipsindicator.c 109 OSSL_INDICATOR_CALLBACK *cb = NULL; local
111 OSSL_INDICATOR_get_callback(libctx, &cb);
112 if (cb == NULL)
115 return cb(type, desc, NULL);
self_test.h 27 OSSL_CALLBACK *cb; member in struct:self_test_post_params_st
  /src/crypto/external/bsd/heimdal/dist/lib/kafs/
rxkad_kdf.c 137 unsigned char *cb, tmp; local
142 cb = (unsigned char *)buffer;
145 tmp = cb[8 * i + 7] >> 1;
147 cb[8 * i + j] &= 0xfe;
148 cb[8 * i + j] |= tmp & 0x1;
153 memmove(cb + 7 * i, cb + 8 * i, 7);
  /src/crypto/external/bsd/openssl/dist/providers/fips/
self_test.h 32 OSSL_CALLBACK *cb; member in struct:self_test_post_params_st
  /src/external/bsd/openldap/dist/libraries/libldap/
unbind.c 150 ldap_conncb *cb = ll->ll_data; local
152 cb->lc_del( ld, NULL, cb );
  /src/external/bsd/openldap/dist/servers/slapd/
delete.c 202 slap_callback cb = { NULL, NULL, NULL, NULL }; local
203 cb.sc_response = slap_null_cb;
207 op->o_callback = &cb;

Completed in 26 milliseconds

1 2 3 4 5 6 7 8 91011>>