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

/linux-4.4.14/include/keys/
H A Dtrusted-type.h17 #define MIN_KEY_SIZE 32 macro
/linux-4.4.14/security/keys/
H A Dtrusted.c824 if (ret < 0 || keylen < MIN_KEY_SIZE || keylen > MAX_KEY_SIZE) datablob_parse()
/linux-4.4.14/drivers/net/wireless/
H A Dairo.c1091 #define MIN_KEY_SIZE 5 // 40 bits RC4 - WEP macro
6353 if (dwrq->length > MIN_KEY_SIZE) airo_set_encode()
6356 key.len = MIN_KEY_SIZE; airo_set_encode()
6523 if (ext->key_len > MIN_KEY_SIZE) { airo_set_encodeext()
6526 key.len = MIN_KEY_SIZE; airo_set_encodeext()

Completed in 426 milliseconds