Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sparc/crypto/
Daes_glue.c250 u64 *key_end; in ecb_decrypt() local
258 key_end = &ctx->key[ctx->expanded_key_length / sizeof(u64)]; in ecb_decrypt()
263 ctx->ops->ecb_decrypt(key_end, in ecb_decrypt()
310 u64 *key_end; in cbc_decrypt() local
318 key_end = &ctx->key[ctx->expanded_key_length / sizeof(u64)]; in cbc_decrypt()
323 ctx->ops->cbc_decrypt(key_end, in cbc_decrypt()
/linux-4.4.14/net/openvswitch/
Dflow_table.c419 int key_end = range->end; in flow_hash() local
421 int hash_u32s = (key_end - key_start) >> 2; in flow_hash()
440 int key_start, int key_end) in cmp_key() argument
447 for (i = key_start; i < key_end; i += sizeof(long)) in cmp_key()
465 int key_end = match->range.end; in ovs_flow_cmp_unmasked_key() local
468 return cmp_key(flow->id.unmasked_key, key, key_start, key_end); in ovs_flow_cmp_unmasked_key()
/linux-4.4.14/fs/btrfs/
Dreada.c198 btrfs_comp_cpu_keys(&key, &rc->key_end) < 0 && in __readahead_hook()
915 struct btrfs_key *key_start, struct btrfs_key *key_end) in btrfs_reada_add() argument
935 rc->key_end = *key_end; in btrfs_reada_add()
Dscrub.c3083 struct btrfs_key key_end; in scrub_stripe() local
3164 key_end.objectid = logic_end; in scrub_stripe()
3165 key_end.type = BTRFS_METADATA_ITEM_KEY; in scrub_stripe()
3166 key_end.offset = (u64)-1; in scrub_stripe()
3167 reada1 = btrfs_reada_add(root, &key_start, &key_end); in scrub_stripe()
3172 key_end.objectid = BTRFS_EXTENT_CSUM_OBJECTID; in scrub_stripe()
3173 key_end.type = BTRFS_EXTENT_CSUM_KEY; in scrub_stripe()
3174 key_end.offset = logic_end; in scrub_stripe()
3175 reada2 = btrfs_reada_add(csum_root, &key_start, &key_end); in scrub_stripe()
Dctree.h4356 struct btrfs_key key_end; /* exclusive */ member