/external/oss-fuzz/projects/pycryptodome/ |
D | pcd_aes_fuzzer.cc | 24 enum KeySize { AES128 = 16, AES192 = 24, AES256 = 32, kMaxValue = AES256 }; in LLVMFuzzerTestOneInput() enum 27 const KeySize keySize = stream.ConsumeEnum<KeySize>(); in LLVMFuzzerTestOneInput()
|
/external/skqp/src/gpu/ |
D | GrPath.cpp | 19 int styleCnt = GrStyle::KeySize(shape.style(), GrStyle::Apply::kPathEffectAndStrokeRec); in ComputeKey() 39 int cnt0 = GrStyle::KeySize(fStyle, GrStyle::Apply::kPathEffectAndStrokeRec); in isEqualTo() 40 int cnt1 = GrStyle::KeySize(style, GrStyle::Apply::kPathEffectAndStrokeRec); in isEqualTo()
|
D | GrStyle.cpp | 11 int GrStyle::KeySize(const GrStyle &style, Apply apply, uint32_t flags) { in KeySize() function in GrStyle 36 SkASSERT(KeySize(style, apply) >= 0); in WriteKey() 103 SkASSERT(KeySize(style, apply) == i); in WriteKey()
|
D | GrStyle.h | 65 static int KeySize(const GrStyle&, Apply, uint32_t flags = 0);
|
D | GrShape.cpp | 337 int styleCnt = GrStyle::KeySize(parent.fStyle, apply, styleKeyFlags); in setInheritedKey()
|
/external/google-breakpad/src/common/ |
D | simple_string_dictionary.h | 57 template <size_t KeySize, size_t ValueSize, size_t NumEntries> 61 static const size_t key_size = KeySize; 68 char key[KeySize];
|
/external/skia/src/gpu/ |
D | GrStyle.cpp | 11 int GrStyle::KeySize(const GrStyle &style, Apply apply, uint32_t flags) { in KeySize() function in GrStyle 36 SkASSERT(KeySize(style, apply) >= 0); in WriteKey() 103 SkASSERT(KeySize(style, apply) == i); in WriteKey()
|
D | GrStyle.h | 66 static int KeySize(const GrStyle&, Apply, uint32_t flags = 0);
|
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
D | TypeDetail.h | 257 return llvm::Bitfield::get<KeySize>(keySizeAndFlags); in keySize() 262 llvm::Bitfield::set<KeySize>(keySizeAndFlags, value); in setKeySize() 288 using KeySize = member
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | cryptosession9.c | 97 UINT KeySize ) in NineCryptoSession9_GetEncryptionBltKey() argument
|
D | nine_lock.c | 402 UINT KeySize ) in LockCryptoSession9_GetEncryptionBltKey() argument 406 r = NineCryptoSession9_GetEncryptionBltKey(This, pReadbackKey, KeySize); in LockCryptoSession9_GetEncryptionBltKey()
|
/external/nos/host/generic/nugget/proto/nugget/app/protoapi/ |
D | testing_api.proto | 5 enum KeySize { enum 77 KeySize key_size = 1;
|
/external/pigweed/pw_kvs/ |
D | key_value_store_initialized_test.cc | 62 size_t KeySize() { return key_size_; } in KeySize() function in pw::kvs::__anon2883c8070111::KvsAttributes 96 buffer.size() + kvs_attr.ChunkHeaderSize() + kvs_attr.KeySize(); in FillKvs() 114 kvs_attr.KeySize()))); in FillKvs()
|
/external/boringssl/src/ssl/test/runner/hpke/ |
D | hpke.go | 244 return chacha20poly1305.KeySize
|
/external/skia/src/gpu/geometry/ |
D | GrStyledShape.cpp | 269 int styleCnt = GrStyle::KeySize(parent.fStyle, apply, styleKeyFlags); in setInheritedKey()
|
/external/boringssl/src/crypto/cmac/ |
D | cavp_aes128_cmac_tests.txt | 3 # Algorithms tested:Alg = AES KeySize = 128 Mode = Verify
|
D | cavp_aes256_cmac_tests.txt | 3 # Algorithms tested:Alg = AES KeySize = 256 Mode = Verify
|
D | cavp_3des_cmac_tests.txt | 5 # Algorithms tested:Alg = TDES KeySize = 3 Mode = Verify
|
D | cavp_aes192_cmac_tests.txt | 5 # Algorithms tested:Alg = AES KeySize = 192 Mode = Verify
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 147 virtual HRESULT WINAPI GetEncryptionBltKey(void *pReadbackKey, UINT KeySize) = 0; 659 …ULT (WINAPI *GetEncryptionBltKey)(IDirect3DCryptoSession9 *This, void *pReadbackKey, UINT KeySize);
|
/external/kotlinc/lib/ |
D | kotlin-compiler.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/backend-common. ... |