Home
last modified time | relevance | path

Searched defs:outputLength (Results 1 – 25 of 120) sorted by relevance

12345

/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/subtle/prf/
H A DPrfImpl.java39 private static byte[] readBytesFromStream(InputStream stream, int outputLength) in readBytesFromStream()
59 public byte[] compute(byte[] input, int outputLength) throws GeneralSecurityException { in compute()
/aosp_15_r20/external/tink/testing/java_src/javatests/com/google/crypto/tink/testing/
H A DTestingServicesTest.java946 int outputLength) { in computePrf()
965 int outputLength = 15; in computePrf_success() local
994 int outputLength = 15; in computePrf_failsOnUnknownKeyId() local
1011 int outputLength = 12345; in computePrf_failsOnBadOutputLength() local
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/mac/internal/
H A DLegacyHmacTestKeyManager.java217 private final int outputLength; field in LegacyHmacTestKeyManager.LegacyMacTestImpl
219 LegacyMacTestImpl(PrfHmacJce prfHmac, int outputLength) { in LegacyMacTestImpl()
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/prf/
H A DPrf.java53 byte[] compute(byte[] input, int outputLength) throws GeneralSecurityException; in compute()
H A DPrfSet.java43 public byte[] computePrimary(byte[] input, int outputLength) throws GeneralSecurityException { in computePrimary()
H A DPrfSetWrapper.java60 public byte[] compute(byte[] input, int outputLength) throws GeneralSecurityException { in compute()
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/subtle/
H A DPrfHmacJce.java108 public byte[] compute(byte[] data, int outputLength) throws GeneralSecurityException { in compute()
H A DPrfAesCmac.java71 public byte[] compute(final byte[] data, int outputLength) throws GeneralSecurityException { in compute()
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/utils/
Dedit_distance.h68 const int editDistanceTableWidth, const int outputLength) { in dumpEditDistance10ForDebug()
/aosp_15_r20/external/tink/go/prf/subtle/
H A Dhkdf_test.go35 outputLength uint32 member
/aosp_15_r20/frameworks/native/libs/input/tests/
H A DTfLiteMotionPredictor_test.cpp142 const size_t outputLength = model->outputLength(); in TEST() local
/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/
H A DBlockCipherTestBase.java1308 int outputLength = update(buffer, inputOffsetInBuffer, input.length, in assertUpdateCopySafe() local
1612 private void assertUpdateOutputSize(int inputLength, int outputLength) { in assertUpdateOutputSize()
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/prf/
H A DPrfSetWrapperTest.java245 public byte[] compute(byte[] input, int outputLength) throws GeneralSecurityException { in compute()
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/hybrid/internal/
H A DHkdfHpkeKdfTest.java191 int outputLength = 42; in labeledExpand_outputLongerThanDigestLength() local
/aosp_15_r20/external/brotli/csharp/org/brotli/dec/
H A DState.cs104 internal int outputLength; field in Org.Brotli.Dec.State
/aosp_15_r20/external/brotli/java/org/brotli/dec/
H A DState.java71 int outputLength; field in State
/aosp_15_r20/frameworks/native/libs/input/
H A DTfLiteMotionPredictor.cpp389 size_t TfLiteMotionPredictorModel::outputLength() const { in outputLength() function in android::TfLiteMotionPredictorModel
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/utfperf/
H A Dutfperf.cpp42 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints; variable
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DLocaleList.java232 final int outputLength = inputLength + (topLocaleIndex == -1 ? 1 : 0); in LocaleList() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dnormconf.cpp599 UnicodeString output[], int32_t outputLength) { in hexsplit()
H A Dconvtest.cpp686 int32_t outputLength; in TestDefaultIgnorableCallback() local
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dnormconf.cpp599 UnicodeString output[], int32_t outputLength) { in hexsplit()
/aosp_15_r20/external/icu/icu4c/source/test/perf/utfperf/
H A Dutfperf.cpp42 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints; variable
/aosp_15_r20/external/skia/src/gpu/ganesh/gradients/
H A DGrGradientShader.cpp402 int outputLength, in build_intervals()
/aosp_15_r20/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
DTestHarness.cpp157 const uint32_t outputLength = getNumberOfElements(outputOperand); in expectMultinomialDistributionWithinTolerance() local

12345