/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | AttributeMap.h | 50 PackedEnumT getAsPackedEnum(EGLAttrib key, PackedEnum argument [all...] |
H A D | BlobCache_unittest.cpp | 41 Key key; in MakeKey() local
|
/third_party/skia/src/gpu/ |
H A D | GrColorSpaceXform.h | 43 uint32_t key = steps.flags.mask(); in XformKey() local
|
H A D | GrHashMapWithCache.h | 52 set(K key, V val) set() argument 63 remove(K key) remove() argument [all...] |
/third_party/skia/src/gpu/ops/ |
H A D | SmallPathShapeData.h | 51 SmallPathShapeData(const SmallPathShapeDataKey& key) : fKey(key) {} in SmallPathShapeData() argument 63 static inline uint32_t Hash(const SmallPathShapeDataKey& key) { in Hash() argument
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkSamplerYcbcrConversion.h | 52 static uint32_t Hash(const Key& key) { in Hash() argument 64 GrVkSamplerYcbcrConversion(const GrVkGpu* gpu, VkSamplerYcbcrConversion ycbcrConversion, Key key) GrVkSamplerYcbcrConversion() argument
|
/third_party/skia/src/core/ |
H A D | SkTSearch.h | 39 int SkTSearch(const T base[], int count, const K& key, size_t elemSize, const LESS& less) in SkTSearch() argument
|
/third_party/skia/src/gpu/mtl/ |
H A D | GrMtlSampler.h | 34 static uint32_t Hash(const Key& key) { in Hash() argument 52 GrMtlSampler(id<MTLSamplerState> mtlSamplerState, Key key) in GrMtlSampler() argument
|
/third_party/skia/src/gpu/text/ |
H A D | GrStrikeCache.cpp | 57 uint32_t GrTextStrike::HashTraits::Hash(SkPackedGlyphID key) { in Hash() argument
|
/third_party/skia/third_party/externals/swiftshader/tests/SystemBenchmarks/ |
H A D | LRUCacheBenchmarks.cpp | 140 ComplexKey key; in BENCHMARK_DEFINE_F() local 160 ComplexKey key; in BENCHMARK_DEFINE_F() local 172 ComplexKey key; BENCHMARK_DEFINE_F() local 190 ComplexKey key; BENCHMARK_DEFINE_F() local 202 ComplexKey key; BENCHMARK_DEFINE_F() local [all...] |
/third_party/openssl/crypto/rsa/ |
H A D | rsa_chk.c | 22 static int rsa_validate_keypair_multiprime(const RSA *key, BN_GENCB *cb) in rsa_validate_keypair_multiprime() argument 237 ossl_rsa_validate_public(const RSA *key) ossl_rsa_validate_public() argument 242 ossl_rsa_validate_private(const RSA *key) ossl_rsa_validate_private() argument 247 ossl_rsa_validate_pairwise(const RSA *key) ossl_rsa_validate_pairwise() argument 256 RSA_check_key(const RSA *key) RSA_check_key() argument 261 RSA_check_key_ex(const RSA *key, BN_GENCB *cb) RSA_check_key_ex() argument [all...] |
/third_party/openssl/ssl/ |
H A D | ktls.c | 58 ktls_configure_crypto(const SSL *s, const EVP_CIPHER *c, EVP_CIPHER_CTX *dd, void *rl_sequence, ktls_crypto_info_t *crypto_info, unsigned char **rec_seq, unsigned char *iv, unsigned char *key, unsigned char *mac_key, size_t mac_secret_size) ktls_configure_crypto() argument 160 ktls_configure_crypto(const SSL *s, const EVP_CIPHER *c, EVP_CIPHER_CTX *dd, void *rl_sequence, ktls_crypto_info_t *crypto_info, unsigned char **rec_seq, unsigned char *iv, unsigned char *key, unsigned char *mac_key, size_t mac_secret_size) ktls_configure_crypto() argument [all...] |
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_ocb_hw.c | 32 cipher_hw_aes_ocb_generic_initkey(PROV_CIPHER_CTX *vctx, const unsigned char *key, size_t keylen) cipher_hw_aes_ocb_generic_initkey() argument 64 cipher_hw_aes_ocb_aesni_initkey(PROV_CIPHER_CTX *vctx, const unsigned char *key, size_t keylen) cipher_hw_aes_ocb_aesni_initkey() argument 87 cipher_hw_aes_ocb_t4_initkey(PROV_CIPHER_CTX *vctx, const unsigned char *key, size_t keylen) cipher_hw_aes_ocb_t4_initkey() argument
|
H A D | cipher_aes_gcm_hw.c | 20 static int aes_gcm_initkey(PROV_GCM_CTX *ctx, const unsigned char *key, in aes_gcm_initkey() argument
|
H A D | cipher_chacha20_hw.c | 14 static int chacha20_initkey(PROV_CIPHER_CTX *bctx, const uint8_t *key, in chacha20_initkey() argument
|
H A D | cipher_chacha20.h | 18 } key; member
|
H A D | cipher_rc4.c | 55 static int rc4_einit(void *ctx, const unsigned char *key, size_t keylen, in rc4_einit() argument 64 static int rc4_dinit(void *ctx, const unsigned char *key, size_t keylen, in rc4_dinit() argument
|
H A D | cipher_rc4_hw.c | 18 cipher_hw_rc4_initkey(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen) cipher_hw_rc4_initkey() argument
|
/third_party/openssl/demos/mac/ |
H A D | hmac-sha512.c | 28 static unsigned char key[] = { variable
|
H A D | cmac-aes256.c | 28 static unsigned char key[] = { variable
|
H A D | gmac.c | 26 static unsigned char key[] = { variable
|
/third_party/openssl/test/ |
H A D | casttest.c | 66 CAST_KEY key; in cast_test_vector() local 88 CAST_KEY key, key_b; in cast_test_iterations() local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | rbt_rule.h | 76 StringMatcher *key; member in TransliterationRule [all...] |
/third_party/skia/third_party/externals/libwebp/src/utils/ |
H A D | color_cache_utils.h | 55 const int key = VP8LHashPix(argb, cc->hash_shift_); in VP8LColorCacheInsert() local 67 const int key in VP8LColorCacheContains() local 41 VP8LColorCacheLookup( const VP8LColorCache* const cc, uint32_t key) VP8LColorCacheLookup() argument 47 VP8LColorCacheSet(const VP8LColorCache* const cc, uint32_t key, uint32_t argb) VP8LColorCacheSet() argument [all...] |
/third_party/skia/third_party/externals/microhttpd/doc/examples/ |
H A D | logging.c | 18 print_out_key (void *cls, enum MHD_ValueKind kind, const char *key, in print_out_key() argument
|