HomeSort by: relevance | last modified time | path
    Searched refs:ENGINES (Results 1 - 9 of 9) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/Configurations/
windows-makefile.tmpl 82 ENGINES={- join(" ", map { dso($_) } @{$unified_info{engines}}) -}
83 ENGINEPDBS={- join(" ", map { local $dsoext = ".pdb"; dso($_) } @{$unified_info{engines}}) -}
100 INSTALL_ENGINES={- join(" ", map { quotify1(dso($_)) } @{$unified_info{install}->{engines}}) -}
101 INSTALL_ENGINEPDBS={- join(" ", map { local $dsoext = ".pdb"; quotify1(dso($_)) } @{$unified_info{install}->{engines}}) -}
146 our $enginesdir = catdir($prefix,$libdir,"engines-$sover_dirname");
318 build_engines_nodep: $(ENGINES)
341 set OPENSSL_ENGINES=$(MAKEDIR)\engines
366 -del /Q /F $(ENGINES)
371 -del /Q /S /F engines\*.lib engines\*.ex
    [all...]
descrip.mms.tmpl 124 ENGINES={- join(", ", map { "-\n\t".$_.".EXE" } @{$unified_info{engines}}) -}
140 INSTALL_ENGINES={- join(", ", map { "-\n\t".$_.".EXE" } @{$unified_info{install}->{engines}}) -}
169 # Where installed engines reside, for C
170 ENGINESDIR_C={- $osslprefix -}ENGINES{- $sover_dirname.$target{pointer_size} -}:
418 build_engines_nodep : $(ENGINES)
441 engines = F$PARSE("{- builddir("engines") -}","A.;",,,"syntax_only") - "A.;"
442 DEFINE OPENSSL_ENGINES 'engines'
484 # use $(LIBS), $(PROGRAMS), $(GENERATED) and $(ENGINES)directly
    [all...]
unix-Makefile.tmpl 125 ENGINES={- join(" ", map { dso($_) } @{$unified_info{engines}}) -}
140 INSTALL_ENGINES={- join(" ", map { dso($_) } @{$unified_info{install}->{engines}}) -}
194 ENGINESDIR=$(libdir)/engines-{- $sover_dirname -}
248 "engines-$sover_dirname");
454 build_engines_nodep: $(ENGINES)
479 OPENSSL_ENGINES=`cd ../$(BLDDIR)/engines 2>/dev/null && pwd` \
517 $(RM) $(PROGRAMS) $(TESTPROGS) $(ENGINES) $(SCRIPTS)
715 @$(ECHO) "*** Installing engines"
727 @$(ECHO) "*** Uninstalling engines"
    [all...]
  /src/crypto/external/apache2/openssl/dist/Configurations/
descrip.mms.tmpl 391 ENGINESDIR_C={- platform->osslprefix() -}ENGINES{- $sover_dirname.$target{pointer_size} -}:
662 @ WRITE SYS$OUTPUT "*** Installing engines"
663 - CREATE/DIR ossl_installroot:[ENGINES{- $sover_dirname.$target{pointer_size} -}.'arch']
665 map { "COPY/PROT=W:RE $_.EXE ossl_installroot:[ENGINES$sover_dirname$target{pointer_size}.'arch']" }
  /src/crypto/external/bsd/openssl/dist/Configurations/
descrip.mms.tmpl 353 ENGINESDIR_C={- platform->osslprefix() -}ENGINES{- $sover_dirname.$target{pointer_size} -}:
624 @ WRITE SYS$OUTPUT "*** Installing engines"
625 - CREATE/DIR ossl_installroot:[ENGINES{- $sover_dirname.$target{pointer_size} -}.'arch']
627 map { "COPY/PROT=W:RE $_.EXE ossl_installroot:[ENGINES$sover_dirname$target{pointer_size}.'arch']" }
  /src/crypto/external/bsd/openssl.old/dist/
Configure 321 $config{dirs} = [ "crypto", "ssl", "engines", "apps", "test", "util", "tools", "fuzz" ];
1655 @{$config{dirs}} = grep !/^engines$/, @{$config{dirs}};
1656 push @{$disabled_info{engine}->{skipped}}, catdir('engines');
1765 push @build_infos, [ catdir("engines", $_), "build.info" ]
1766 if (-f catfile($srcdir, "engines", $_, "build.info"));
1788 my @engines = ();
1878 qr/^\s*ENGINES(_NO_INST)?\s*=\s*(.*)\s*$/
1883 push @engines, @x;
2005 die <<"EOF" if scalar @engines and !$config{dynamic_engines};
2006 ENGINES can only be used if configured with 'dynamic-engine'
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_context.c 254 if (!e->engines[count])
257 RCU_INIT_POINTER(e->engines[count]->gem_context, NULL);
258 intel_context_put(e->engines[count]);
280 e = kzalloc(struct_size(e, engines, I915_NUM_ENGINES), GFP_KERNEL);
292 GEM_BUG_ON(e->engines[engine->legacy_idx]);
302 e->engines[engine->legacy_idx] = ce;
318 free_engines(rcu_access_pointer(ctx->engines));
366 return rcu_dereference_protected(ctx->engines, true);
472 * Map the user's engine back to the actual engines; one virtual
473 * engine will be mapped to multiple engines, and using ctx->engine[
1482 struct i915_gem_engines *engines; member in struct:set_engines
    [all...]
  /src/crypto/external/apache2/openssl/dist/
Configure 672 # Without shared libraries, dynamic engines aren't possible.
677 # (note that even with shared libraries, both the app and dynamic engines
1942 $skipdir{engines} = $what if $what eq 'engine';
2358 ENGINES can only be used if configured with 'dynamic-engine'.
  /src/crypto/external/bsd/openssl/dist/
Configure 602 # Without shared libraries, dynamic engines aren't possible.
607 # (note that even with shared libraries, both the app and dynamic engines
1815 $skipdir{engines} = $what if $what eq 'engine';
2231 ENGINES can only be used if configured with 'dynamic-engine'.

Completed in 36 milliseconds