Home
last modified time | relevance | path

Searched refs:eng (Results 1 – 25 of 43) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDCheckerManager.cpp162 const Stmt *s, ExprEngine &eng, bool wasInlined = false) in CheckStmtContext()
163 : IsPreVisit(isPreVisit), Checkers(checkers), S(s), Eng(eng), in CheckStmtContext()
208 const ObjCMethodCall &msg, ExprEngine &eng, in CheckObjCMessageContext()
211 Eng(eng) {} in CheckObjCMessageContext()
278 const CallEvent &call, ExprEngine &eng, in CheckCallContext()
281 Call(call), Eng(eng) {} in CheckCallContext()
326 ExprEngine &eng) in CheckLocationContext()
328 BoundEx(BoundEx), Eng(eng) {} in CheckLocationContext()
374 SVal loc, SVal val, const Stmt *s, ExprEngine &eng, in CheckBindContext()
376 : Checkers(checkers), Loc(loc), Val(val), S(s), Eng(eng), PP(pp) {} in CheckBindContext()
[all …]
/freebsd-11-stable/crypto/openssl/doc/crypto/
HDEVP_PKEY_encrypt.pod48 set 'eng = NULL;' to start with the default OpenSSL RSA implementation:
55 ENGINE *eng;
59 /* NB: assumes eng, key, in, inlen are already set up,
62 ctx = EVP_PKEY_CTX_new(key,eng);
/freebsd-11-stable/share/examples/pf/
HDqueue414 altq on dc0 bandwidth 16Mb hfsc queue { eng law art }
15 queue eng bandwidth 10Mb { cs ee ie }
/freebsd-11-stable/crypto/openssl/engines/
HDe_padlock.c210 ENGINE *eng = ENGINE_new(); in ENGINE_padlock() local
212 if (!eng) { in ENGINE_padlock()
216 if (!padlock_bind_helper(eng)) { in ENGINE_padlock()
217 ENGINE_free(eng); in ENGINE_padlock()
221 return eng; in ENGINE_padlock()
HDe_chil.c139 static EVP_PKEY *hwcrhk_load_privkey(ENGINE *eng, const char *key_id,
142 static EVP_PKEY *hwcrhk_load_pubkey(ENGINE *eng, const char *key_id,
766 static EVP_PKEY *hwcrhk_load_privkey(ENGINE *eng, const char *key_id, in hwcrhk_load_privkey() argument
812 rtmp = RSA_new_method(eng); in hwcrhk_load_privkey()
876 static EVP_PKEY *hwcrhk_load_pubkey(ENGINE *eng, const char *key_id, in hwcrhk_load_pubkey() argument
882 res = hwcrhk_load_privkey(eng, key_id, ui_method, callback_data); in hwcrhk_load_pubkey()
HDe_capi.c165 static EVP_PKEY *capi_load_privkey(ENGINE *eng, const char *key_id,
626 static EVP_PKEY *capi_get_pkey(ENGINE *eng, CAPI_KEY * key) in capi_get_pkey() argument
670 rkey = RSA_new_method(eng); in capi_get_pkey()
710 dkey = DSA_new_method(eng); in capi_get_pkey()
766 static EVP_PKEY *capi_load_privkey(ENGINE *eng, const char *key_id, in capi_load_privkey() argument
772 ctx = ENGINE_get_ex_data(eng, capi_idx); in capi_load_privkey()
784 ret = capi_get_pkey(eng, key); in capi_load_privkey()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDCoreEngine.h486 const Expr *e, const CFGBlock *dispatch, CoreEngine* eng) in IndirectGotoNodeBuilder() argument
487 : Eng(*eng), Src(src), DispatchBlock(*dispatch), E(e), Pred(pred) {} in IndirectGotoNodeBuilder()
533 const Expr *condition, CoreEngine* eng) in SwitchNodeBuilder() argument
534 : Eng(*eng), Src(src), Condition(condition), Pred(pred) {} in SwitchNodeBuilder()
HDCheckerContext.h41 ExprEngine &eng,
45 : Eng(eng), in Eng() argument
/freebsd-11-stable/crypto/openssl/crypto/engine/
HDeng_openssl.c124 static EVP_PKEY *openssl_load_privkey(ENGINE *eng, const char *key_id,
387 static EVP_PKEY *openssl_load_privkey(ENGINE *eng, const char *key_id, in openssl_load_privkey() argument
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
HDecore_dev_api.h656 u8 ppfid, enum ecore_eng eng);
667 enum ecore_eng eng);
HDecore_dev.c728 enum ecore_eng eng; in __ecore_llh_set_engine_affin() local
741 eng = p_dev->fir_affin ? ECORE_ENG1 : ECORE_ENG0; in __ecore_llh_set_engine_affin()
742 rc = ecore_llh_set_roce_affinity(p_dev, eng); in __ecore_llh_set_engine_affin()
751 eng); in __ecore_llh_set_engine_affin()
757 eng = p_dev->fir_affin ? ECORE_ENG1 : ECORE_ENG0; in __ecore_llh_set_engine_affin()
759 eng = ECORE_BOTH_ENG; in __ecore_llh_set_engine_affin()
762 rc = ecore_llh_set_ppfid_affinity(p_dev, ppfid, eng); in __ecore_llh_set_engine_affin()
773 eng); in __ecore_llh_set_engine_affin()
791 enum ecore_eng eng; in ecore_llh_set_engine_affin() local
795 eng = ECORE_ENG0; in ecore_llh_set_engine_affin()
[all …]
HDecore_hsi_common.h2507 u8 eng /* Firmware engineering version number (for bootleg versions) */; member
/freebsd-11-stable/contrib/file/magic/Magdir/
HDdataone27 >>&0 regex eng;USA https://www.isotc211.org/2005/gmd
HDsql6 # From: "Marty Leisner" <mleisner@eng.mc.xerox.com>
/freebsd-11-stable/contrib/byacc/
HDREADME26 robert.corbett@eng.Sun.COM
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
HDBugReporter.h666 PathSensitiveBugReporter(BugReporterData& d, ExprEngine& eng) in PathSensitiveBugReporter() argument
667 : BugReporter(d), Eng(eng) {} in PathSensitiveBugReporter()
/freebsd-11-stable/gnu/usr.bin/rcs/
HDREFS11 <ftp://rtfm.mit.edu//pub/usenet-by-hierarchy/comp/software-eng/>
/freebsd-11-stable/crypto/openssl/ssl/
HDssl_lib.c2063 ENGINE *eng; in IMPLEMENT_LHASH_HASH_FN() local
2064 eng = ENGINE_by_id(eng_str(OPENSSL_SSL_CLIENT_ENGINE_AUTO)); in IMPLEMENT_LHASH_HASH_FN()
2065 if (!eng) { in IMPLEMENT_LHASH_HASH_FN()
2068 eng = ENGINE_by_id(eng_str(OPENSSL_SSL_CLIENT_ENGINE_AUTO)); in IMPLEMENT_LHASH_HASH_FN()
2070 if (!eng || !SSL_CTX_set_client_cert_engine(ret, eng)) in IMPLEMENT_LHASH_HASH_FN()
/freebsd-11-stable/contrib/unbound/contrib/
HDunbound.spec_fedora297 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-3
330 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-2
/freebsd-11-stable/share/misc/
HDiso639164 en eng eng English
/freebsd-11-stable/contrib/byacc/package/debian/
HDcopyright31 robert.corbett@eng.Sun.COM
/freebsd-11-stable/crypto/openssl/crypto/rc4/
HDrrc4.doc2 …lyde.open.ac.uk!strath-cs!bnr.co.uk!bt!pipex!howland.reston.ans.net!europa.eng.gtefsd.com!MathWork…
/freebsd-11-stable/contrib/tzdata/
HDasia1367 # Indonesia, <http://time.kim.lipi.go.id/time-eng.php> (2006-09-29).
2565 # http://eng.gateway.kg/cgi-bin/page.pl?id=1&story_name=doc9979.shtml
3265 # http://www.maannews.net/eng/ViewDetails.aspx?ID=271178
3272 # http://www.maannews.net/eng/ViewDetails.aspx?ID=306795
3284 # http://www.maannews.net/eng/ViewDetails.aspx?ID=416217
3306 # http://www.maannews.net/eng/ViewDetails.aspx?ID=424808
3751 # http://www.sana.sy/eng/21/2008/03/11/165173.htm
3778 # http://www.sana.sy/eng/21/2009/03/17/217563.htm
HDafrica751 # http://www.map.ma/eng/sections/box3/morocco_shifts_to_da/view
847 # http://www.map.ma/eng/sections/home/morocco_to_spring_fo/view
/freebsd-11-stable/contrib/gcclibs/libdecnumber/
HDdecNumber.c2003 decToString (const decNumber * dn, char *string, Flag eng) in decToString() argument
2075 if (eng && (e != 0)) in decToString()

12