Home
last modified time | relevance | path

Searched refs:agreement (Results 1 – 25 of 529) sorted by relevance

12345678910>>...22

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
DKeyAgreementSpi.java16 import org.bouncycastle.crypto.agreement.ECDHBasicAgreement;
64 private Object agreement; field in KeyAgreementSpi
73 BasicAgreement agreement, in KeyAgreementSpi() argument
79 this.agreement = agreement; in KeyAgreementSpi()
173 result = bigIntToBytes(((BasicAgreement)agreement).calculateAgreement(pubKey)); in engineDoPhase()
336 ((BasicAgreement)agreement).init(privKey); in initFromKey()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/ec/
DKeyAgreementSpi.java17 import com.android.org.bouncycastle.crypto.agreement.ECDHBasicAgreement;
66 private Object agreement; field in KeyAgreementSpi
75 BasicAgreement agreement, in KeyAgreementSpi() argument
81 this.agreement = agreement; in KeyAgreementSpi()
175 result = bigIntToBytes(((BasicAgreement)agreement).calculateAgreement(pubKey)); in engineDoPhase()
338 ((BasicAgreement)agreement).init(privKey); in initFromKey()
/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securegcm/
DEnrollmentCryptoOps.java92 KeyAgreement agreement; in doKeyAgreement() local
94 agreement = KeyAgreement.getInstance(alg); in doKeyAgreement()
99 agreement.init(myKey); in doKeyAgreement()
100 agreement.doPhase(peerKey, true); in doKeyAgreement()
101 byte[] agreedKey = agreement.generateSecret(); in doKeyAgreement()
/external/compiler-rt/
DREADME.txt8 terms of the license agreement found in LICENSE.txt.
/external/antlr/
Dcontributors.txt8 By signing this agreement, you are warranting and representing that
45 I have read this agreement and do so certify by adding my signoff to
/external/tensorflow/tensorflow/lite/toco/
Dtooling_util_test.cc34 Agreement agreement; member
74 switch (param.agreement) { in TEST_P()
/external/owasp/sanitizer/tools/findbugs/licenses/
DLICENSE-AppleJavaExtensions.txt9 Computer, Inc. ("Apple") in consideration of your agreement to the
15 In consideration of your agreement to abide by the following terms, and
/external/swiftshader/third_party/LLVM/
DREADME.txt9 the license agreement found in LICENSE.txt.
/external/swiftshader/third_party/llvm-7.0/llvm/
DREADME.txt9 the license agreement found in LICENSE.txt.
/external/llvm/
DREADME.txt9 the license agreement found in LICENSE.txt.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/agreement/
DECDHBasicAgreement.java1 package org.bouncycastle.crypto.agreement;
DDHBasicAgreement.java1 package org.bouncycastle.crypto.agreement;
/external/swiftshader/third_party/llvm-subzero/
DREADME.txt17 the license agreement found in LICENSE.txt.
/external/python/oauth2client/
DREADME.md21 agreement.
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/agreement/
DECDHBasicAgreement.java2 package com.android.org.bouncycastle.crypto.agreement;
DDHBasicAgreement.java2 package com.android.org.bouncycastle.crypto.agreement;
/external/iperf3/.github/
DPULL_REQUEST_TEMPLATE.md10 Laboratory, without imposing a separate written license agreement for such
/external/volley/
DCONTRIBUTING.md10 after your contribution becomes part of this project. So this agreement simply
/external/harfbuzz_ng/src/
Dhb-gobject-enums.h.tmpl7 * Permission is hereby granted, without written agreement and without
Dhb-version.h.in6 * Permission is hereby granted, without written agreement and without
/external/harfbuzz_ng/
DNOTICE20 Permission is hereby granted, without written agreement and without
DCOPYING20 Permission is hereby granted, without written agreement and without
/external/javasqlite/
DNOTICE8 notice is included verbatim in any distributions. No written agreement,
/external/deqp-deps/glslang/
DLICENSE70 consideration of your agreement to the following terms, and your use,
76 In consideration of your agreement to abide by the following terms, and
DLICENSE.txt70 consideration of your agreement to the following terms, and your use,
76 In consideration of your agreement to abide by the following terms, and

12345678910>>...22