Searched refs:derive (Results 1 – 25 of 56) sorted by relevance
123
/external/boringssl/src/crypto/evp/ |
D | evp_ctx.c | 359 if (!ctx || !ctx->pmeth || !ctx->pmeth->derive) { in EVP_PKEY_derive_init() 378 !(ctx->pmeth->derive || ctx->pmeth->encrypt || ctx->pmeth->decrypt) || in EVP_PKEY_derive_set_peer() 439 if (!ctx || !ctx->pmeth || !ctx->pmeth->derive) { in EVP_PKEY_derive() 448 return ctx->pmeth->derive(ctx, key, out_key_len); in EVP_PKEY_derive()
|
D | internal.h | 287 int (*derive)(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen); member
|
/external/libxml2/result/schemas/ |
D | anyAttr-derive-errors1_0_0 | 1 ./test/schemas/anyAttr-derive-errors1_0.xml validates
|
/external/openssh/ |
D | PROTOCOL.key | 58 The KDF is used to derive a key, IV (and other values required by
|
/external/skia/site/dev/contrib/ |
D | flatten.md | 6 font cache. Classes for these objects should derive from SkFlattenable or one of
|
/external/mesa3d/src/egl/main/ |
D | README.txt | 70 will derive subclasses.
|
/external/clang/docs/ |
D | IntroductionToTheClangAST.rst | 100 important AST nodes derive from
|
/external/google-breakpad/src/testing/gtest/ |
D | CHANGES | 22 * Value-parameterized test fixtures can now derive from Test and
|
/external/llvm/docs/ |
D | HowToSetUpLLVMStyleRTTI.rst | 233 ``classof`` into ``Shape``: all relevant classes derive from ``Shape``, 257 Say that ``SpecialSquare`` and ``OtherSpecialSquare`` derive
|
D | MCJITDesignAndImplementation.rst | 83 RuntimeDyldMachO (both of which derive from the RuntimeDyldImpl base
|
D | WritingAnLLVMPass.rst | 30 pass meets (which are indicated by which class they derive from). 353 To write a correct ``ModulePass`` subclass, derive from ``ModulePass`` and 380 <writing-an-llvm-pass-BasicBlockPass>`, you should derive from 934 just like passes, but unlike passes, they need not derive from the ``Pass`` 1022 Only default implementation can derive from ``ImmutablePass``. Here we declare
|
/external/libvpx/libvpx/third_party/googletest/src/ |
D | CHANGES | 49 * Value-parameterized test fixtures can now derive from Test and
|
/external/gtest/ |
D | CHANGES | 49 * Value-parameterized test fixtures can now derive from Test and
|
/external/antlr/antlr-3.4/runtime/Delphi/ |
D | README.TXT | 228 interface and TANTLRObject class. All ANTLR classes derive from TANTLRObject and
|
/external/llvm/docs/CommandGuide/ |
D | llvm-ar.rst | 325 based at the start of the first "normal" file member. To derive the actual
|
/external/google-breakpad/src/testing/ |
D | README | 12 specifics in mind, it can help you derive better designs of your
|
/external/llvm/docs/TableGen/ |
D | LangIntro.rst | 243 This example defines two definitions, ``X`` and ``Y``, both of which derive from
|
/external/bison/po/ |
D | bison.pot | 530 msgid "start symbol %s does not derive any sentence"
|
D | zh_CN.po | 532 msgid "start symbol %s does not derive any sentence"
|
D | pt.po | 532 msgid "start symbol %s does not derive any sentence"
|
D | sr.po | 608 msgid "start symbol %s does not derive any sentence"
|
D | zh_TW.po | 565 msgid "start symbol %s does not derive any sentence"
|
D | uk.po | 625 msgid "start symbol %s does not derive any sentence"
|
D | el.po | 599 msgid "start symbol %s does not derive any sentence"
|
/external/bison/tests/ |
D | reduce.at | 434 input.y:3.1-3: fatal error: start symbol exp does not derive any sentence
|
123