/third_party/openssl/crypto/evp/ |
H A D | e_sm4.c | 26 static int sm4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, in sm4_init_key() argument 33 sm4_cbc_encrypt(const unsigned char *in, unsigned char *out, size_t len, const SM4_KEY *key, unsigned char *ivec, const int enc) sm4_cbc_encrypt() argument 45 sm4_cfb128_encrypt(const unsigned char *in, unsigned char *out, size_t length, const SM4_KEY *key, unsigned char *ivec, int *num, const int enc) sm4_cfb128_encrypt() argument 53 sm4_ecb_encrypt(const unsigned char *in, unsigned char *out, const SM4_KEY *key, const int enc) sm4_ecb_encrypt() argument 62 sm4_ofb128_encrypt(const unsigned char *in, unsigned char *out, size_t length, const SM4_KEY *key, unsigned char *ivec, int *num) sm4_ofb128_encrypt() argument [all...] |
H A D | kdf_lib.c | 140 int EVP_KDF_derive(EVP_KDF_CTX *ctx, unsigned char *key, size_t keylen, in EVP_KDF_derive() argument
|
H A D | p5_crpt.c | 32 unsigned char key[EVP_MAX_KEY_LENGTH], iv[EVP_MAX_IV_LENGTH]; in PKCS5_PBE_keyivgen_ex() local
|
/third_party/openssl/crypto/idea/ |
H A D | i_cbc.c | 96 void IDEA_encrypt(unsigned long *d, IDEA_KEY_SCHEDULE *key) in IDEA_encrypt() argument
|
/third_party/openssl/crypto/rc2/ |
H A D | rc2_cbc.c | 94 void RC2_encrypt(unsigned long *d, RC2_KEY *key) in RC2_encrypt() argument 140 void RC2_decrypt(unsigned long *d, RC2_KEY *key) in RC2_decrypt() argument
|
/third_party/openssl/crypto/modes/ |
H A D | wrap128.c | 48 size_t CRYPTO_128_wrap(void *key, const unsigned char *iv, in CRYPTO_128_wrap() argument 99 static size_t crypto_128_unwrap_raw(void *key, unsigned char *iv, in crypto_128_unwrap_raw() argument 150 size_t CRYPTO_128_unwrap(void *key, const unsigned char *iv, in CRYPTO_128_unwrap() argument 183 CRYPTO_128_wrap_pad(void *key, const unsigned char *icv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) CRYPTO_128_wrap_pad() argument 251 CRYPTO_128_unwrap_pad(void *key, const unsigned char *icv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) CRYPTO_128_unwrap_pad() argument [all...] |
/third_party/openssl/crypto/pem/ |
H A D | pem_all.c | 53 static RSA *pkey_get_rsa(EVP_PKEY *key, RSA **rsa) in pkey_get_rsa() argument 93 static DSA *pkey_get_dsa(EVP_PKEY *key, DSA **dsa) in pkey_get_dsa() argument 134 pkey_get_eckey(EVP_PKEY *key, EC_KEY **eckey) pkey_get_eckey() argument 150 PEM_read_bio_ECPrivateKey(BIO *bp, EC_KEY **key, pem_password_cb *cb, void *u) PEM_read_bio_ECPrivateKey() argument [all...] |
/third_party/openssl/crypto/property/ |
H A D | property_query.c | 16 OSSL_PROPERTY_IDX key = *(const OSSL_PROPERTY_IDX *)keyp; in property_idx_cmp() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/fuzz/ |
H A D | translator_fuzzer.cpp | 191 TranslatorCacheKey key; in LLVMFuzzerTestOneInput() local
|
/third_party/skia/src/core/ |
H A D | SkLRUCache.h | 45 V* find(const K& key) { in find() argument 58 V* insert(const K& key, V value) { in insert() argument 70 V* insert_or_update(const K& key, V value) { in insert_or_update() argument 111 remove(const K& key) remove() argument [all...] |
H A D | SkTMultiMap.h | 48 void insert(const Key& key, T* value) { in insert() argument 66 void remove(const Key& key, const T* value) { in remove() argument 103 find(const Key& key, const FindPredicate f) find() argument 115 findAndRemove(const Key& key, const FindPredicate f) findAndRemove() argument 168 internalRemove(ValueList* prev, ValueList* elem, const Key& key) internalRemove() argument [all...] |
/third_party/skia/src/gpu/ |
H A D | GrAttachment.cpp | 82 ComputeSharedAttachmentUniqueKey(const GrCaps& caps, const GrBackendFormat& format, SkISize dimensions, UsageFlags requiredUsage, int sampleCnt, GrMipmapped mipmapped, GrProtected isProtected, GrMemoryless memoryless, GrUniqueKey* key) ComputeSharedAttachmentUniqueKey() argument 98 ComputeScratchKey(const GrCaps& caps, const GrBackendFormat& format, SkISize dimensions, UsageFlags requiredUsage, int sampleCnt, GrMipmapped mipmapped, GrProtected isProtected, GrMemoryless memoryless, GrScratchKey* key) ComputeScratchKey() argument
|
H A D | GrGpuResourceCacheAccess.h | 61 void setUniqueKey(const GrUniqueKey& key) { fResource->fUniqueKey = key; } in setUniqueKey() argument
|
H A D | GrTextureRenderTargetProxy.cpp | 123 const GrUniqueKey& key = this->getUniqueKey(); in instantiate() local
|
H A D | GrResourceProvider.h | 51 findByUniqueKey(const GrUniqueKey& key) { in findByUniqueKey() argument 227 findOrCreatePatternedIndexBuffer(const uint16_t* pattern, int patternSize, int reps, int vertCount, const GrUniqueKey& key) findOrCreatePatternedIndexBuffer() argument [all...] |
H A D | GrTexture.cpp | 103 ComputeScratchKey(const GrCaps& caps, const GrBackendFormat& format, SkISize dimensions, GrRenderable renderable, int sampleCnt, GrMipmapped mipMapped, GrProtected isProtected, GrScratchKey* key) ComputeScratchKey() argument
|
H A D | GrSwizzle.h | 61 explicit constexpr GrSwizzle(uint16_t key) : fKey(key) {} in GrSwizzle() argument 82 uint32_t key = fKey; in applyTo() local 137 uint16_t key = 0; Concat() local [all...] |
/third_party/skia/src/gpu/gl/ |
H A D | GrGLGpuProgramCache.cpp | 121 precompileShader(GrDirectContext* dContext, const SkData& key, const SkData& data) precompileShader() argument
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkSampler.h | 50 static uint32_t Hash(const Key& key) { in Hash() argument 63 GrVkSampler(const GrVkGpu* gpu, VkSampler sampler, GrVkSamplerYcbcrConversion* ycbcrConversion, Key key) GrVkSampler() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | LRUCache.hpp | 45 Key *key; member in sw::LRUCache 157 add(const Key &key, const Data &data) add() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
H A D | WeakMap.hpp | 162 add(const K &key, const std::shared_ptr<V> &val) add() argument 173 remove(const K &key) remove() argument [all...] |
/third_party/openssl/crypto/ |
H A D | threads_pthread.c | 162 int CRYPTO_THREAD_init_local(CRYPTO_THREAD_LOCAL *key, void (*cleanup)(void *)) in CRYPTO_THREAD_init_local() argument 170 void *CRYPTO_THREAD_get_local(CRYPTO_THREAD_LOCAL *key) in CRYPTO_THREAD_get_local() argument 175 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val) in CRYPTO_THREAD_set_local() argument 183 int CRYPTO_THREAD_cleanup_local(CRYPTO_THREAD_LOCAL *key) in CRYPTO_THREAD_cleanup_local() argument
|
H A D | threads_none.c | 80 int CRYPTO_THREAD_init_local(CRYPTO_THREAD_LOCAL *key, void (*cleanup)(void *)) in CRYPTO_THREAD_init_local() argument 94 void *CRYPTO_THREAD_get_local(CRYPTO_THREAD_LOCAL *key) in CRYPTO_THREAD_get_local() argument 102 int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val) in CRYPTO_THREAD_set_local() argument 112 int CRYPTO_THREAD_cleanup_local(CRYPTO_THREAD_LOCAL *key) in CRYPTO_THREAD_cleanup_local() argument [all...] |
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_siv_hw.c | 20 static int aes_siv_initkey(void *vctx, const unsigned char *key, size_t keylen) in aes_siv_initkey() argument
|
H A D | cipher_des_hw.c | 55 DES_key_schedule *key = &(((PROV_DES_CTX *)ctx)->dks.ks); in cipher_hw_des_ecb_cipher() local 69 DES_key_schedule *key = &(dctx->dks.ks); in cipher_hw_des_cbc_cipher() local 93 DES_key_schedule *key = &(((PROV_DES_CTX *)ctx)->dks.ks); in cipher_hw_des_ofb64_cipher() local 19 cipher_hw_des_initkey(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen) cipher_hw_des_initkey() argument 112 DES_key_schedule *key = &(((PROV_DES_CTX *)ctx)->dks.ks); cipher_hw_des_cfb64_cipher() local 138 DES_key_schedule *key = &(((PROV_DES_CTX *)ctx)->dks.ks); cipher_hw_des_cfb1_cipher() local 165 DES_key_schedule *key = &(((PROV_DES_CTX *)ctx)->dks.ks); cipher_hw_des_cfb8_cipher() local [all...] |