Searched refs:rawKey (Results 1 – 2 of 2) sorted by relevance
112 String rawKey = input.getKey(); in performRestore() local113 int pos = rawKey.indexOf(':'); in performRestore()115 String prefix = rawKey.substring(0, pos); in performRestore()119 stream.key = rawKey.substring(pos+1); in performRestore()123 Log.w(TAG, "Couldn't find helper for: '" + rawKey + "'"); in performRestore()129 Log.w(TAG, "Entity with no prefix: '" + rawKey + "'"); in performRestore()
60 unsigned char rawKey[KEY_BITS]; in main() local63 ROUNDS, KEY_BITS, rawKey) != 1) { in main()76 printf("%02x", rawKey[i]); in main()