Home
last modified time | relevance | path

Searched refs:key_end (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/arch/sparc/crypto/
Daes_glue.c251 u64 *key_end; in ecb_decrypt() local
259 key_end = &ctx->key[ctx->expanded_key_length / sizeof(u64)]; in ecb_decrypt()
264 ctx->ops->ecb_decrypt(key_end, in ecb_decrypt()
311 u64 *key_end; in cbc_decrypt() local
319 key_end = &ctx->key[ctx->expanded_key_length / sizeof(u64)]; in cbc_decrypt()
324 ctx->ops->cbc_decrypt(key_end, in cbc_decrypt()
/Linux-v5.4/net/openvswitch/
Dflow_table.c374 int key_end = range->end; in flow_hash() local
376 int hash_u32s = (key_end - key_start) >> 2; in flow_hash()
395 int key_start, int key_end) in cmp_key() argument
402 for (i = key_start; i < key_end; i += sizeof(long)) in cmp_key()
420 int key_end = match->range.end; in ovs_flow_cmp_unmasked_key() local
423 return cmp_key(flow->id.unmasked_key, key, key_start, key_end); in ovs_flow_cmp_unmasked_key()
/Linux-v5.4/fs/btrfs/
Dreada.c166 btrfs_comp_cpu_keys(&key, &rc->key_end) < 0 && in __readahead_hook()
932 struct btrfs_key *key_start, struct btrfs_key *key_end) in btrfs_reada_add() argument
951 rc->key_end = *key_end; in btrfs_reada_add()
Dscrub.c3071 struct btrfs_key key_end; in scrub_stripe() local
3152 key_end.objectid = logic_end; in scrub_stripe()
3153 key_end.type = BTRFS_METADATA_ITEM_KEY; in scrub_stripe()
3154 key_end.offset = (u64)-1; in scrub_stripe()
3155 reada1 = btrfs_reada_add(root, &key, &key_end); in scrub_stripe()
3160 key_end.objectid = BTRFS_EXTENT_CSUM_OBJECTID; in scrub_stripe()
3161 key_end.type = BTRFS_EXTENT_CSUM_KEY; in scrub_stripe()
3162 key_end.offset = logic_end; in scrub_stripe()
3163 reada2 = btrfs_reada_add(csum_root, &key, &key_end); in scrub_stripe()
Dctree.h3386 struct btrfs_key key_end; /* exclusive */ member