Home
last modified time | relevance | path

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

12

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDCheckerManager.cpp148 const Stmt *s, ExprEngine &eng, bool wasInlined = false) in CheckStmtContext()
149 : IsPreVisit(isPreVisit), Checkers(checkers), S(s), Eng(eng), in CheckStmtContext()
189 const ObjCMethodCall &msg, ExprEngine &eng, in CheckObjCMessageContext()
192 Msg(msg), Eng(eng) { } in CheckObjCMessageContext()
232 const CallEvent &call, ExprEngine &eng, in CheckCallContext()
235 Call(call), Eng(eng) { } in CheckCallContext()
277 ExprEngine &eng) in CheckLocationContext()
279 BoundEx(BoundEx), Eng(eng) {} in CheckLocationContext()
322 SVal loc, SVal val, const Stmt *s, ExprEngine &eng, in CheckBindContext()
324 : Checkers(checkers), Loc(loc), Val(val), S(s), Eng(eng), PP(pp) {} in CheckBindContext()
[all …]
/NextBSD/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);
/NextBSD/share/examples/pf/
HDqueue414 altq on dc0 bandwidth 16Mb hfsc queue { eng law art }
15 queue eng bandwidth 10Mb { cs ee ie }
/NextBSD/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()
862 static EVP_PKEY *hwcrhk_load_pubkey(ENGINE *eng, const char *key_id, in hwcrhk_load_pubkey() argument
868 res = hwcrhk_load_privkey(eng, key_id, ui_method, callback_data); in hwcrhk_load_pubkey()
HDe_capi.c145 static EVP_PKEY *capi_load_privkey(ENGINE *eng, const char *key_id,
606 static EVP_PKEY *capi_get_pkey(ENGINE *eng, CAPI_KEY * key) in capi_get_pkey() argument
650 rkey = RSA_new_method(eng); in capi_get_pkey()
690 dkey = DSA_new_method(eng); in capi_get_pkey()
746 static EVP_PKEY *capi_load_privkey(ENGINE *eng, const char *key_id, in capi_load_privkey() argument
752 ctx = ENGINE_get_ex_data(eng, capi_idx); in capi_load_privkey()
764 ret = capi_get_pkey(eng, key); in capi_load_privkey()
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDCheckerContext.h88 ExprEngine &eng,
92 : Eng(eng), in Eng() argument
HDCoreEngine.h453 const Expr *e, const CFGBlock *dispatch, CoreEngine* eng) in IndirectGotoNodeBuilder() argument
454 : Eng(*eng), Src(src), DispatchBlock(*dispatch), E(e), Pred(pred) {} in IndirectGotoNodeBuilder()
499 const Expr *condition, CoreEngine* eng) in SwitchNodeBuilder() argument
500 : Eng(*eng), Src(src), Condition(condition), Pred(pred) {} in SwitchNodeBuilder()
/NextBSD/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
/NextBSD/contrib/ofed/libibverbs/
HDlibibverbs.spec.in95 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-3
98 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-2
/NextBSD/contrib/byacc/
HDREADME26 robert.corbett@eng.Sun.COM
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
HDBugReporter.h492 GRBugReporter(BugReporterData& d, ExprEngine& eng)
493 : BugReporter(d, GRBugReporterKind), Eng(eng) {}
/NextBSD/contrib/ofed/libmthca/
HDlibmthca.spec.in62 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.4-2
/NextBSD/contrib/file/magic/Magdir/
HDsql6 # From: "Marty Leisner" <mleisner@eng.mc.xerox.com>
HDimages1065 # doc: http://www.shikino.co.jp/eng/products/images/FLOWER.jpg.zip
1066 # example: http://www.shikino.co.jp/eng/products/images/FLOWER.wdp.zip
/NextBSD/gnu/usr.bin/rcs/
HDREFS11 <ftp://rtfm.mit.edu//pub/usenet-by-hierarchy/comp/software-eng/>
/NextBSD/crypto/openssl/ssl/
HDssl_lib.c2037 ENGINE *eng; in IMPLEMENT_LHASH_HASH_FN() local
2038 eng = ENGINE_by_id(eng_str(OPENSSL_SSL_CLIENT_ENGINE_AUTO)); in IMPLEMENT_LHASH_HASH_FN()
2039 if (!eng) { in IMPLEMENT_LHASH_HASH_FN()
2042 eng = ENGINE_by_id(eng_str(OPENSSL_SSL_CLIENT_ENGINE_AUTO)); in IMPLEMENT_LHASH_HASH_FN()
2044 if (!eng || !SSL_CTX_set_client_cert_engine(ret, eng)) in IMPLEMENT_LHASH_HASH_FN()
/NextBSD/share/misc/
HDiso639163 en eng eng English
/NextBSD/contrib/byacc/package/debian/
HDcopyright31 robert.corbett@eng.Sun.COM
/NextBSD/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…
/NextBSD/contrib/tzdata/
HDasia920 # Indonesia, <http://time.kim.lipi.go.id/time-eng.php> (2006-09-29).
1639 # http://eng.gateway.kg/cgi-bin/page.pl?id=1&story_name=doc9979.shtml
2299 # http://www.maannews.net/eng/ViewDetails.aspx?ID=271178
2306 # http://www.maannews.net/eng/ViewDetails.aspx?ID=306795
2318 # http://www.maannews.net/eng/ViewDetails.aspx?ID=416217
2340 # http://www.maannews.net/eng/ViewDetails.aspx?ID=424808
2686 # http://www.sana.sy/eng/21/2008/03/11/165173.htm
2713 # http://www.sana.sy/eng/21/2009/03/17/217563.htm
HDafrica617 # http://www.map.ma/eng/sections/box3/morocco_shifts_to_da/view
713 # http://www.map.ma/eng/sections/home/morocco_to_spring_fo/view
/NextBSD/contrib/gcclibs/libdecnumber/
HDdecNumber.c2003 decToString (const decNumber * dn, char *string, Flag eng) in decToString() argument
2075 if (eng && (e != 0)) in decToString()
/NextBSD/gnu/usr.bin/grep/
HDChangeLog2311 From Jim Meyering <meyering@eng.ascend.com>.
2339 From Jim Meyering <meyering@eng.ascend.com>.
/NextBSD/crypto/openssl/doc/
HDopenssl.txt34 http://home.netscape.com/eng/security/certs.html

12