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

/freebsd-10.1-release/crypto/openssl/crypto/engine/
H A Deng_rdrand.c137 ENGINE *toadd = ENGINE_rdrand(); local
138 if (!toadd)
140 ENGINE_add(toadd);
141 ENGINE_free(toadd);
H A Deng_openssl.c192 ENGINE *toadd = engine_openssl(); local
193 if (!toadd)
195 ENGINE_add(toadd);
200 ENGINE_free(toadd);
H A Deng_dyn.c311 ENGINE *toadd = engine_dynamic(); local
312 if (!toadd)
314 ENGINE_add(toadd);
319 ENGINE_free(toadd);
H A Deng_rsax.c91 ENGINE *toadd = ENGINE_rsax(); local
92 if (!toadd)
94 ENGINE_add(toadd);
95 ENGINE_free(toadd);
/freebsd-10.1-release/crypto/openssl/engines/ccgost/
H A Dgost_eng.c271 ENGINE *toadd; local
274 toadd = engine_gost();
275 if (!toadd)
277 ENGINE_add(toadd);
278 ENGINE_free(toadd);
/freebsd-10.1-release/usr.bin/units/
H A Dunits.c80 int addsubunit(char *product[], char *toadd);
83 int addunit(struct unittype *theunit, char *toadd, int flip, int quantity);
220 addsubunit(char *product[], char *toadd) argument
231 *ptr = dupstr(toadd);
299 addunit(struct unittype * theunit, char *toadd, int flip, int quantity) argument
306 if (!strlen(toadd))
309 savescr = scratch = dupstr(toadd);
538 char *toadd; local
552 toadd = lookupunit(*product);
553 if (!toadd) {
[all...]
/freebsd-10.1-release/crypto/openssl/engines/
H A De_nuron.c409 ENGINE *toadd = engine_nuron(); local
410 if (!toadd)
412 ENGINE_add(toadd);
413 ENGINE_free(toadd);
H A De_atalla.c281 ENGINE *toadd = engine_atalla(); local
282 if (!toadd)
284 ENGINE_add(toadd);
285 ENGINE_free(toadd);
H A De_gmp.c207 ENGINE *toadd = engine_gmp(); local
208 if (!toadd)
210 ENGINE_add(toadd);
211 ENGINE_free(toadd);
H A De_aep.c375 ENGINE *toadd = engine_aep();
376 if (!toadd)
378 ENGINE_add(toadd);
379 ENGINE_free(toadd);
H A De_chil.c421 ENGINE *toadd = engine_chil(); local
422 if (!toadd)
424 ENGINE_add(toadd);
425 ENGINE_free(toadd);
H A De_padlock.c119 ENGINE *toadd = ENGINE_padlock(); local
120 if (!toadd)
122 ENGINE_add(toadd);
123 ENGINE_free(toadd);
H A De_sureware.c332 ENGINE *toadd = engine_sureware();
333 if (!toadd)
335 ENGINE_add(toadd);
336 ENGINE_free(toadd);
H A De_ubsec.c280 ENGINE *toadd = engine_ubsec(); local
281 if (!toadd)
283 ENGINE_add(toadd);
284 ENGINE_free(toadd);
H A De_cswift.c304 ENGINE *toadd = engine_cswift(); local
305 if (!toadd)
307 ENGINE_add(toadd);
308 ENGINE_free(toadd);
H A De_capi.c570 ENGINE *toadd = engine_capi();
571 if (!toadd)
573 ENGINE_add(toadd);
574 ENGINE_free(toadd);
/freebsd-10.1-release/crypto/openssl/util/
H A Dmkdef.pl496 my $toadd = $a.":".$a1.(defined($k)?":".$k:"");
501 $variant{$s} .= $toadd;

Completed in 224 milliseconds