Home
last modified time | relevance | path

Searched refs:check_key (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/md/bcache/
H A Dbtree.h276 struct bkey *check_key);
H A Dbtree.c2441 struct bkey *check_key) in bch_btree_insert_check_key() argument
2462 SET_KEY_PTRS(check_key, 1); in bch_btree_insert_check_key()
2463 get_random_bytes(&check_key->ptr[0], sizeof(uint64_t)); in bch_btree_insert_check_key()
2465 SET_PTR_DEV(check_key, 0, PTR_CHECK_DEV); in bch_btree_insert_check_key()
2467 bch_keylist_add(&insert, check_key); in bch_btree_insert_check_key()
/linux/drivers/target/iscsi/
H A Discsi_target_parameters.c1505 int check_key) in iscsi_change_param_value() argument
1514 if (!check_key) { in iscsi_change_param_value()
/linux/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-aes-core.c146 static int check_key(const u8 *in_key, size_t key_len, enum ocs_cipher cipher) in check_key() function
170 ret = check_key(in_key, key_len, cipher); in save_key()