Searched refs:derive (Results 1 – 25 of 30) sorted by relevance
12
/external/openssl/crypto/evp/ |
D | pmeth_fn.c | 270 if (!ctx || !ctx->pmeth || !ctx->pmeth->derive) in EVP_PKEY_derive_init() 288 …if (!ctx || !ctx->pmeth || !(ctx->pmeth->derive||ctx->pmeth->encrypt||ctx->pmeth->decrypt) || !ctx… in EVP_PKEY_derive_set_peer() 354 if (!ctx || !ctx->pmeth || !ctx->pmeth->derive) in EVP_PKEY_derive() 366 return ctx->pmeth->derive(ctx, key, pkeylen); in EVP_PKEY_derive()
|
D | pmeth_lib.c | 229 pmeth->derive = 0; in EVP_PKEY_meth_new() 526 int (*derive)(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen)) in EVP_PKEY_meth_set_derive() 529 pmeth->derive = derive; in EVP_PKEY_meth_set_derive()
|
D | evp_locl.h | 337 int (*derive)(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen); member
|
D | evp.h | 1177 int (*derive)(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen));
|
/external/chromium/net/third_party/nss/ |
D | nss.gyp | 30 'ssl/derive.c',
|
/external/chromium/net/third_party/nss/ssl/ |
D | manifest.mn | 53 derive.c \
|
/external/bison/tests/ |
D | reduce.at | 352 input.y:3.1-3: fatal error: start symbol exp does not derive any sentence
|
/external/openssl/include/openssl/ |
D | evp.h | 1177 int (*derive)(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen));
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-12 | 554 * glib/makefile.msc.in : added gbase64.obj and derive the static libs
|
/external/dbus/ |
D | NEWS | 147 - Made central classes derive from QObject
|
D | ChangeLog | 2848 derive from unicode instead of str, and encode/decode UTF-8 when 5094 Make all exceptions derive from DBusException
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/ |
D | flex.man | 2959 derive a subclass S from yyFlexLexer and want to access
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/texinfo/ |
D | flex.info | 2391 rule's action returns a value. If you derive a subclass S from
|
D | flex.texi | 2827 tokens, until a rule's action returns a value. If you derive a subclass
|
/external/webkit/WebCore/ |
D | ChangeLog | 4110 Changed to no longer derive from ActiveDOMObject (handles its own refcounting).
|
D | ChangeLog-2010-01-29 | 6541 Now the copier is able to handle types that derive from ThreadSafeShared. 6554 Add another template parameter to be able to detect classes that derive 27098 getter/setter might invoke execution). Instead derive the current world from 68669 [Gtk] Remove bogus dependency rules for built sources that derive 74989 …Changed SharedWorkerProxy to derive from ThreadSafeShared, as it needs to outlive the repository (… 84599 Need to refactor Worker to derive from AbstractWorker 84602 Changed Worker to derive from AbstractWorker, which involved moving 87270 … This is the first step in refactoring Worker to derive from AbstractWorker to enable code sharing. 87278 …ty shared by Worker.h and SharedWorker.h. In a future patch, Worker will derive from AbstractWorke…
|
D | ChangeLog-2009-06-16 | 2149 via CSS) and derive the other colors from it. Thus, setting the 2993 Chromium glue layer (not yet in Webkit tree) relies on ability to derive 25650 of classes that derive from Node to rebuild. 40720 Make WorkerMessagingProxy derive from two base proxy classes. 51940 derive from InputElement, and hold a InputElementData member variable, that they pass to the 91162 scrollbars (which we never supported anyway). Make Scrollbar derive from Widget directly.
|
D | ChangeLog-2006-05-10 | 6482 * html/HTMLCanvasElement.h: Changed HTMLCanvasElement to derive from HTMLElement 6515 _drawnImage, and _needsImageUpdate booleans. Changed RenderHTMLCanvas to derive from
|
D | ChangeLog-2003-10-25 | 15426 ref() and deref(). Instead just make Plugin and MimeType both derive from
|
D | ChangeLog-2007-10-14 | 49556 (WebCore::ChildNodeList::ChildNodeList): Updated to derive from TreeNodeList, 49562 (WebCore::NameNodeList::NameNodeList): Updated to derive from TreeNodeList, 49569 (WebCore::TagNodeList::TagNodeList): Updated to derive from TreeNodeList,
|
/external/bison/ |
D | ChangeLog | 3216 (which goal was to allow to derive from a class). 8184 Adjust to `derive' now containing possibly 0.
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 17327 * kjs/SymbolTable.h: Made SymbolTableIndexHashTraits derive from HashTraits<size_t> 19928 Deque: Made VectorBufferBase derive from Noncopyable, which would have 22960 Renamed SourceElementsStub to SourceElements and made it derive from
|
D | ChangeLog | 5737 getter/setter might invoke execution). Instead derive the current world from
|
/external/dropbear/libtomcrypt/ |
D | crypt.tex | 4795 hash functions output. As such, it can easily be used to derive session keys for ciphers and MACs …
|
/external/webkit/WebKit/mac/ |
D | ChangeLog-2010-01-29 | 999 getter/setter might invoke execution). Instead derive the current world from
|
12