Searched refs:key_bytes (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| H A D | blk-crypto.h | 144 const u8 *key_bytes, size_t key_size,
|
| /linux/fs/crypto/ |
| H A D | inline_crypt.c | 157 const u8 *key_bytes, size_t key_size, in fscrypt_prepare_inline_crypt_key() argument 176 err = blk_crypto_init_key(blk_key, key_bytes, key_size, key_type, in fscrypt_prepare_inline_crypt_key()
|
| H A D | fscrypt_private.h | 420 const u8 *key_bytes, size_t key_size, 468 const u8 *key_bytes, size_t key_size, in fscrypt_prepare_inline_crypt_key() argument
|
| /linux/block/ |
| H A D | blk-crypto.c | 340 const u8 *key_bytes, size_t key_size, in blk_crypto_init_key() argument 380 memcpy(blk_key->bytes, key_bytes, key_size); in blk_crypto_init_key()
|
| /linux/fs/ecryptfs/ |
| H A D | ecryptfs_kernel.h | 574 u8 ecryptfs_code_for_cipher_string(char *cipher_name, size_t key_bytes);
|
| H A D | crypto.c | 833 u8 ecryptfs_code_for_cipher_string(char *cipher_name, size_t key_bytes) in ecryptfs_code_for_cipher_string() argument 841 switch (key_bytes) { in ecryptfs_code_for_cipher_string()
|
| /linux/net/key/ |
| H A D | af_key.c | 424 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()
|