Home
last modified time | relevance | path

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

12

/external/openssl/crypto/evp/
Dpmeth_fn.c270 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()
Dpmeth_lib.c234 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()
Devp_locl.h337 int (*derive)(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen); member
Devp.h1239 int (*derive)(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen));
/external/oprofile/m4/
Dqt.m4180 dnl derive inc/lib if needed
/external/chromium/testing/gtest/
DCHANGES22 * Value-parameterized test fixtures can now derive from Test and
/external/gtest/
DCHANGES22 * Value-parameterized test fixtures can now derive from Test and
/external/bison/tests/
Dreduce.at352 input.y:3.1-3: fatal error: start symbol exp does not derive any sentence
/external/antlr/antlr-3.4/runtime/Delphi/
DREADME.TXT228 interface and TANTLRObject class. All ANTLR classes derive from TANTLRObject and
/external/chromium/testing/gmock/
DREADME12 specifics in mind, it can help you derive better designs of your
/external/openssl/include/openssl/
Devp.h1239 int (*derive)(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen));
/external/llvm/docs/CommandGuide/
Dllvm-ar.rst416 based at the start of the first "normal" file member. To derive the actual
/external/dbus/
DNEWS.pre-1-0135 - Made central classes derive from QObject
DChangeLog.pre-1-02774 derive from unicode instead of str, and encode/decode UTF-8 when
5020 Make all exceptions derive from DBusException
/external/llvm/docs/
DTableGenFundamentals.rst417 This example defines two definitions, ``X`` and ``Y``, both of which derive from
/external/openssh/
Dssh.0421 decryption are done using separate keys, and it is unfeasible to derive
/external/llvm/lib/Target/NVPTX/
DNVPTXVector.td15 // All vector instructions derive from NVPTXVecInst
/external/antlr/antlr-3.4/runtime/C/
DREADME1624 * Renamed BaseParser to be BaseRecognizer and even made Lexer derive from
/external/oprofile/
DChangeLog-20033000 * 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/
Dflex.info2391 rule's action returns a value. If you derive a subclass S from
Dflex.texi2827 tokens, until a rule's action returns a value. If you derive a subclass
/external/webkit/Tools/android/flex-2.5.4a/MISC/
Dflex.man2959 derive a subclass S from yyFlexLexer and want to access
/external/srtp/doc/
Drfc3711.txt1442 Interoperable SRTP implementations MAY also derive session salting
/external/antlr/antlr-3.4/tool/
DCHANGES.txt3194 * Renamed BaseParser to be BaseRecognizer and even made Lexer derive from
/external/webkit/Source/WebKit/chromium/
DChangeLog4294 For HTMLInputElement and WMLInputElement (which derive from InputElement)

12