Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ecryptfs/
H A Decryptfs_kernel.h599 u8 ecryptfs_code_for_cipher_string(char *cipher_name, size_t key_bytes);
H A Dcrypto.c929 u8 ecryptfs_code_for_cipher_string(char *cipher_name, size_t key_bytes) in ecryptfs_code_for_cipher_string() argument
937 switch (key_bytes) { in ecryptfs_code_for_cipher_string()
/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Dbcache.h477 size_t key_bytes; member
H A Dsysfs.c699 return div64_u64(c->gc_stats.key_bytes * 100, in bch_btree_used()
H A Dbtree.c1289 gc->key_bytes += bkey_u64s(k); in btree_gc_mark_node()
1820 stats.key_bytes *= sizeof(uint64_t); in bch_btree_gc()
/OK3568_Linux_fs/kernel/net/key/
H A Daf_key.c428 int key_bytes = DIV_ROUND_UP(key->sadb_key_bits, 8); in sadb_key_len() local
430 return DIV_ROUND_UP(sizeof(struct sadb_key) + key_bytes, in sadb_key_len()