Home
last modified time | relevance | path

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

/Linux-v6.6/include/keys/
Dtrusted-type.h20 #define MIN_KEY_SIZE 32 macro
/Linux-v6.6/security/keys/trusted-keys/
Dtrusted_core.c93 if (ret < 0 || keylen < MIN_KEY_SIZE || keylen > MAX_KEY_SIZE) in datablob_parse()
Dtrusted_tpm2.c488 if (data_len < MIN_KEY_SIZE || data_len > MAX_KEY_SIZE) { in tpm2_unseal_cmd()
/Linux-v6.6/drivers/staging/ks7010/
Dks_wlan_net.c38 #define MIN_KEY_SIZE 5 /* 40 bits RC4 - WEP */ macro
791 key.len = (enc->length > MIN_KEY_SIZE) ? in ks_wlan_set_encode()
792 MAX_KEY_SIZE : MIN_KEY_SIZE; in ks_wlan_set_encode()
795 wep_on_off = (enc->length > MIN_KEY_SIZE) ? in ks_wlan_set_encode()
/Linux-v6.6/drivers/net/wireless/cisco/
Dairo.c1096 #define MIN_KEY_SIZE 5 // 40 bits RC4 - WEP macro
6408 if (dwrq->length > MIN_KEY_SIZE) in airo_set_encode()
6411 key.len = MIN_KEY_SIZE; in airo_set_encode()
6579 if (ext->key_len > MIN_KEY_SIZE) { in airo_set_encodeext()
6582 key.len = MIN_KEY_SIZE; in airo_set_encodeext()