Searched refs:security_strength (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/crypto/ |
| H A D | keysetup.c | 22 .security_strength = 32, 30 .security_strength = 32, 37 .security_strength = 16, 45 .security_strength = 16, 52 .security_strength = 16, 60 .security_strength = 16, 67 .security_strength = 32, 75 .security_strength = 32, 428 min_keysize = ci->ci_mode->security_strength; in fscrypt_valid_master_key_size()
|
| H A D | fscrypt_private.h | 710 int security_strength; /* security strength in bytes */ member
|
| /linux/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
|