Home
last modified time | relevance | path

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

/linux-6.15/fs/crypto/
H A Dkeysetup.c21 .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 Dfscrypt_private.h644 int security_strength; /* security strength in bytes */ member
/linux-6.15/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