/foundation/communication/dsoftbus/adapter/common/include/ |
H A D | softbus_aes_encrypt.h | 34 uint8_t *key; member 41 const uint8_t *key; member
|
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | scene_persistent_storage.h | 42 static void Insert(const std::string& key, const T& value, ScenePersistentStorageType storageType) in Insert() argument 69 static void Get(const std::string& key, T& value, ScenePersistentStorageType storageType) in Get() argument [all...] |
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | setting_provider_test.cpp | 63 std::string key = ""; in HWTEST_F() local 75 std::string key = ""; in HWTEST_F() local 87 std::string key = ""; in HWTEST_F() local 139 std::string key = "key"; in HWTEST_F() local 155 std::string key in HWTEST_F() local [all...] |
/kernel/linux/linux-5.10/drivers/crypto/vmx/ |
H A D | aes.c | 60 static int p8_aes_setkey(struct crypto_tfm *tfm, const u8 *key, in p8_aes_setkey() argument
|
/kernel/linux/linux-5.10/drivers/firmware/google/ |
H A D | vpd_decode.c | 66 const u8 *key; in vpd_decode_string() local
|
/kernel/linux/linux-5.10/arch/mips/crypto/ |
H A D | chacha-glue.c | 23 void chacha_init_arch(u32 *state, const u32 *key, const u8 *iv) in chacha_init_arch() argument
|
H A D | poly1305-glue.c | 20 void poly1305_init_arch(struct poly1305_desc_ctx *dctx, const u8 key[POLY1305_KEY_SIZE]) in poly1305_init_arch() argument
|
/kernel/linux/linux-5.10/crypto/ |
H A D | aegis128-neon.c | 31 crypto_aegis128_init_simd(union aegis_block *state, const union aegis_block *key, const u8 *iv) crypto_aegis128_init_simd() argument
|
H A D | aegis.h | 41 crypto_aegis_aesenc(union aegis_block *dst, const union aegis_block *src, const union aegis_block *key) crypto_aegis_aesenc() argument
|
H A D | rsa_helper.c | 19 struct rsa_key *key = context; in rsa_get_n() local 49 struct rsa_key *key = context; in rsa_get_e() local 64 struct rsa_key *key = context; rsa_get_d() local 79 struct rsa_key *key = context; rsa_get_p() local 94 struct rsa_key *key = context; rsa_get_q() local 109 struct rsa_key *key = context; rsa_get_dp() local 124 struct rsa_key *key = context; rsa_get_dq() local 139 struct rsa_key *key = context; rsa_get_qinv() local 162 rsa_parse_pub_key(struct rsa_key *rsa_key, const void *key, unsigned int key_len) rsa_parse_pub_key() argument 181 rsa_parse_priv_key(struct rsa_key *rsa_key, const void *key, unsigned int key_len) rsa_parse_priv_key() argument [all...] |
H A D | cipher.c | 19 static int setkey_unaligned(struct crypto_cipher *tfm, const u8 *key, in setkey_unaligned() argument 41 crypto_cipher_setkey(struct crypto_cipher *tfm, const u8 *key, unsigned int keylen) crypto_cipher_setkey() argument
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | opal-secvar.c | 57 static int opal_get_variable(const char *key, uint64_t ksize, in opal_get_variable() argument 74 static int opal_get_next_variable(const char *key, uint64_t *keylen, in opal_get_next_variable() argument 91 static int opal_set_variable(const char *key, uint64_t ksize, u8 *data, in opal_set_variable() argument
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | planetcore.c | 38 const char *planetcore_get_key(const char *table, const char *key) in planetcore_get_key() argument 52 int planetcore_get_decimal(const char *table, const char *key, u64 *val) in planetcore_get_decimal() argument 62 int planetcore_get_hex(const char *table, const char *key, u64 *val) in planetcore_get_hex() argument
|
/kernel/linux/linux-6.6/arch/mips/crypto/ |
H A D | poly1305-glue.c | 20 void poly1305_init_arch(struct poly1305_desc_ctx *dctx, const u8 key[POLY1305_KEY_SIZE]) in poly1305_init_arch() argument
|
H A D | chacha-glue.c | 23 void chacha_init_arch(u32 *state, const u32 *key, const u8 *iv) in chacha_init_arch() argument
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | planetcore.c | 38 const char *planetcore_get_key(const char *table, const char *key) in planetcore_get_key() argument 52 int planetcore_get_decimal(const char *table, const char *key, u64 *val) in planetcore_get_decimal() argument 62 int planetcore_get_hex(const char *table, const char *key, u64 *val) in planetcore_get_hex() argument
|
/kernel/linux/linux-6.6/arch/powerpc/crypto/ |
H A D | poly1305-p10-glue.c | 56 struct poly1305_core_key *key = &dctx->core_r; in crypto_poly1305_setdctxkey() local
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | ns_current_pid_tgid.c | 20 int err, key = 0, duration = 0; in test_ns_current_pid_tgid() local
|
H A D | stacktrace_build_id_nmi.c | 30 __u32 key, previous_key, val, duration = 0; in test_stacktrace_build_id_nmi() local
|
H A D | stacktrace_build_id.c | 11 __u32 key, previous_key, val, duration = 0; in test_stacktrace_build_id() local
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | lsm.c | 65 __u32 key = 0; in BPF_PROG() local
|
H A D | test_get_stack_rawtp.c | 64 __u32 key = 0; in bpf_prog1() local
|
H A D | test_spin_lock.c | 56 int key = 0; in bpf_sping_lock_test() local
|
H A D | test_stacktrace_map.c | 57 __u32 key = 0, val = 0, *value_p; in oncpu() local
|
H A D | test_tc_edt.c | 29 int key = 0; in throttle_flow() local
|