Searched defs:KEY_BITS (Results 1 - 1 of 1) sorted by path

/frameworks/base/tools/obbtool/
H A Dpbkdf2gen.cpp34 #define KEY_BITS 128 macro
59 unsigned char rawKey[KEY_BITS];
62 ROUNDS, KEY_BITS, rawKey) != 1) {
74 for (int i = 0; i < (KEY_BITS / 8); i++) {

Completed in 74 milliseconds