hex_pass          209 modules/eyefi.c     u8 *hex_pass;
hex_pass          219 modules/eyefi.c                 hex_pass = convert_ascii_to_hex(pass);
hex_pass          220 modules/eyefi.c                 if (!hex_pass)
hex_pass          223 modules/eyefi.c                 memcpy(&key->key[0], hex_pass, key->len);