Home
last modified time | relevance | path

Searched defs:key (Results 801 - 825 of 4359) sorted by relevance

1...<<31323334353637383940>>...175

/third_party/node/deps/v8/src/builtins/
H A Dconstants-table-builder.cc82 uint32_t key; in PatchSelfReference() local
93 uint32_t key; in PatchBasicBlockCountersReference() local
/third_party/node/deps/v8/src/objects/
H A Dliteral-objects-inl.h54 void ObjectBoilerplateDescription::set_key_value(int index, Object key, in set_key_value() argument
/third_party/node/deps/v8/src/parsing/
H A Dkeywords-gen.h158 unsigned int key = Hash(str, len) & 0x3f; in GetToken() local
/third_party/node/deps/v8/src/runtime/
H A Druntime-proxy.cc44 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 Daddress-map.h25 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 Diris_border_color.c64 color_hash(const void *key) in color_hash() argument
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_cmd_signature.cpp33 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 Dcipher_aes_xts_hw.c38 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 Dcipher_desx_hw.c27 cipher_hw_desx_cbc_initkey(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen) cipher_hw_desx_cbc_initkey() argument
H A Dcipher_rc5.c59 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 Dcipher_tdes_default_hw.c22 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 Dcipher_tdes_hw.c23 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 De_xcbc_d.c60 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 De_rc4.c77 static int rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, in rc4_init_key() argument
H A Dp_seal.c24 unsigned char key[EVP_MAX_KEY_LENGTH]; in EVP_SealInit() local
H A Dpbe_scrypt.c37 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 Di_skey.c21 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 Dcts128.c27 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 Dctr128.c73 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 Dcfb128.c25 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 Dparams_from_text.c24 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 Dparam_build_set.c33 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 Dp12_crpt.c31 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 Drc5_enc.c96 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 Dbf_enc.c30 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

Completed in 9 milliseconds

1...<<31323334353637383940>>...175