Home
last modified time | relevance | path

Searched refs:derive (Results 1 – 25 of 56) sorted by relevance

123

/external/boringssl/src/crypto/evp/
Devp_ctx.c359 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()
Dinternal.h287 int (*derive)(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen); member
/external/libxml2/result/schemas/
DanyAttr-derive-errors1_0_01 ./test/schemas/anyAttr-derive-errors1_0.xml validates
/external/openssh/
DPROTOCOL.key58 The KDF is used to derive a key, IV (and other values required by
/external/skia/site/dev/contrib/
Dflatten.md6 font cache. Classes for these objects should derive from SkFlattenable or one of
/external/mesa3d/src/egl/main/
DREADME.txt70 will derive subclasses.
/external/clang/docs/
DIntroductionToTheClangAST.rst100 important AST nodes derive from
/external/google-breakpad/src/testing/gtest/
DCHANGES22 * Value-parameterized test fixtures can now derive from Test and
/external/llvm/docs/
DHowToSetUpLLVMStyleRTTI.rst233 ``classof`` into ``Shape``: all relevant classes derive from ``Shape``,
257 Say that ``SpecialSquare`` and ``OtherSpecialSquare`` derive
DMCJITDesignAndImplementation.rst83 RuntimeDyldMachO (both of which derive from the RuntimeDyldImpl base
DWritingAnLLVMPass.rst30 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/
DCHANGES49 * Value-parameterized test fixtures can now derive from Test and
/external/gtest/
DCHANGES49 * Value-parameterized test fixtures can now derive from Test and
/external/antlr/antlr-3.4/runtime/Delphi/
DREADME.TXT228 interface and TANTLRObject class. All ANTLR classes derive from TANTLRObject and
/external/llvm/docs/CommandGuide/
Dllvm-ar.rst325 based at the start of the first "normal" file member. To derive the actual
/external/google-breakpad/src/testing/
DREADME12 specifics in mind, it can help you derive better designs of your
/external/llvm/docs/TableGen/
DLangIntro.rst243 This example defines two definitions, ``X`` and ``Y``, both of which derive from
/external/bison/po/
Dbison.pot530 msgid "start symbol %s does not derive any sentence"
Dzh_CN.po532 msgid "start symbol %s does not derive any sentence"
Dpt.po532 msgid "start symbol %s does not derive any sentence"
Dsr.po608 msgid "start symbol %s does not derive any sentence"
Dzh_TW.po565 msgid "start symbol %s does not derive any sentence"
Duk.po625 msgid "start symbol %s does not derive any sentence"
Del.po599 msgid "start symbol %s does not derive any sentence"
/external/bison/tests/
Dreduce.at434 input.y:3.1-3: fatal error: start symbol exp does not derive any sentence

123