Searched refs:MIN_KEY_SIZE (Results 1 – 5 of 5) sorted by relevance
17 #define MIN_KEY_SIZE 32 macro
38 #define MIN_KEY_SIZE 5 /* 40 bits RC4 - WEP */ macro792 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()
631 if (data_len < MIN_KEY_SIZE || data_len > MAX_KEY_SIZE + 1) { in tpm2_unseal_cmd()
876 if (ret < 0 || keylen < MIN_KEY_SIZE || keylen > MAX_KEY_SIZE) in datablob_parse()
1091 #define MIN_KEY_SIZE 5 // 40 bits RC4 - WEP macro6331 if (dwrq->length > MIN_KEY_SIZE) in airo_set_encode()6334 key.len = MIN_KEY_SIZE; in airo_set_encode()6501 if (ext->key_len > MIN_KEY_SIZE) { in airo_set_encodeext()6504 key.len = MIN_KEY_SIZE; in airo_set_encodeext()