Home
last modified time | relevance | path

Searched refs:key_bytes (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/fs/ecryptfs/
Decryptfs_kernel.h584 u8 ecryptfs_code_for_cipher_string(char *cipher_name, size_t key_bytes);
Dcrypto.c902 u8 ecryptfs_code_for_cipher_string(char *cipher_name, size_t key_bytes) in ecryptfs_code_for_cipher_string() argument
910 switch (key_bytes) { in ecryptfs_code_for_cipher_string()
/linux-6.6.21/drivers/md/bcache/
Dbcache.h484 size_t key_bytes; member
Dsysfs.c720 return div64_u64(c->gc_stats.key_bytes * 100, in bch_btree_used()
Dbtree.c1319 gc->key_bytes += bkey_u64s(k); in btree_gc_mark_node()
1852 stats.key_bytes *= sizeof(uint64_t); in bch_btree_gc()
/linux-6.6.21/net/key/
Daf_key.c424 int key_bytes = DIV_ROUND_UP(key->sadb_key_bits, 8); in sadb_key_len() local
426 return DIV_ROUND_UP(sizeof(struct sadb_key) + key_bytes, in sadb_key_len()