Home
last modified time | relevance | path

Searched refs:MIN_KEY_SIZE (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/include/keys/
Dtrusted-type.h14 #define MIN_KEY_SIZE 32 macro
/Linux-v5.10/security/keys/trusted-keys/
Dtrusted_tpm2.c270 if (data_len < MIN_KEY_SIZE || data_len > MAX_KEY_SIZE + 1) { in tpm2_unseal_cmd()
Dtrusted_tpm1.c871 if (ret < 0 || keylen < MIN_KEY_SIZE || keylen > MAX_KEY_SIZE) in datablob_parse()
/Linux-v5.10/drivers/staging/ks7010/
Dks_wlan_net.c38 #define MIN_KEY_SIZE 5 /* 40 bits RC4 - WEP */ macro
792 key.len = (enc->length > MIN_KEY_SIZE) ? in ks_wlan_set_encode()
793 MAX_KEY_SIZE : MIN_KEY_SIZE; in ks_wlan_set_encode()
796 wep_on_off = (enc->length > MIN_KEY_SIZE) ? in ks_wlan_set_encode()
/Linux-v5.10/drivers/net/wireless/cisco/
Dairo.c1097 #define MIN_KEY_SIZE 5 // 40 bits RC4 - WEP macro
6370 if (dwrq->length > MIN_KEY_SIZE) in airo_set_encode()
6373 key.len = MIN_KEY_SIZE; in airo_set_encode()
6540 if (ext->key_len > MIN_KEY_SIZE) { in airo_set_encodeext()
6543 key.len = MIN_KEY_SIZE; in airo_set_encodeext()