Searched refs:key_bytes (Results 1 – 9 of 9) sorted by relevance
| /linux/net/rxrpc/ |
| H A D | rxgk_kdf.c | 64 unsigned int L = krb5->key_bytes; in rxgk_derive_transport_key() 108 buffer = kzalloc(krb5->key_bytes, gfp); in rxgk_set_up_ciphers() 112 TK.len = krb5->key_bytes; in rxgk_set_up_ciphers()
|
| /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 | 417 const u8 *key_bytes, size_t key_size, in fscrypt_using_inline_encryption() 465 const u8 *key_bytes, size_t key_size, 468 fscrypt_prepare_inline_crypt_key(struct fscrypt_prepared_key * prep_key,const u8 * key_bytes,size_t key_size,bool is_hw_wrapped,const struct fscrypt_inode_info * ci) fscrypt_prepare_inline_crypt_key() argument
|
| /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 | 825 * @key_bytes: Length of key in bytes; used for AES code selection 829 u8 ecryptfs_code_for_cipher_string(char *cipher_name, size_t key_bytes) in ecryptfs_code_for_cipher_string() argument 837 switch (key_bytes) { in ecryptfs_code_for_cipher_string()
|
| /linux/drivers/md/bcache/ |
| H A D | bcache.h | 486 size_t key_bytes; member
|
| H A D | sysfs.c | 713 return div64_u64(c->gc_stats.key_bytes * 100, in bch_btree_used()
|
| H A D | btree.c | 1322 gc->key_bytes += bkey_u64s(k); in btree_gc_mark_node() 1860 stats.key_bytes *= sizeof(uint64_t); in bch_btree_gc()
|
| /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()
|