Searched refs:security_strength (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/fs/crypto/ |
| H A D | keysetup.c | 21 .security_strength = 32, 29 .security_strength = 32, 36 .security_strength = 16, 44 .security_strength = 16, 51 .security_strength = 16, 59 .security_strength = 16, 66 .security_strength = 32, 74 .security_strength = 32, 415 min_keysize = ci->ci_mode->security_strength; in fscrypt_valid_master_key_size()
|
| H A D | fscrypt_private.h | 644 int security_strength; /* security strength in bytes */ member
|
| /linux-6.15/block/ |
| H A D | blk-crypto.c | 26 .security_strength = 32, 33 .security_strength = 16, 40 .security_strength = 32, 47 .security_strength = 16, 90 BUG_ON(blk_crypto_modes[i].security_strength > in bio_crypt_ctx_init() 360 if (key_size < mode->security_strength || in blk_crypto_init_key()
|
| H A D | blk-crypto-internal.h | 17 unsigned int security_strength; /* security strength in bytes */ member
|