| /third_party/node/deps/v8/src/builtins/ |
| H A D | constants-table-builder.cc | 82 uint32_t key; in PatchSelfReference() local 93 uint32_t key; in PatchBasicBlockCountersReference() local
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | literal-objects-inl.h | 54 void ObjectBoilerplateDescription::set_key_value(int index, Object key, in set_key_value() argument
|
| /third_party/node/deps/v8/src/parsing/ |
| H A D | keywords-gen.h | 158 unsigned int key = Hash(str, len) & 0x3f; in GetToken() local
|
| /third_party/node/deps/v8/src/runtime/ |
| H A D | runtime-proxy.cc | 44 Handle<Object> key = args.at(1); in RUNTIME_FUNCTION() local 71 Handle<Object> key = args.at(1); in RUNTIME_FUNCTION() local
|
| /third_party/node/deps/v8/src/utils/ |
| H A D | address-map.h | 25 uintptr_t key = Key(value); in Set() local 30 uintptr_t key = Key(value); in Get() local 39 static uint32_t Hash(uintptr_t key) { return static_cast<uint32_t>(key); } in Hash() argument
|
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_border_color.c | 64 color_hash(const void *key) in color_hash() argument
|
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_cmd_signature.cpp | 33 struct d3d12_cmd_signature_key key; member 38 create_cmd_signature(struct d3d12_context *ctx, const struct d3d12_cmd_signature_key *key) in create_cmd_signature() argument 65 d3d12_get_cmd_signature(struct d3d12_context *ctx, const struct d3d12_cmd_signature_key *key) d3d12_get_cmd_signature() argument 91 hash_cmd_signature_key(const void *key) hash_cmd_signature_key() argument [all...] |
| /third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
| H A D | cipher_aes_xts_hw.c | 38 cipher_hw_aes_xts_generic_initkey(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen) cipher_hw_aes_xts_generic_initkey() argument 102 cipher_hw_aesni_xts_initkey(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen) cipher_hw_aesni_xts_initkey() argument 125 cipher_hw_aes_xts_t4_initkey(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen) cipher_hw_aes_xts_t4_initkey() argument
|
| H A D | cipher_desx_hw.c | 27 cipher_hw_desx_cbc_initkey(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen) cipher_hw_desx_cbc_initkey() argument
|
| H A D | cipher_rc5.c | 59 static int rc5_einit(void *ctx, const unsigned char *key, size_t keylen, in rc5_einit() argument 68 static int rc5_dinit(void *ctx, const unsigned char *key, size_t keylen, in rc5_dinit() argument
|
| H A D | cipher_tdes_default_hw.c | 22 ossl_cipher_hw_tdes_ede2_initkey(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen) ossl_cipher_hw_tdes_ede2_initkey() argument
|
| H A D | cipher_tdes_hw.c | 23 ossl_cipher_hw_tdes_ede3_initkey(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen) ossl_cipher_hw_tdes_ede3_initkey() argument
|
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | e_xcbc_d.c | 60 static int desx_cbc_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, in desx_cbc_init_key() argument 67 memcpy(&data(ctx)->outw[0], &key[16], 8); in desx_cbc_init_key() local
|
| H A D | e_rc4.c | 77 static int rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, in rc4_init_key() argument
|
| H A D | p_seal.c | 24 unsigned char key[EVP_MAX_KEY_LENGTH]; in EVP_SealInit() local
|
| H A D | pbe_scrypt.c | 37 EVP_PBE_scrypt_ex(const char *pass, size_t passlen, const unsigned char *salt, size_t saltlen, uint64_t N, uint64_t r, uint64_t p, uint64_t maxmem, unsigned char *key, size_t keylen, OSSL_LIB_CTX *ctx, const char *propq) EVP_PBE_scrypt_ex() argument 90 EVP_PBE_scrypt(const char *pass, size_t passlen, const unsigned char *salt, size_t saltlen, uint64_t N, uint64_t r, uint64_t p, uint64_t maxmem, unsigned char *key, size_t keylen) EVP_PBE_scrypt() argument
|
| /third_party/node/deps/openssl/openssl/crypto/idea/ |
| H A D | i_skey.c | 21 void IDEA_set_encrypt_key(const unsigned char *key, IDEA_KEY_SCHEDULE *ks) in IDEA_set_encrypt_key() argument
|
| /third_party/node/deps/openssl/openssl/crypto/modes/ |
| H A D | cts128.c | 27 CRYPTO_cts128_encrypt_block(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) CRYPTO_cts128_encrypt_block() argument 56 CRYPTO_nistcts128_encrypt_block(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) CRYPTO_nistcts128_encrypt_block() argument 87 CRYPTO_cts128_encrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], cbc128_f cbc) CRYPTO_cts128_encrypt() argument 123 CRYPTO_nistcts128_encrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], cbc128_f cbc) CRYPTO_nistcts128_encrypt() argument 158 CRYPTO_cts128_decrypt_block(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) CRYPTO_cts128_decrypt_block() argument 200 CRYPTO_nistcts128_decrypt_block(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) CRYPTO_nistcts128_decrypt_block() argument 248 CRYPTO_cts128_decrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], cbc128_f cbc) CRYPTO_cts128_decrypt() argument 288 CRYPTO_nistcts128_decrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], cbc128_f cbc) CRYPTO_nistcts128_decrypt() argument [all...] |
| H A D | ctr128.c | 73 CRYPTO_ctr128_encrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], unsigned char ecount_buf[16], unsigned int *num, block128_f block) CRYPTO_ctr128_encrypt() argument 150 CRYPTO_ctr128_encrypt_ctr32(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], unsigned char ecount_buf[16], unsigned int *num, ctr128_f func) CRYPTO_ctr128_encrypt_ctr32() argument
|
| H A D | cfb128.c | 25 CRYPTO_cfb128_encrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], int *num, int enc, block128_f block) CRYPTO_cfb128_encrypt() argument 150 cfbr_encrypt_block(const unsigned char *in, unsigned char *out, int nbits, const void *key, unsigned char ivec[16], int enc, block128_f block) cfbr_encrypt_block() argument 186 CRYPTO_cfb128_1_encrypt(const unsigned char *in, unsigned char *out, size_t bits, const void *key, unsigned char ivec[16], int *num, int enc, block128_f block) CRYPTO_cfb128_1_encrypt() argument 202 CRYPTO_cfb128_8_encrypt(const unsigned char *in, unsigned char *out, size_t length, const void *key, unsigned char ivec[16], int *num, int enc, block128_f block) CRYPTO_cfb128_8_encrypt() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/ |
| H A D | params_from_text.c | 24 static int prepare_from_text(const OSSL_PARAM *paramdefs, const char *key, in prepare_from_text() argument 203 OSSL_PARAM_allocate_from_text(OSSL_PARAM *to, const OSSL_PARAM *paramdefs, const char *key, const char *value, size_t value_n, int *found) OSSL_PARAM_allocate_from_text() argument
|
| H A D | param_build_set.c | 33 ossl_param_build_set_long(OSSL_PARAM_BLD *bld, OSSL_PARAM *p, const char *key, long num) ossl_param_build_set_long() argument 44 ossl_param_build_set_utf8_string(OSSL_PARAM_BLD *bld, OSSL_PARAM *p, const char *key, const char *buf) ossl_param_build_set_utf8_string() argument 55 ossl_param_build_set_octet_string(OSSL_PARAM_BLD *bld, OSSL_PARAM *p, const char *key, const unsigned char *data, size_t data_len) ossl_param_build_set_octet_string() argument 69 ossl_param_build_set_bn_pad(OSSL_PARAM_BLD *bld, OSSL_PARAM *p, const char *key, const BIGNUM *bn, size_t sz) ossl_param_build_set_bn_pad() argument 84 ossl_param_build_set_bn(OSSL_PARAM_BLD *bld, OSSL_PARAM *p, const char *key, const BIGNUM *bn) ossl_param_build_set_bn() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/pkcs12/ |
| H A D | p12_crpt.c | 31 unsigned char key[EVP_MAX_KEY_LENGTH], iv[EVP_MAX_IV_LENGTH]; in PKCS12_PBE_keyivgen_ex() local
|
| /third_party/node/deps/openssl/openssl/crypto/rc5/ |
| H A D | rc5_enc.c | 96 void RC5_32_encrypt(unsigned long *d, RC5_32_KEY *key) in RC5_32_encrypt() argument 132 void RC5_32_decrypt(unsigned long *d, RC5_32_KEY *key) in RC5_32_decrypt() argument
|
| /third_party/node/deps/openssl/openssl/crypto/bf/ |
| H A D | bf_enc.c | 30 void BF_encrypt(BF_LONG *data, const BF_KEY *key) in BF_encrypt() argument 69 void BF_decrypt(BF_LONG *data, const BF_KEY *key) in BF_decrypt() argument
|