Home
last modified time | relevance | path

Searched defs:key_bytes (Results 1 – 5 of 5) 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()
/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()
/openbmc/linux/fs/ecryptfs/
H A Dcrypto.c902 u8 ecryptfs_code_for_cipher_string(char *cipher_name, size_t key_bytes) in ecryptfs_code_for_cipher_string()
/openbmc/linux/drivers/md/bcache/
H A Dbcache.h484 size_t key_bytes; member
/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