/third_party/ltp/testcases/kernel/syscalls/bpf/ |
H A D | bpf_prog05.c | 59 static uint32_t *key; variable
|
H A D | bpf_prog03.c | 39 static uint32_t *key; variable
|
/third_party/ltp/testcases/kernel/syscalls/fgetxattr/ |
H A D | fgetxattr01.c | 48 char *key; member
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgget/ |
H A D | msgget02.c | 36 int *key; member
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/ |
H A D | 9-1.c | 112 key_t key; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/ |
H A D | 2-3.c | 58 pthread_key_t key; in a_thread_func() local
|
/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
|