Searched refs:key_bytes (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/crypto/krb5/ |
| H A D | rfc3962_aes.c | 79 .key_bytes = 16, 102 .key_bytes = 32,
|
| H A D | rfc8009_aes2.c | 145 &rfc8009_no_context, krb5->key_bytes * 8, in rfc8009_calc_Ke() 326 .key_bytes = 16, 349 .key_bytes = 32,
|
| H A D | rfc6803_camellia.c | 201 .key_bytes = 16, 224 .key_bytes = 32,
|
| H A D | rfc3961_simplified.c | 275 keybytes = krb5->key_bytes; in rfc3961_calc_DK() 401 derived_key.len = krb5->key_bytes; in rfc3961_calc_PRF()
|
| /linux-6.15/include/linux/ |
| H A D | blk-crypto.h | 144 const u8 *key_bytes, size_t key_size,
|
| /linux-6.15/include/crypto/ |
| H A D | krb5.h | 93 u16 key_bytes; /* Length of raw key, in bytes */ member
|
| /linux-6.15/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-6.15/Documentation/crypto/ |
| H A D | krb5.rst | 68 u16 key_bytes; 88 * ``key_len`` and ``key_bytes`` are the input key length and the derived key
|
| /linux-6.15/fs/ecryptfs/ |
| H A D | ecryptfs_kernel.h | 584 u8 ecryptfs_code_for_cipher_string(char *cipher_name, size_t key_bytes);
|
| H A D | crypto.c | 905 u8 ecryptfs_code_for_cipher_string(char *cipher_name, size_t key_bytes) in ecryptfs_code_for_cipher_string() argument 913 switch (key_bytes) { in ecryptfs_code_for_cipher_string()
|
| /linux-6.15/drivers/md/bcache/ |
| H A D | bcache.h | 487 size_t key_bytes; member
|
| H A D | sysfs.c | 716 return div64_u64(c->gc_stats.key_bytes * 100, in bch_btree_used()
|
| H A D | btree.c | 1326 gc->key_bytes += bkey_u64s(k); in btree_gc_mark_node() 1867 stats.key_bytes *= sizeof(uint64_t); in bch_btree_gc()
|
| /linux-6.15/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()
|