Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-inlinecrypt.c88 static int set_key_user(struct key *key, char *key_bytes, in set_key_user()
105 static int inlinecrypt_get_keyring_key(const char *key_string, u8 *key_bytes, in inlinecrypt_get_keyring_key()
183 static int inlinecrypt_get_keyring_key(const char *key_string, u8 *key_bytes, in inlinecrypt_get_keyring_key()
314 u8 key_bytes[BLK_CRYPTO_MAX_ANY_KEY_SIZE]; in inlinecrypt_ctr() local
/linux/include/crypto/
H A Dkrb5.h98 u16 key_bytes; /* Length of raw key, in bytes */ member
/linux/fs/crypto/
H A Dfscrypt_private.h443 const u8 *key_bytes, size_t key_size, in fscrypt_prepare_inline_crypt_key()
/linux/fs/ecryptfs/
H A Dcrypto.c815 u8 ecryptfs_code_for_cipher_string(char *cipher_name, size_t key_bytes) in ecryptfs_code_for_cipher_string()
/linux/drivers/md/bcache/
H A Dbcache.h486 size_t key_bytes; member
/linux/net/key/
H A Daf_key.c424 int key_bytes = DIV_ROUND_UP(key->sadb_key_bits, 8); in sadb_key_len() local