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

1 2 3 4

  /src/external/bsd/unbound/dist/validator/
val_kentry.h 87 uint8_t* algo; member in struct:key_entry_data
val_kentry.h 87 uint8_t* algo; member in struct:key_entry_data
val_kentry.h 87 uint8_t* algo; member in struct:key_entry_data
val_kentry.c 62 if(kd->algo)
63 s += strlen((char*)kd->algo)+1;
97 free(kd->algo);
143 if(d->algo) {
144 newd->algo = (uint8_t*)regional_strdup(region,
145 (char*)d->algo);
146 if(!newd->algo)
205 if(d->algo) {
206 newd->algo = (uint8_t*)strdup((char*)d->algo);
391 int algo; local
    [all...]
val_kentry.c 62 if(kd->algo)
63 s += strlen((char*)kd->algo)+1;
97 free(kd->algo);
143 if(d->algo) {
144 newd->algo = (uint8_t*)regional_strdup(region,
145 (char*)d->algo);
146 if(!newd->algo)
205 if(d->algo) {
206 newd->algo = (uint8_t*)strdup((char*)d->algo);
391 int algo; local
    [all...]
val_kentry.c 62 if(kd->algo)
63 s += strlen((char*)kd->algo)+1;
97 free(kd->algo);
143 if(d->algo) {
144 newd->algo = (uint8_t*)regional_strdup(region,
145 (char*)d->algo);
146 if(!newd->algo)
205 if(d->algo) {
206 newd->algo = (uint8_t*)strdup((char*)d->algo);
391 int algo; local
    [all...]
val_nsec3.c 223 int* algo, size_t* iter, uint8_t** salt, size_t* saltlen)
229 *algo = nsec3_get_algo(rrset, r);
364 /* skip unknown flags, algo */
393 /** see if at least one RR is known (flags, algo) */
408 * (skips the unknown flag and unknown algo NSEC3s).
435 /* skip unknown flags, algo */
560 nsec3_get_hashed(sldns_buffer* buf, uint8_t* nm, size_t nmlen, int algo,
571 hash_len = nsec3_hash_algo_size_supported(algo);
573 log_err("nsec3 hash of unknown algo %d", algo);
600 int algo = nsec3_get_algo(c->nsec3, c->rr); local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/
nouveau_nvkm_subdev_i2c_bus.c 37 * i2c-algo-bit
82 * !i2c-algo-bit (off-chip i2c bus / hw i2c / internal bit-banging algo)
175 if ((bus->i2c.algo == &i2c_bit_algo) && (info[i].udelay != 0)) {
176 struct i2c_algo_bit_data *algo = bus->i2c.algo_data; local
178 info[i].udelay, algo->udelay);
179 orig_udelay = algo->udelay;
180 algo->udelay = info[i].udelay;
191 struct i2c_algo_bit_data *algo = bus->i2c.algo_data; local
192 algo->udelay = orig_udelay
    [all...]
nouveau_nvkm_subdev_i2c_bus.c 37 * i2c-algo-bit
82 * !i2c-algo-bit (off-chip i2c bus / hw i2c / internal bit-banging algo)
175 if ((bus->i2c.algo == &i2c_bit_algo) && (info[i].udelay != 0)) {
176 struct i2c_algo_bit_data *algo = bus->i2c.algo_data; local
178 info[i].udelay, algo->udelay);
179 orig_udelay = algo->udelay;
180 algo->udelay = info[i].udelay;
191 struct i2c_algo_bit_data *algo = bus->i2c.algo_data; local
192 algo->udelay = orig_udelay
    [all...]
nouveau_nvkm_subdev_i2c_bus.c 37 * i2c-algo-bit
82 * !i2c-algo-bit (off-chip i2c bus / hw i2c / internal bit-banging algo)
175 if ((bus->i2c.algo == &i2c_bit_algo) && (info[i].udelay != 0)) {
176 struct i2c_algo_bit_data *algo = bus->i2c.algo_data; local
178 info[i].udelay, algo->udelay);
179 orig_udelay = algo->udelay;
180 algo->udelay = info[i].udelay;
191 struct i2c_algo_bit_data *algo = bus->i2c.algo_data; local
192 algo->udelay = orig_udelay
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/cmp/
cmp_protect.c 229 ASN1_OBJECT *algo = NULL; local
236 if ((algo = OBJ_nid2obj(nid)) == NULL)
241 if (X509_ALGOR_set0(*alg, algo, V_ASN1_UNDEF, NULL))
243 ASN1_OBJECT_free(algo);
cmp_protect.c 229 ASN1_OBJECT *algo = NULL; local
236 if ((algo = OBJ_nid2obj(nid)) == NULL)
241 if (X509_ALGOR_set0(*alg, algo, V_ASN1_UNDEF, NULL))
243 ASN1_OBJECT_free(algo);
cmp_protect.c 229 ASN1_OBJECT *algo = NULL; local
236 if ((algo = OBJ_nid2obj(nid)) == NULL)
241 if (X509_ALGOR_set0(*alg, algo, V_ASN1_UNDEF, NULL))
243 ASN1_OBJECT_free(algo);
  /src/sys/external/bsd/drm2/include/linux/
i2c.h 92 const struct i2c_algorithm *algo; member in struct:i2c_adapter
i2c.h 92 const struct i2c_algorithm *algo; member in struct:i2c_adapter
i2c.h 92 const struct i2c_algorithm *algo; member in struct:i2c_adapter
  /src/external/bsd/unbound/dist/testcode/
unitverify.c 171 uint8_t algo = (uint8_t)dnskey_get_algo(dnskey, i); local
172 if(a[algo] == 0) {
173 a[algo] = 1;
174 sigalg[n++] = algo;
426 /** Test hash algo - NSEC3 hash it and compare result */
474 /** Read file to test NSEC3 hash algo */
unitverify.c 171 uint8_t algo = (uint8_t)dnskey_get_algo(dnskey, i); local
172 if(a[algo] == 0) {
173 a[algo] = 1;
174 sigalg[n++] = algo;
426 /** Test hash algo - NSEC3 hash it and compare result */
474 /** Read file to test NSEC3 hash algo */
unitverify.c 171 uint8_t algo = (uint8_t)dnskey_get_algo(dnskey, i); local
172 if(a[algo] == 0) {
173 a[algo] = 1;
174 sigalg[n++] = algo;
426 /** Test hash algo - NSEC3 hash it and compare result */
474 /** Read file to test NSEC3 hash algo */
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_gmbus.c 36 #include <linux/i2c-algo-bit.h>
316 struct i2c_algo_bit_data *algo; local
318 algo = &bus->bit_algo;
321 bus->adapter.algo_data = algo;
322 algo->setsda = set_data;
323 algo->setscl = set_clock;
324 algo->getsda = get_data;
325 algo->getscl = get_clock;
326 algo->pre_xfer = intel_gpio_pre_xfer;
327 algo->post_xfer = intel_gpio_post_xfer
    [all...]
intel_gmbus.c 36 #include <linux/i2c-algo-bit.h>
316 struct i2c_algo_bit_data *algo; local
318 algo = &bus->bit_algo;
321 bus->adapter.algo_data = algo;
322 algo->setsda = set_data;
323 algo->setscl = set_clock;
324 algo->getsda = get_data;
325 algo->getscl = get_clock;
326 algo->pre_xfer = intel_gpio_pre_xfer;
327 algo->post_xfer = intel_gpio_post_xfer
    [all...]
intel_gmbus.c 36 #include <linux/i2c-algo-bit.h>
316 struct i2c_algo_bit_data *algo; local
318 algo = &bus->bit_algo;
321 bus->adapter.algo_data = algo;
322 algo->setsda = set_data;
323 algo->setscl = set_clock;
324 algo->getsda = get_data;
325 algo->getscl = get_clock;
326 algo->pre_xfer = intel_gpio_pre_xfer;
327 algo->post_xfer = intel_gpio_post_xfer
    [all...]
  /src/sys/netinet/
portalgo.c 155 uint16_t *mymin, uint16_t *mymax, uint16_t **pnext_ephemeral, int algo)
227 [portalgo_af][portalgo_range][algo];
374 algo_bsd(int algo, uint16_t *port, struct inpcb *inp, kauth_cred_t cred)
383 &next_ephemeral, algo);
410 algo_random_start(int algo, uint16_t *port, struct inpcb *inp,
421 &next_ephemeral, algo);
464 algo_random_pick(int algo, uint16_t *port, struct inpcb *inp,
475 &next_ephemeral, algo);
602 algo_hash(int algo, uint16_t *port, struct inpcb *inp,
614 &next_ephemeral, algo);
749 int algo, error; local
    [all...]
portalgo.c 155 uint16_t *mymin, uint16_t *mymax, uint16_t **pnext_ephemeral, int algo)
227 [portalgo_af][portalgo_range][algo];
374 algo_bsd(int algo, uint16_t *port, struct inpcb *inp, kauth_cred_t cred)
383 &next_ephemeral, algo);
410 algo_random_start(int algo, uint16_t *port, struct inpcb *inp,
421 &next_ephemeral, algo);
464 algo_random_pick(int algo, uint16_t *port, struct inpcb *inp,
475 &next_ephemeral, algo);
602 algo_hash(int algo, uint16_t *port, struct inpcb *inp,
614 &next_ephemeral, algo);
749 int algo, error; local
    [all...]
portalgo.c 155 uint16_t *mymin, uint16_t *mymax, uint16_t **pnext_ephemeral, int algo)
227 [portalgo_af][portalgo_range][algo];
374 algo_bsd(int algo, uint16_t *port, struct inpcb *inp, kauth_cred_t cred)
383 &next_ephemeral, algo);
410 algo_random_start(int algo, uint16_t *port, struct inpcb *inp,
421 &next_ephemeral, algo);
464 algo_random_pick(int algo, uint16_t *port, struct inpcb *inp,
475 &next_ephemeral, algo);
602 algo_hash(int algo, uint16_t *port, struct inpcb *inp,
614 &next_ephemeral, algo);
749 int algo, error; local
    [all...]

Completed in 73 milliseconds

1 2 3 4