Home
last modified time | relevance | path

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

/drivers/char/tpm/
Dtpm2-cmd.c671 if (data_len < MIN_KEY_SIZE || data_len > MAX_KEY_SIZE + 1) { in tpm2_unseal_cmd()
/drivers/staging/ks7010/
Dks_wlan_net.c52 #define MIN_KEY_SIZE 5 /* 40 bits RC4 - WEP */ macro
935 if (dwrq->length > MIN_KEY_SIZE) { /* Set the length */ in ks_wlan_set_encode()
942 key.len = MIN_KEY_SIZE; in ks_wlan_set_encode()
/drivers/net/wireless/cisco/
Dairo.c1091 #define MIN_KEY_SIZE 5 // 40 bits RC4 - WEP macro
6341 if (dwrq->length > MIN_KEY_SIZE) in airo_set_encode()
6344 key.len = MIN_KEY_SIZE; in airo_set_encode()
6511 if (ext->key_len > MIN_KEY_SIZE) { in airo_set_encodeext()
6514 key.len = MIN_KEY_SIZE; in airo_set_encodeext()