/third_party/openssl/providers/implementations/ciphers/ |
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...] |
H A D | cipher_rc4_hmac_md5_hw.c | 35 cipher_hw_rc4_hmac_md5_initkey(PROV_CIPHER_CTX *bctx, const uint8_t *key, size_t keylen) cipher_hw_rc4_hmac_md5_initkey() argument 190 cipher_hw_rc4_hmac_md5_init_mackey(PROV_CIPHER_CTX *bctx, const unsigned char *key, size_t len) cipher_hw_rc4_hmac_md5_init_mackey() argument
|
/third_party/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2blob.c | 88 static int key2blob_encode(void *vctx, const void *key, int selection, in key2blob_encode() argument [all...] |
H A D | endecoder_common.c | 67 void *key = NULL; in ossl_prov_import_key() local 79 void ossl_prov_free_key(const OSSL_DISPATCH *fns, void *key) in ossl_prov_free_key() argument
|
/third_party/openssl/test/ |
H A D | bio_enc_test.c | 38 static int do_bio_cipher(const EVP_CIPHER* cipher, const unsigned char* key, in do_bio_cipher() argument
|
H A D | afalgtest.c | 37 static const unsigned char key[] = in test_afalg_aes_cbc() local
|
H A D | hmactest.c | 36 const char key[16]; member 250 const unsigned char key[24] = {0}; test_hmac_copy_uninited() local [all...] |
H A D | ideatest.c | 63 IDEA_KEY_SCHEDULE key, dkey; in test_idea_ecb() local 77 IDEA_KEY_SCHEDULE key, dkey; in test_idea_cbc() local
|
/third_party/openssl/crypto/sm4/ |
H A D | sm4.c | 132 int ossl_sm4_set_key(const uint8_t *key, SM4_KEY *ks) in ossl_sm4_set_key() argument
|
/third_party/openssl/providers/implementations/exchange/ |
H A D | ecx_exch.c | 40 ECX_KEY *key; member 76 ECX_KEY *key = vkey; in ecx_init() local 98 ECX_KEY *key in ecx_set_peer() local [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | unify_const_pass.cpp | 71 Node* GetOrCreateTrieNodeFor(uint32_t key) { in GetOrCreateTrieNodeFor() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | unify_const_pass.cpp | 71 Node* GetOrCreateTrieNodeFor(uint32_t key) { in GetOrCreateTrieNodeFor() argument
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | numparse_symbols.cpp | 22 SymbolMatcher::SymbolMatcher(const UnicodeString& symbolString, unisets::Key key) { in SymbolMatcher() argument
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | filterrb.cpp | 34 std::string key = path.substr(i, j - i); in ResKeyPath() local 47 void ResKeyPath::push(const std::string& key) { in push() argument 63 out << "/" << key; in operator <<() local 180 auto& key = *it; applyRule() local [all...] |
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_glut.cpp | 160 void ImGui_ImplGLUT_SpecialFunc(int key, int x, int y) in ImGui_ImplGLUT_SpecialFunc() argument 170 void ImGui_ImplGLUT_SpecialUpFunc(int key, int x, int y) in ImGui_ImplGLUT_SpecialUpFunc() argument
|
/third_party/skia/src/pdf/ |
H A D | SkPDFResourceDict.cpp | 25 static char* get_resource_name(char dst[kMaxResourceNameLength], SkPDFResourceType type, int key) { in get_resource_name() argument 37 void SkPDFWriteResourceName(SkWStream* dst, SkPDFResourceType type, int key) { in SkPDFWriteResourceName() argument
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLSymbolTable.cpp | 32 const Symbol* SymbolTable::lookup(SymbolTable* writableSymbolTable, const SymbolKey& key) { in lookup() argument
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
H A D | Huffman.java | 21 private static int getNextKey(int key, int len) { in getNextKey() argument [all...] |
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
H A D | Huffman.cs | 24 private static int GetNextKey(int key, int len)
in GetNextKey() argument [all...] |
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | fthash.h | 62 FT_Hashkey key; member
|
/third_party/skia/tools/ |
H A D | HashAndEncode.cpp | 104 encodePNG(SkWStream* st, const char* md5, CommandLineFlags::StringArray key, CommandLineFlags::StringArray properties) const encodePNG() argument
|
/third_party/skia/tools/gpu/ |
H A D | MemoryCache.cpp | 39 sk_sp<SkData> MemoryCache::load(const SkData& key) { in load() argument 56 void MemoryCache::store(const SkData& key, const SkData& data, const SkString& description) { in store() argument
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | locresdata.cpp | 152 _uloc_getOrientationHelper(const char* localeId, const char* key, UErrorCode *status) _uloc_getOrientationHelper() argument
|
H A D | servlkf.cpp | 48 LocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const { in create() argument 61 LocaleKeyFactory::handlesKey(const ICUServiceKey& key, UErrorCode& status) const { in handlesKey() argument
|
/third_party/toybox/kconfig/lxdialog/ |
H A D | checklist.c | 115 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local [all...] |