Home
last modified time | relevance | path

Searched refs:security_strength (Results 1 – 4 of 4) sorted by relevance

/linux/fs/crypto/
H A Dkeysetup.c22 .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 Dfscrypt_private.h710 int security_strength; /* security strength in bytes */ member
/linux/block/
H A Dblk-crypto.c26 .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 Dblk-crypto-internal.h17 unsigned int security_strength; /* security strength in bytes */ member