Home
last modified time | relevance | path

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

/openbmc/qemu/include/net/
H A Dchecksum.h73 void net_toeplitz_key_init(net_toeplitz_key *key, uint8_t *key_bytes) in net_toeplitz_key_init() argument
75 key->leftmost_32_bits = be32_to_cpu(*(uint32_t *)key_bytes); in net_toeplitz_key_init()
76 key->next_byte = key_bytes + sizeof(uint32_t); in net_toeplitz_key_init()
/openbmc/qemu/crypto/
H A Dblock-luks.c59 uint32_t key_bytes; member
153 uint32_t key_bytes, in qcrypto_block_luks_cipher_name_lookup() argument
162 key_bytes /= 2; in qcrypto_block_luks_cipher_name_lookup()
169 for (j = 0; j < map[i].sizes[j].key_bytes; j++) { in qcrypto_block_luks_cipher_name_lookup()
170 if (map[i].sizes[j].key_bytes == key_bytes) { in qcrypto_block_luks_cipher_name_lookup()
177 name, key_bytes); in qcrypto_block_luks_cipher_name_lookup()
190 for (j = 0; j < map[i].sizes[j].key_bytes; j++) { in qcrypto_block_luks_cipher_alg_lookup()
/openbmc/linux/fs/ecryptfs/
H A Decryptfs_kernel.h584 u8 ecryptfs_code_for_cipher_string(char *cipher_name, size_t key_bytes);
H A 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()
/openbmc/linux/drivers/md/bcache/
H A Dbcache.h484 size_t key_bytes; member
H A Dsysfs.c720 return div64_u64(c->gc_stats.key_bytes * 100, in bch_btree_used()
H A Dbtree.c1319 gc->key_bytes += bkey_u64s(k); in btree_gc_mark_node()
1853 stats.key_bytes *= sizeof(uint64_t); in bch_btree_gc()
/openbmc/linux/net/key/
H A 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()