Searched refs:derive (Results 1 – 25 of 48) 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 | 234 pmeth->derive = 0; in EVP_PKEY_meth_new() 285 dst->derive = src->derive; in EVP_PKEY_meth_copy() 581 int (*derive)(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen)) in EVP_PKEY_meth_set_derive() 584 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 | 1239 int (*derive)(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen));
|
/external/oprofile/m4/ |
D | qt.m4 | 180 dnl derive inc/lib if needed
|
/external/chromium/testing/gtest/ |
D | CHANGES | 22 * Value-parameterized test fixtures can now derive from Test and
|
/external/gtest/ |
D | CHANGES | 22 * Value-parameterized test fixtures can now derive from Test and
|
/external/bison/tests/ |
D | reduce.at | 352 input.y:3.1-3: fatal error: start symbol exp does not derive any sentence
|
/external/antlr/antlr-3.4/runtime/Delphi/ |
D | README.TXT | 228 interface and TANTLRObject class. All ANTLR classes derive from TANTLRObject and
|
/external/chromium/testing/gmock/ |
D | README | 12 specifics in mind, it can help you derive better designs of your
|
/external/openssl/include/openssl/ |
D | evp.h | 1239 int (*derive)(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen));
|
/external/llvm/docs/CommandGuide/ |
D | llvm-ar.rst | 416 based at the start of the first "normal" file member. To derive the actual
|
/external/dbus/ |
D | NEWS.pre-1-0 | 135 - Made central classes derive from QObject
|
D | ChangeLog.pre-1-0 | 2774 derive from unicode instead of str, and encode/decode UTF-8 when 5020 Make all exceptions derive from DBusException
|
/external/llvm/docs/ |
D | TableGenFundamentals.rst | 417 This example defines two definitions, ``X`` and ``Y``, both of which derive from
|
/external/openssh/ |
D | ssh.0 | 421 decryption are done using separate keys, and it is unfeasible to derive
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXVector.td | 15 // All vector instructions derive from NVPTXVecInst
|
/external/antlr/antlr-3.4/runtime/C/ |
D | README | 1624 * Renamed BaseParser to be BaseRecognizer and even made Lexer derive from
|
/external/oprofile/ |
D | ChangeLog-2003 | 3000 * libutil++/unique_storage.h: don't derive from I() 3014 into unique_storage, and make it derive from the
|
/external/webkit/Tools/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/Tools/android/flex-2.5.4a/MISC/ |
D | flex.man | 2959 derive a subclass S from yyFlexLexer and want to access
|
/external/srtp/doc/ |
D | rfc3711.txt | 1442 Interoperable SRTP implementations MAY also derive session salting
|
/external/antlr/antlr-3.4/tool/ |
D | CHANGES.txt | 3194 * Renamed BaseParser to be BaseRecognizer and even made Lexer derive from
|
/external/webkit/Source/WebKit/chromium/ |
D | ChangeLog | 4294 For HTMLInputElement and WMLInputElement (which derive from InputElement)
|
12