Home
last modified time | relevance | path

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

12

/minix/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp149 : 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()
387 const Stmt *Cond, ExprEngine &eng) in CheckBranchConditionContext()
388 : Checkers(checkers), Condition(Cond), Eng(eng) {} in CheckBranchConditionContext()
[all …]
/minix/crypto/external/bsd/openssl/dist/doc/crypto/
H A DEVP_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);
/minix/external/bsd/tcpdump/dist/tests/
H A Ddhcpv6-domain-list.out1 … 1 time 418354459 000c299ba153) (DNS-search-list example.com. sales.example.com. eng.example.com.))
/minix/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h88 ExprEngine &eng,
92 : Eng(eng), in Eng() argument
H A DCoreEngine.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()
/minix/crypto/external/bsd/openssl/dist/crypto/engine/
H A Deng_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
/minix/crypto/external/bsd/openssl/dist/engines/
H A De_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()
H A De_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()
858 static EVP_PKEY *hwcrhk_load_pubkey(ENGINE *eng, const char *key_id, in hwcrhk_load_pubkey() argument
864 res = hwcrhk_load_privkey(eng, key_id, ui_method, callback_data); in hwcrhk_load_pubkey()
H A De_capi.c140 static EVP_PKEY *capi_load_privkey(ENGINE *eng, const char *key_id,
601 static EVP_PKEY *capi_get_pkey(ENGINE *eng, CAPI_KEY * key) in capi_get_pkey() argument
645 rkey = RSA_new_method(eng); in capi_get_pkey()
685 dkey = DSA_new_method(eng); in capi_get_pkey()
741 static EVP_PKEY *capi_load_privkey(ENGINE *eng, const char *key_id, in capi_load_privkey() argument
747 ctx = ENGINE_get_ex_data(eng, capi_idx); in capi_load_privkey()
759 ret = capi_get_pkey(eng, key); in capi_load_privkey()
/minix/external/bsd/byacc/dist/
H A DREADME26 robert.corbett@eng.Sun.COM
/minix/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h492 GRBugReporter(BugReporterData& d, ExprEngine& eng)
493 : BugReporter(d, GRBugReporterKind), Eng(eng) {}
/minix/external/bsd/llvm/dist/clang/test/
H A Dcxx-sections.data1158 26.5.2.3 [rand.concept.eng]
1161 26.5.3 [rand.eng]
1162 26.5.3.1 [rand.eng.lcong]
1163 26.5.3.2 [rand.eng.mers]
1164 26.5.3.3 [rand.eng.sub]
1647 TR1 5.1.4 [tr.rand.eng]
1649 TR1 5.1.4.2 [tr.rand.eng.mers]
1650 TR1 5.1.4.3 [tr.rand.eng.sub]
1651 TR1 5.1.4.4 [tr.rand.eng.sub1]
1652 TR1 5.1.4.5 [tr.rand.eng.disc]
[all …]
/minix/crypto/external/bsd/openssl/dist/demos/engines/zencod/
H A Dhw_zencod.c388 ENGINE *eng = ENGINE_new(); in ENGINE_zencod() local
390 if (!eng) { in ENGINE_zencod()
393 if (!bind_helper(eng)) { in ENGINE_zencod()
394 ENGINE_free(eng); in ENGINE_zencod()
398 return eng; in ENGINE_zencod()
/minix/external/bsd/file/dist/magic/magdir/
H A Dsql6 # From: "Marty Leisner" <mleisner@eng.mc.xerox.com>
H A Dimages1044 # doc: http://www.shikino.co.jp/eng/products/images/FLOWER.jpg.zip
1045 # example: http://www.shikino.co.jp/eng/products/images/FLOWER.wdp.zip
/minix/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_lib.c1881 ENGINE *eng; in IMPLEMENT_LHASH_HASH_FN() local
1882 eng = ENGINE_by_id(eng_str(OPENSSL_SSL_CLIENT_ENGINE_AUTO)); in IMPLEMENT_LHASH_HASH_FN()
1883 if (!eng) { in IMPLEMENT_LHASH_HASH_FN()
1886 eng = ENGINE_by_id(eng_str(OPENSSL_SSL_CLIENT_ENGINE_AUTO)); in IMPLEMENT_LHASH_HASH_FN()
1888 if (!eng || !SSL_CTX_set_client_cert_engine(ret, eng)) in IMPLEMENT_LHASH_HASH_FN()
/minix/external/bsd/byacc/dist/package/debian/
H A Dcopyright31 robert.corbett@eng.Sun.COM
/minix/share/misc/
H A Dlanguage132 English eng en
/minix/crypto/external/bsd/openssl/dist/
H A DREADME117 licensing agreement: http://info.isl.ntt.co.jp/crypt/eng/info/chiteki.html
/minix/crypto/external/bsd/openssl/dist/crypto/rc4/
H A Drrc4.doc2 …lyde.open.ac.uk!strath-cs!bnr.co.uk!bt!pipex!howland.reston.ans.net!europa.eng.gtefsd.com!MathWork…
/minix/external/public-domain/tz/dist/
H A Dasia919 # Indonesia, <http://time.kim.lipi.go.id/time-eng.php> (2006-09-29).
1638 # http://eng.gateway.kg/cgi-bin/page.pl?id=1&story_name=doc9979.shtml
2297 # http://www.maannews.net/eng/ViewDetails.aspx?ID=271178
2304 # http://www.maannews.net/eng/ViewDetails.aspx?ID=306795
2316 # http://www.maannews.net/eng/ViewDetails.aspx?ID=416217
2338 # http://www.maannews.net/eng/ViewDetails.aspx?ID=424808
2684 # http://www.sana.sy/eng/21/2008/03/11/165173.htm
2711 # http://www.sana.sy/eng/21/2009/03/17/217563.htm
H A Dafrica617 # 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
/minix/external/mit/xorg/lib/xkeyboard-config/rules/
H A Dbase.lst366 eng in: English (India, with rupee sign)
395 eng ca: English (Canada)
H A Devdev.lst366 eng in: English (India, with rupee sign)
395 eng ca: English (Canada)
/minix/crypto/external/bsd/openssl/dist/doc/
H A Dopenssl.txt34 http://home.netscape.com/eng/security/certs.html

12