| /src/crypto/external/apache2/openssl/dist/crypto/engine/ |
| eng_rdrand.c | 97 ENGINE *toadd = ENGINE_rdrand(); local 98 if (!toadd) 101 ENGINE_add(toadd); 106 ENGINE_free(toadd);
|
| eng_dyn.c | 252 ENGINE *toadd = engine_dynamic(); local 253 if (!toadd) 257 ENGINE_add(toadd); 262 ENGINE_free(toadd);
|
| eng_openssl.c | 150 ENGINE *toadd = engine_openssl(); local 151 if (!toadd) 155 ENGINE_add(toadd); 160 ENGINE_free(toadd);
|
| /src/crypto/external/bsd/openssl/dist/crypto/engine/ |
| eng_rdrand.c | 87 ENGINE *toadd = ENGINE_rdrand(); local 88 if (!toadd) 91 ENGINE_add(toadd); 96 ENGINE_free(toadd);
|
| eng_dyn.c | 260 ENGINE *toadd = engine_dynamic(); local 261 if (!toadd) 265 ENGINE_add(toadd); 270 ENGINE_free(toadd);
|
| eng_openssl.c | 150 ENGINE *toadd = engine_openssl(); local 151 if (!toadd) 155 ENGINE_add(toadd); 160 ENGINE_free(toadd);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/engine/ |
| eng_rdrand.c | 85 ENGINE *toadd = ENGINE_rdrand(); local 86 if (!toadd) 88 ENGINE_add(toadd); 89 ENGINE_free(toadd);
|
| eng_dyn.c | 254 ENGINE *toadd = engine_dynamic(); local 255 if (!toadd) 257 ENGINE_add(toadd); 262 ENGINE_free(toadd);
|
| eng_openssl.c | 143 ENGINE *toadd = engine_openssl(); local 144 if (!toadd) 146 ENGINE_add(toadd); 151 ENGINE_free(toadd);
|
| /src/crypto/external/apache2/openssl/dist/engines/ |
| e_afalg.c | 905 ENGINE *toadd; local 910 toadd = engine_afalg(); 911 if (toadd == NULL) 914 ENGINE_add(toadd); 919 ENGINE_free(toadd);
|
| e_padlock.c | 49 ENGINE *toadd = ENGINE_padlock(); local 50 if (!toadd) 53 ENGINE_add(toadd); 58 ENGINE_free(toadd);
|
| e_dasync.c | 395 ENGINE *toadd = engine_dasync(); local 396 if (!toadd) 399 ENGINE_add(toadd); 404 ENGINE_free(toadd);
|
| e_ossltest.c | 464 ENGINE *toadd = engine_ossltest(); local 465 if (!toadd) 467 ENGINE_add(toadd); 468 ENGINE_free(toadd);
|
| /src/crypto/external/bsd/openssl/dist/engines/ |
| e_afalg.c | 884 ENGINE *toadd; local 889 toadd = engine_afalg(); 890 if (toadd == NULL) 893 ENGINE_add(toadd); 898 ENGINE_free(toadd);
|
| e_padlock.c | 49 ENGINE *toadd = ENGINE_padlock(); local 50 if (!toadd) 53 ENGINE_add(toadd); 58 ENGINE_free(toadd);
|
| e_dasync.c | 395 ENGINE *toadd = engine_dasync(); local 396 if (!toadd) 399 ENGINE_add(toadd); 404 ENGINE_free(toadd);
|
| e_ossltest.c | 463 ENGINE *toadd = engine_ossltest(); local 464 if (!toadd) 466 ENGINE_add(toadd); 467 ENGINE_free(toadd);
|
| /src/crypto/external/bsd/openssl.old/dist/engines/ |
| e_afalg.c | 820 ENGINE *toadd; local 825 toadd = engine_afalg(); 826 if (toadd == NULL) 828 ENGINE_add(toadd); 829 ENGINE_free(toadd);
|
| e_dasync.c | 321 ENGINE *toadd = engine_dasync(); local 322 if (!toadd) 324 ENGINE_add(toadd); 325 ENGINE_free(toadd);
|
| e_ossltest.c | 354 ENGINE *toadd = engine_ossltest(); local 355 if (!toadd) 357 ENGINE_add(toadd); 358 ENGINE_free(toadd);
|
| e_padlock.c | 57 ENGINE *toadd = ENGINE_padlock(); local 58 if (!toadd) 60 ENGINE_add(toadd); 61 ENGINE_free(toadd);
|
| /src/usr.bin/units/ |
| units.c | 269 addsubunit(const char *product[], const char *toadd) 280 *ptr = dupstr(toadd); 343 addunit(struct unittype * theunit, const char *toadd, int flip) 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))
|
| /src/external/mpl/bind/dist/lib/dns/ |
| catz.c | 498 isc_ht_t *toadd = NULL, *tomod = NULL; local 525 isc_ht_init(&toadd, catz->catzs->mctx, 1, ISC_HT_CASE_SENSITIVE); 531 * We can create those iterators now, even though toadd and tomod are 534 isc_ht_iter_create(toadd, &iteradd); 654 catz_entry_add_or_mod(catz, toadd, key, keysize, nentry, 665 catz_entry_add_or_mod(catz, toadd, key, keysize, nentry, 778 isc_ht_destroy(&toadd);
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| catz.c | 403 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);
|