/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/subtle/prf/ |
H A D | PrfImpl.java | 39 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 D | TestingServicesTest.java | 946 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 D | LegacyHmacTestKeyManager.java | 217 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 D | Prf.java | 53 byte[] compute(byte[] input, int outputLength) throws GeneralSecurityException; in compute()
|
H A D | PrfSet.java | 43 public byte[] computePrimary(byte[] input, int outputLength) throws GeneralSecurityException { in computePrimary()
|
H A D | PrfSetWrapper.java | 60 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 D | PrfHmacJce.java | 108 public byte[] compute(byte[] data, int outputLength) throws GeneralSecurityException { in compute()
|
H A D | PrfAesCmac.java | 71 public byte[] compute(final byte[] data, int outputLength) throws GeneralSecurityException { in compute()
|
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/utils/ |
D | edit_distance.h | 68 const int editDistanceTableWidth, const int outputLength) { in dumpEditDistance10ForDebug()
|
/aosp_15_r20/external/tink/go/prf/subtle/ |
H A D | hkdf_test.go | 35 outputLength uint32 member
|
/aosp_15_r20/frameworks/native/libs/input/tests/ |
H A D | TfLiteMotionPredictor_test.cpp | 142 const size_t outputLength = model->outputLength(); in TEST() local
|
/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/ |
H A D | BlockCipherTestBase.java | 1308 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 D | PrfSetWrapperTest.java | 245 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 D | HkdfHpkeKdfTest.java | 191 int outputLength = 42; in labeledExpand_outputLongerThanDigestLength() local
|
/aosp_15_r20/external/brotli/csharp/org/brotli/dec/ |
H A D | State.cs | 104 internal int outputLength; field in Org.Brotli.Dec.State
|
/aosp_15_r20/external/brotli/java/org/brotli/dec/ |
H A D | State.java | 71 int outputLength; field in State
|
/aosp_15_r20/frameworks/native/libs/input/ |
H A D | TfLiteMotionPredictor.cpp | 389 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 D | utfperf.cpp | 42 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints; variable
|
/aosp_15_r20/frameworks/base/core/java/android/os/ |
H A D | LocaleList.java | 232 final int outputLength = inputLength + (topLocaleIndex == -1 ? 1 : 0); in LocaleList() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | normconf.cpp | 599 UnicodeString output[], int32_t outputLength) { in hexsplit()
|
H A D | convtest.cpp | 686 int32_t outputLength; in TestDefaultIgnorableCallback() local
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | normconf.cpp | 599 UnicodeString output[], int32_t outputLength) { in hexsplit()
|
/aosp_15_r20/external/icu/icu4c/source/test/perf/utfperf/ |
H A D | utfperf.cpp | 42 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints; variable
|
/aosp_15_r20/external/skia/src/gpu/ganesh/gradients/ |
H A D | GrGradientShader.cpp | 402 int outputLength, in build_intervals()
|
/aosp_15_r20/packages/modules/NeuralNetworks/tools/test_generator/test_harness/ |
D | TestHarness.cpp | 157 const uint32_t outputLength = getNumberOfElements(outputOperand); in expectMultinomialDistributionWithinTolerance() local
|