Searched refs:temp_key (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/crypto/
H A Ddes_s390.c250 const u8 *temp_key = key; local
257 for (i = 0; i < 2; i++, temp_key += DES_KEY_SIZE) {
258 ret = crypto_des_check_key(temp_key, DES_KEY_SIZE, flags);
409 const u8 *temp_key = key; local
419 for (i = 0; i < 3; i++, temp_key += DES_KEY_SIZE) {
420 ret = crypto_des_check_key(temp_key, DES_KEY_SIZE, flags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dcifsencrypt.c205 char temp_key[16]; local
209 E_md4hash(password, temp_key);
210 mdfour(key,temp_key,16);

Completed in 101 milliseconds