/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptvf_algs.c | 397 const u8 *key1 = key; in otx_cpt_skcipher_xts_setkey() local
|
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | flow_table.c | 667 static bool cmp_key(const struct sw_flow_key *key1, in cmp_key() argument
|
/kernel/linux/linux-5.10/security/keys/trusted-keys/ |
H A D | trusted_tpm1.c | 262 TSS_checkhmac2(unsigned char *buffer, const uint32_t command, const unsigned char *ononce, const unsigned char *key1, unsigned int keylen1, const unsigned char *key2, unsigned int keylen2, ...) TSS_checkhmac2() argument
|
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | journal.c | 1714 union ubifs_key xent_key, key1, key2; in ubifs_jnl_delete_xattr() local
|
H A D | tnc.c | 1729 union ubifs_key key1; in validate_data_node() local 2035 union ubifs_key *key, *key1; in correct_parent_keys() local 2122 union ubifs_key *key = &zbr->key, *key1; in tnc_insert() local 2904 union ubifs_key key1, key2; ubifs_tnc_remove_ino() local [all...] |
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | stree.c | 98 inline int comp_short_le_keys(const struct reiserfs_key *key1, in comp_short_le_keys() argument
|
/kernel/linux/linux-5.10/net/mptcp/ |
H A D | subflow.c | 45 static void subflow_generate_hmac(u64 key1, u64 key2, u32 nonce1, u32 nonce2, in subflow_generate_hmac() argument
|
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
H A D | connection.c | 313 __u8 key1[HMDFS_KEY_SIZE]; in connection_handshake_init_tls() local
|
/kernel/linux/linux-6.6/fs/hmdfs/comm/ |
H A D | connection.c | 313 __u8 key1[HMDFS_KEY_SIZE]; in connection_handshake_init_tls() local
|
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | oplock.c | 489 compare_guid_key(struct oplock_info *opinfo, const char *guid1, const char *key1) compare_guid_key() argument
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | tnc.c | 1730 union ubifs_key key1; in validate_data_node() local 2036 union ubifs_key *key, *key1; in correct_parent_keys() local 2123 union ubifs_key *key = &zbr->key, *key1; in tnc_insert() local 2905 union ubifs_key key1, key2; ubifs_tnc_remove_ino() local [all...] |
H A D | journal.c | 1724 union ubifs_key xent_key, key1, key2; in ubifs_jnl_delete_xattr() local
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | stree.c | 98 inline int comp_short_le_keys(const struct reiserfs_key *key1, in comp_short_le_keys() argument
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_btree.h | 598 xfs_btree_keycmp_lt( struct xfs_btree_cur *cur, const union xfs_btree_key *key1, const union xfs_btree_key *key2) xfs_btree_keycmp_lt() argument 607 xfs_btree_keycmp_gt( struct xfs_btree_cur *cur, const union xfs_btree_key *key1, const union xfs_btree_key *key2) xfs_btree_keycmp_gt() argument 616 xfs_btree_keycmp_eq( struct xfs_btree_cur *cur, const union xfs_btree_key *key1, const union xfs_btree_key *key2) xfs_btree_keycmp_eq() argument 625 xfs_btree_keycmp_le( struct xfs_btree_cur *cur, const union xfs_btree_key *key1, const union xfs_btree_key *key2) xfs_btree_keycmp_le() argument 634 xfs_btree_keycmp_ge( struct xfs_btree_cur *cur, const union xfs_btree_key *key1, const union xfs_btree_key *key2) xfs_btree_keycmp_ge() argument 643 xfs_btree_keycmp_ne( struct xfs_btree_cur *cur, const union xfs_btree_key *key1, const union xfs_btree_key *key2) xfs_btree_keycmp_ne() argument 653 xfs_btree_masked_keycmp_lt( struct xfs_btree_cur *cur, const union xfs_btree_key *key1, const union xfs_btree_key *key2, const union xfs_btree_key *mask) xfs_btree_masked_keycmp_lt() argument 663 xfs_btree_masked_keycmp_gt( struct xfs_btree_cur *cur, const union xfs_btree_key *key1, const union xfs_btree_key *key2, const union xfs_btree_key *mask) xfs_btree_masked_keycmp_gt() argument 673 xfs_btree_masked_keycmp_ge( struct xfs_btree_cur *cur, const union xfs_btree_key *key1, const union xfs_btree_key *key2, const union xfs_btree_key *mask) xfs_btree_masked_keycmp_ge() argument [all...] |
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx2/ |
H A D | otx2_cptvf_algs.c | 412 const u8 *key1 = key; in otx2_cpt_skcipher_xts_setkey() local
|
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptvf_algs.c | 398 const u8 *key1 = key; in otx_cpt_skcipher_xts_setkey() local
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | flow_table.c | 668 static bool cmp_key(const struct sw_flow_key *key1, in cmp_key() argument
|
/kernel/linux/linux-6.6/security/keys/trusted-keys/ |
H A D | trusted_tpm1.c | 255 TSS_checkhmac2(unsigned char *buffer, const uint32_t command, const unsigned char *ononce, const unsigned char *key1, unsigned int keylen1, const unsigned char *key2, unsigned int keylen2, ...) TSS_checkhmac2() argument
|
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | options.c | 622 static u64 add_addr_generate_hmac(u64 key1, u64 key2, in add_addr_generate_hmac() argument
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | usdt.c | 895 static bool specs_equal_fn(long key1, long key2, void *ctx) in specs_equal_fn() argument
|
/test/xts/acts/graphic/graphicnapidrawingtest/ |
H A D | OH_Drawing_TypographyTest.cpp | 1721 const char* key1 = "宋体"; in HWTEST_F() local
|
/third_party/f2fs-tools/fsck/ |
H A D | dict.c | 1233 static int comparef(const void *key1, const void *key2) in comparef() argument
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | regcoll.cpp | 1141 uint8_t key1[100], key2[100]; in TestT7189() local 1197 CollationKey key1, key2; in caseFirstCompressionSub() local [all...] |
/third_party/mbedtls/library/ |
H A D | aes.c | 787 const unsigned char *key1, *key2; in mbedtls_aes_xts_setkey_enc() local 811 const unsigned char *key1, *key2; in mbedtls_aes_xts_setkey_dec() local 758 mbedtls_aes_xts_decode_keys(const unsigned char *key, unsigned int keybits, const unsigned char **key1, unsigned int *key1bits, const unsigned char **key2, unsigned int *key2bits) mbedtls_aes_xts_decode_keys() argument
|
/third_party/mesa3d/src/gallium/winsys/virgl/drm/ |
H A D | virgl_drm_winsys.c | 1310 equal_fd(const void *key1, const void *key2) in equal_fd() argument
|