Searched refs:impl (Results 26 - 50 of 81) sorted by relevance

1234

/freebsd-11-stable/crypto/openssl/crypto/cmac/
H A Dcmac.c152 const EVP_CIPHER *cipher, ENGINE *impl)
158 if ((impl || ctx->cctx.engine)
175 if (!impl && !ctx->cctx.engine)
180 if (!key && !cipher && !impl && keylen == 0) {
191 if (cipher && !EVP_EncryptInit_ex(&ctx->cctx, cipher, impl, NULL, NULL))
151 CMAC_Init(CMAC_CTX *ctx, const void *key, size_t keylen, const EVP_CIPHER *cipher, ENGINE *impl) argument
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Devp_enc.c104 ENGINE *impl, const unsigned char *key,
141 if (impl) {
142 if (!ENGINE_init(impl)) {
148 impl = ENGINE_get_cipher_engine(cipher->nid);
149 if (impl) {
151 const EVP_CIPHER *c = ENGINE_get_cipher(impl, cipher->nid);
167 ctx->engine = impl;
302 ENGINE *impl, const unsigned char *key,
305 return EVP_CipherInit_ex(ctx, cipher, impl, key, iv, 1);
315 ENGINE *impl, cons
103 EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv, int enc) argument
301 EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv) argument
314 EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/hmac/
H A Dhmac.h95 const EVP_MD *md, ENGINE *impl);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStructuredData.h25 SBStructuredData(lldb_private::StructuredDataImpl *impl);
/freebsd-11-stable/crypto/openssl/apps/
H A Ddgst.c106 ENGINE *e = NULL, *impl = NULL; local
296 impl = e;
371 if (!init_gen_str(bio_err, &mac_ctx, mac_name, impl, 0))
405 sigkey = EVP_PKEY_new_mac_key(EVP_PKEY_HMAC, impl,
421 r = EVP_DigestVerifyInit(mctx, &pctx, md, impl, sigkey);
423 r = EVP_DigestSignInit(mctx, &pctx, md, impl, sigkey);
451 if (!EVP_DigestInit_ex(mctx, md, impl)) {
H A Dpkeyutl.c78 int impl);
413 ENGINE *impl = NULL; local
455 impl = e;
458 ctx = EVP_PKEY_CTX_new(pkey, impl);
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dtick.c156 if (PCPU_GET(impl) == CPU_IMPL_SPARC64V ||
157 PCPU_GET(impl) >= CPU_IMPL_ULTRASPARCIII) {
177 if (PCPU_GET(impl) >= CPU_IMPL_ULTRASPARCI &&
178 PCPU_GET(impl) < CPU_IMPL_ULTRASPARCIII)
390 tick_stop(PCPU_GET(impl));
H A Dtrap.c394 cache_enable(PCPU_GET(impl));
436 cache_enable(PCPU_GET(impl));
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp118 const TypeSummaryImpl::Flags &flags, Callback impl, const char *description)
119 : TypeSummaryImpl(Kind::eCallback, flags), m_impl(impl),
117 CXXFunctionSummaryFormat( const TypeSummaryImpl::Flags &flags, Callback impl, const char *description) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h140 /// Concrete, target specific sub-classes can be accessed via the impl()
147 Impl &impl() { return static_cast<Impl &>(*this); } function in class:llvm::RuntimeDyldMachOCRTPBase
148 const Impl &impl() const { return static_cast<const Impl &>(*this); } function in class:llvm::RuntimeDyldMachOCRTPBase
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp42 SBStructuredData::SBStructuredData(lldb_private::StructuredDataImpl *impl) argument
43 : m_impl_up(impl) {
45 (lldb_private::StructuredDataImpl *), impl);
H A DSBCommandInterpreter.cpp678 const char *name, lldb::SBCommandPluginInterface *impl, const char *help) {
682 impl, help);
686 *m_opaque_ptr, name, impl, help);
696 lldb::SBCommandPluginInterface *impl,
701 name, impl, help, syntax);
705 *m_opaque_ptr, name, impl, help, syntax);
780 lldb::SBCommandPluginInterface *impl,
785 impl, help);
793 m_opaque_sp->GetCommandInterpreter(), name, impl, help);
800 lldb::SBCommandPluginInterface *impl,
677 AddCommand( const char *name, lldb::SBCommandPluginInterface *impl, const char *help) argument
695 AddCommand(const char *name, lldb::SBCommandPluginInterface *impl, const char *help, const char *syntax) argument
779 AddCommand(const char *name, lldb::SBCommandPluginInterface *impl, const char *help) argument
799 AddCommand(const char *name, lldb::SBCommandPluginInterface *impl, const char *help, const char *syntax) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp184 return isAlwaysAlive(D) || getImpl(impl).blocksEndToLiveness[B].isLive(D);
188 return isAlwaysAlive(D) || getImpl(impl).stmtsToLiveness[S].isLive(D);
192 return getImpl(impl).stmtsToLiveness[Loc].isLive(S);
529 const CFG *cfg = getImpl(impl).analysisContext.getCFG();
531 getImpl(impl).runOnBlock(*it, getImpl(impl).blocksEndToLiveness[*it], &obs);
534 LiveVariables::LiveVariables(void *im) : impl(im) {}
537 delete (LiveVariablesImpl*) impl;
619 getImpl(impl).dumpBlockLiveness(M);
665 getImpl(impl)
[all...]
/freebsd-11-stable/sys/sys/
H A Dcdefs.h564 #define __sym_compat(sym,impl,verid) \
565 __asm__(".symver " #impl ", " #sym "@" #verid)
566 #define __sym_default(sym,impl,verid) \
567 __asm__(".symver " #impl ", " #sym "@@" #verid)
576 #define __sym_compat(sym,impl,verid) \
577 __asm__(".symver impl, sym@verid")
578 #define __sym_default(impl,sym,verid) \
579 __asm__(".symver impl, sym@@verid")
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DMainLoop.cpp385 RunImpl impl(*this);
390 error = impl.Poll();
394 impl.ProcessEvents();
/freebsd-11-stable/sys/arm64/include/
H A Dbus_dma_impl.h36 struct bus_dma_impl *impl; member in struct:bus_dma_tag_common
/freebsd-11-stable/sys/x86/include/
H A Dbusdma_impl.h36 struct bus_dma_impl *impl; member in struct:bus_dma_tag_common
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_event_plugin.h182 osm_event_plugin_t *impl; member in struct:osm_epi_plugin
/freebsd-11-stable/sys/arm64/arm64/
H A Dgic_v3_reg.h234 #define GITS_IIDR_RAW(impl, prod, var, rev) \
238 (impl) << GITS_IIDR_IMPLEMENTOR_SHIFT)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.h143 const LinkerImpl &impl() const { function in class:llvm::jitlink::JITLinker
209 if (auto Err = impl().applyFixup(*B, E, BlockDataPtr))
/freebsd-11-stable/lib/libomp/
H A Domp-tools.h164 #define kmp_mutex_impl_macro(impl, code) impl = code,
836 unsigned int impl,
844 unsigned int impl; member in struct:ompt_record_mutex_acquire_t
/freebsd-11-stable/lib/libc/gen/
H A Dsem.c100 #define SYM_COMPAT(sym, impl, ver) __sym_compat(sym, impl, ver)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveInterval.cpp59 // The base class calls the methods of the subclass through method impl(),
92 iterator I = impl().find(Def);
95 impl().insertAtEnd(Segment(Def, Def.getDeadSlot(), VNI));
124 impl().findInsertPos(Segment(Use.getPrevSlot(), Use, nullptr));
140 iterator I = impl().findInsertPos(Segment(BeforeUse, Use, nullptr));
221 iterator I = impl().findInsertPos(S);
269 ImplT &impl() { return *static_cast<ImplT *>(this); } function in class:__anon1736::CalcLiveRangeUtilBase
271 CollectionT &segments() { return impl().segmentsColl(); }
/freebsd-11-stable/contrib/apr/poll/unix/
H A Dport.c450 static const apr_pollset_provider_t impl = { variable
459 const apr_pollset_provider_t *apr_pollset_provider_port = &impl;
H A Dselect.c440 static const apr_pollset_provider_t impl = { variable
449 const apr_pollset_provider_t *apr_pollset_provider_select = &impl;

Completed in 413 milliseconds

1234