Searched refs:toadd (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/engine/
H A Deng_rdrand.c85 ENGINE *toadd = ENGINE_rdrand(); local
86 if (!toadd)
88 ENGINE_add(toadd);
89 ENGINE_free(toadd);
H A Deng_dyn.c254 ENGINE *toadd = engine_dynamic(); local
255 if (!toadd)
257 ENGINE_add(toadd);
262 ENGINE_free(toadd);
H A Deng_openssl.c143 ENGINE *toadd = engine_openssl(); local
144 if (!toadd)
146 ENGINE_add(toadd);
151 ENGINE_free(toadd);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/engine/
H A Deng_rdrand.c87 ENGINE *toadd = ENGINE_rdrand(); local
88 if (!toadd)
91 ENGINE_add(toadd);
96 ENGINE_free(toadd);
H A Deng_dyn.c260 ENGINE *toadd = engine_dynamic(); local
261 if (!toadd)
265 ENGINE_add(toadd);
270 ENGINE_free(toadd);
H A Deng_openssl.c150 ENGINE *toadd = engine_openssl(); local
151 if (!toadd)
155 ENGINE_add(toadd);
160 ENGINE_free(toadd);
/netbsd-current/usr.bin/units/
H A Dunits.c269 addsubunit(const char *product[], const char *toadd) argument
280 *ptr = dupstr(toadd);
343 addunit(struct unittype * theunit, const char *toadd, int flip) argument
352 savescr = scratch = dupstr(toadd);
628 const char *toadd; local
642 toadd = lookupunit(*product);
643 if (!toadd) {
647 if (strchr(toadd, PRIMITIVECHAR))
654 if (addunit(theunit, toadd, flip))
/netbsd-current/crypto/external/bsd/openssl.old/dist/engines/
H A De_afalg.c820 ENGINE *toadd; local
825 toadd = engine_afalg();
826 if (toadd == NULL)
828 ENGINE_add(toadd);
829 ENGINE_free(toadd);
H A De_dasync.c321 ENGINE *toadd = engine_dasync(); local
322 if (!toadd)
324 ENGINE_add(toadd);
325 ENGINE_free(toadd);
H A De_ossltest.c354 ENGINE *toadd = engine_ossltest(); local
355 if (!toadd)
357 ENGINE_add(toadd);
358 ENGINE_free(toadd);
H A De_padlock.c57 ENGINE *toadd = ENGINE_padlock(); local
58 if (!toadd)
60 ENGINE_add(toadd);
61 ENGINE_free(toadd);
H A De_capi.c597 ENGINE *toadd = engine_capi();
598 if (!toadd)
600 ENGINE_add(toadd);
601 ENGINE_free(toadd);
/netbsd-current/crypto/external/bsd/openssl/dist/engines/
H A De_afalg.c884 ENGINE *toadd; local
889 toadd = engine_afalg();
890 if (toadd == NULL)
893 ENGINE_add(toadd);
898 ENGINE_free(toadd);
H A De_ossltest.c463 ENGINE *toadd = engine_ossltest(); local
464 if (!toadd)
466 ENGINE_add(toadd);
467 ENGINE_free(toadd);
H A De_padlock.c49 ENGINE *toadd = ENGINE_padlock(); local
50 if (!toadd)
53 ENGINE_add(toadd);
58 ENGINE_free(toadd);
H A De_dasync.c395 ENGINE *toadd = engine_dasync(); local
396 if (!toadd)
399 ENGINE_add(toadd);
404 ENGINE_free(toadd);
H A De_capi.c600 ENGINE *toadd = engine_capi();
601 if (!toadd)
604 ENGINE_add(toadd);
609 ENGINE_free(toadd);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dcatz.c403 isc_ht_t *toadd = NULL, *tomod = NULL; local
428 isc_ht_init(&toadd, target->catzs->mctx, 16, ISC_HT_CASE_SENSITIVE);
437 * We can create those iterators now, even though toadd and tomod are
440 isc_ht_iter_create(toadd, &iteradd);
486 catz_entry_add_or_mod(target, toadd, key, keysize,
501 catz_entry_add_or_mod(target, toadd, key, keysize,
592 isc_ht_destroy(&toadd);
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dcatz.c483 isc_ht_t *toadd = NULL, *tomod = NULL; local
510 isc_ht_init(&toadd, catz->catzs->mctx, 16, ISC_HT_CASE_SENSITIVE);
516 * We can create those iterators now, even though toadd and tomod are
519 isc_ht_iter_create(toadd, &iteradd);
645 catz_entry_add_or_mod(catz, toadd, key, keysize, nentry,
656 catz_entry_add_or_mod(catz, toadd, key, keysize, nentry,
769 isc_ht_destroy(&toadd);
/netbsd-current/crypto/external/bsd/openssl.old/dist/util/
H A Dmkdef.pl401 my $toadd = $a.":".$a1.(defined($k)?":".$k:"");
406 $variant{$s} .= $toadd;

Completed in 294 milliseconds