Home
last modified time | relevance | path

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

/linux/crypto/krb5/
H A Drfc3962_aes.c79 .key_bytes = 16,
102 .key_bytes = 32,
H A Drfc8009_aes2.c145 &rfc8009_no_context, krb5->key_bytes * 8, in rfc8009_calc_Ke()
326 .key_bytes = 16,
349 .key_bytes = 32,
H A Drfc6803_camellia.c201 .key_bytes = 16,
224 .key_bytes = 32,
H A Drfc3961_simplified.c276 keybytes = krb5->key_bytes; in rfc3961_calc_DK()
402 derived_key.len = krb5->key_bytes; in rfc3961_calc_PRF()
/linux/net/rxrpc/
H A Drxgk_kdf.c64 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 Dinline_crypt.c157 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 Dfscrypt_private.h420 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/include/linux/
H A Dblk-crypto.h149 const u8 *key_bytes, size_t key_size,
/linux/block/
H A Dblk-crypto.c308 const u8 *key_bytes, size_t key_size, in blk_crypto_init_key() argument
348 memcpy(blk_key->bytes, key_bytes, key_size); in blk_crypto_init_key()
/linux/include/crypto/
H A Dkrb5.h98 u16 key_bytes; /* Length of raw key, in bytes */ member
/linux/Documentation/crypto/
H A Dkrb5.rst68 u16 key_bytes;
88 * ``key_len`` and ``key_bytes`` are the input key length and the derived key
/linux/fs/ecryptfs/
H A Decryptfs_kernel.h574 u8 ecryptfs_code_for_cipher_string(char *cipher_name, size_t key_bytes);
H A Dcrypto.c829 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 Dbcache.h486 size_t key_bytes; member
H A Dsysfs.c713 return div64_u64(c->gc_stats.key_bytes * 100, in bch_btree_used()
H A Dbtree.c1322 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 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()