| /external/libese/ready_se/google/keymint/KM200/Applet/AndroidSEProviderLib/src/com/android/javacard/seprovider/ |
| D | KMEcdsa256NoDigestSignature.java | 54 public void setInitialDigest(byte[] bytes, short i, short i1, byte[] bytes1, short i2, short i3) in setInitialDigest() 88 public short sign(byte[] bytes, short i, short i1, byte[] bytes1, short i2) in sign() 120 public short signPreComputedHash(byte[] bytes, short i, short i1, byte[] bytes1, short i2) in signPreComputedHash() 126 public boolean verify(byte[] bytes, short i, short i1, byte[] bytes1, short i2, short i3) in verify() 134 byte[] bytes, short i, short i1, byte[] bytes1, short i2, short i3) throws CryptoException { in verifyPreComputedHash()
|
| D | KMRsa2048NoDigestSignature.java | 49 public void setInitialDigest(byte[] bytes, short i, short i1, byte[] bytes1, short i2, short i3) in setInitialDigest() 83 public short sign(byte[] bytes, short i, short i1, byte[] bytes1, short i2) in sign() 91 public short signPreComputedHash(byte[] bytes, short i, short i1, byte[] bytes1, short i2) in signPreComputedHash() 97 public boolean verify(byte[] bytes, short i, short i1, byte[] bytes1, short i2, short i3) in verify() 105 byte[] bytes, short i, short i1, byte[] bytes1, short i2, short i3) throws CryptoException { in verifyPreComputedHash()
|
| /external/libese/ready_se/google/keymint/KM300/Applet/AndroidSEProviderLib/src/com/android/javacard/seprovider/ |
| D | KMEcdsa256NoDigestSignature.java | 54 public void setInitialDigest(byte[] bytes, short i, short i1, byte[] bytes1, short i2, short i3) in setInitialDigest() 88 public short sign(byte[] bytes, short i, short i1, byte[] bytes1, short i2) in sign() 120 public short signPreComputedHash(byte[] bytes, short i, short i1, byte[] bytes1, short i2) in signPreComputedHash() 126 public boolean verify(byte[] bytes, short i, short i1, byte[] bytes1, short i2, short i3) in verify() 134 byte[] bytes, short i, short i1, byte[] bytes1, short i2, short i3) throws CryptoException { in verifyPreComputedHash()
|
| D | KMRsa2048NoDigestSignature.java | 49 public void setInitialDigest(byte[] bytes, short i, short i1, byte[] bytes1, short i2, short i3) in setInitialDigest() 83 public short sign(byte[] bytes, short i, short i1, byte[] bytes1, short i2) in sign() 91 public short signPreComputedHash(byte[] bytes, short i, short i1, byte[] bytes1, short i2) in signPreComputedHash() 97 public boolean verify(byte[] bytes, short i, short i1, byte[] bytes1, short i2, short i3) in verify() 105 byte[] bytes, short i, short i1, byte[] bytes1, short i2, short i3) throws CryptoException { in verifyPreComputedHash()
|
| /external/apache-commons-io/src/test/java/org/apache/commons/io/jmh/ |
| D | PathUtilsContentEqualsBenchmark.java | 72 Arrays.fill(bytes1, (byte) 1); in Arrays.fill() argument 73 Files.write(bigFile1, bytes1); in Files.write() argument
|
| /external/tflite-support/third_party/zlib/ |
| D | adler32_simd.c | 103 const __m128i bytes1 = _mm_loadu_si128((__m128i*)(buf)); in adler32_simd_() local 259 const uint8x16_t bytes1 = vld1q_u8((uint8_t*)(buf)); in adler32_simd_() local
|
| /external/abseil-cpp/absl/container/internal/ |
| D | test_allocator.h | 216 int64_t bytes1 = 0, instances1 = 0, bytes2 = 0, instances2 = 0; in TestCopyAssignAllocPropagation() local 261 int64_t bytes1 = 0, instances1 = 0, bytes2 = 0, instances2 = 0; in TestMoveAssignAllocPropagation() local 323 int64_t bytes1 = 0, instances1 = 0, bytes2 = 0, instances2 = 0; in TestSwapAllocPropagation() local
|
| /external/cronet/third_party/abseil-cpp/absl/container/internal/ |
| D | test_allocator.h | 216 int64_t bytes1 = 0, instances1 = 0, bytes2 = 0, instances2 = 0; in TestCopyAssignAllocPropagation() local 261 int64_t bytes1 = 0, instances1 = 0, bytes2 = 0, instances2 = 0; in TestMoveAssignAllocPropagation() local 323 int64_t bytes1 = 0, instances1 = 0, bytes2 = 0, instances2 = 0; in TestSwapAllocPropagation() local
|
| /external/angle/third_party/abseil-cpp/absl/container/internal/ |
| D | test_allocator.h | 216 int64_t bytes1 = 0, instances1 = 0, bytes2 = 0, instances2 = 0; in TestCopyAssignAllocPropagation() local 261 int64_t bytes1 = 0, instances1 = 0, bytes2 = 0, instances2 = 0; in TestMoveAssignAllocPropagation() local 323 int64_t bytes1 = 0, instances1 = 0, bytes2 = 0, instances2 = 0; in TestSwapAllocPropagation() local
|
| /external/rust/crates/serde_cbor/tests/ |
| D | tags.rs | 41 let bytes1 = parse_cbor_me(&data).unwrap(); in tagged_cbor_roundtrip() localVariable
|
| /external/rust/crates/ciborium/tests/ |
| D | canonical.rs | 57 let mut bytes1 = Vec::new(); in map() localVariable
|
| /external/zlib/ |
| D | adler32_simd.c | 103 const __m128i bytes1 = _mm_loadu_si128((__m128i*)(buf)); in adler32_simd_() local 259 const uint8x16_t bytes1 = vld1q_u8((uint8_t*)(buf)); in adler32_simd_() local
|
| /external/rust/crates/serde_cbor/examples/ |
| D | tags.rs | 63 let bytes1 = serde_cbor::to_vec(&bookmark)?; in main() localVariable
|
| /external/rust/crates/ciborium/src/value/ |
| D | canonical.rs | 14 let mut bytes1 = Vec::new(); in serialized_canonical_cmp() localVariable
|
| /external/tink/java_src/src/test/java/com/google/crypto/tink/ |
| D | KeysetHandleTest.java | 1785 SecretBytes bytes1 = SecretBytes.randomBytes(32); in keysetEquality_twoKeysEquals_returnsTrue() local 1810 SecretBytes bytes1 = SecretBytes.randomBytes(32); in keysetEquality_twoKeysDifferentPrimaries_returnsFalse() local 1835 SecretBytes bytes1 = SecretBytes.randomBytes(32); in keysetEquality_twoKeysDifferentOrder_returnsFalse() local 1860 SecretBytes bytes1 = SecretBytes.randomBytes(32); in keysetEquality_twoKeysDifferentStatuses_returnsFalse() local 1888 SecretBytes bytes1 = SecretBytes.randomBytes(32); in keysetEquality_twoKeysDifferentSizes_returnsFalse() local
|
| /external/cronet/third_party/protobuf/js/experimental/runtime/kernel/ |
| D | kernel_repeated_test.js | 7044 const bytes1 = createArrayBuffer(0x08, 0x01); constant 7150 const bytes1 = createArrayBuffer(0x08, 0x01); constant 7165 const bytes1 = createArrayBuffer(0x08, 0x01); constant 7220 const bytes1 = createArrayBuffer(0x08, 0x01); constant 7236 const bytes1 = createArrayBuffer(0x08, 0x01); constant 7279 const bytes1 = createArrayBuffer(0x08, 0x01); constant 7452 const bytes1 = createArrayBuffer(0x08, 0x01); constant 7559 const bytes1 = createArrayBuffer(0x08, 0x01); constant 7574 const bytes1 = createArrayBuffer(0x08, 0x01); constant 7629 const bytes1 = createArrayBuffer(0x08, 0x01); constant [all …]
|
| /external/zucchini/ |
| D | rel32_utils_unittest.cc | 52 const std::vector<uint8_t>& bytes1, in CheckCopy()
|
| /external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/ |
| D | GrpcHttp2HeadersUtils.java | 241 protected static boolean equals(byte[] bytes0, int offset0, int length0, byte[] bytes1, in equals()
|
| /external/python/cpython3/Lib/ |
| D | pickletools.py | 489 bytes1 = ArgumentDescriptor( variable
|
| /external/tink/cc/util/ |
| D | test_util.cc | 386 util::Status ZTestCrosscorrelationUniformStrings(absl::string_view bytes1, in ZTestCrosscorrelationUniformStrings()
|
| /external/cronet/third_party/icu/source/test/cintltst/ |
| D | udatatst.c | 1223 MappedData bytes1; member
|
| /external/icu/icu4c/source/test/cintltst/ |
| D | udatatst.c | 1227 MappedData bytes1; member
|
| /external/tink/go/testutil/ |
| D | testutil.go | 815 func ZTestCrosscorrelationUniformStrings(bytes1, bytes2 []byte) error { argument
|
| /external/openscreen/third_party/abseil/src/absl/container/ |
| D | btree_test.cc | 674 int64_t bytes1 = 0, bytes2 = 0; in BtreeAllocatorTest() local 2360 int64_t bytes1 = 0, bytes2 = 0; in TEST() local
|
| /external/webrtc/third_party/abseil-cpp/absl/container/ |
| D | btree_test.cc | 681 int64_t bytes1 = 0, bytes2 = 0; in BtreeAllocatorTest() local 2437 int64_t bytes1 = 0, bytes2 = 0; in TEST() local
|