/external/qemu/ |
aes.h | 13 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, 15 int AES_set_decrypt_key(const unsigned char *userKey, const int bits,
|
aes.c | [all...] |
/external/openssl/crypto/aes/ |
aes.h | 88 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, 90 int AES_set_decrypt_key(const unsigned char *userKey, const int bits,
|
aes_x86core.c | 470 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, 477 if (!userKey || !key) 491 rk[0] = GETU32(userKey ); 492 rk[1] = GETU32(userKey + 4); 493 rk[2] = GETU32(userKey + 8); 494 rk[3] = GETU32(userKey + 12); 513 rk[4] = GETU32(userKey + 16); 514 rk[5] = GETU32(userKey + 20); 535 rk[6] = GETU32(userKey + 24); 536 rk[7] = GETU32(userKey + 28) [all...] |
aes_core.c | [all...] |
/external/openssl/include/openssl/ |
aes.h | 88 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, 90 int AES_set_decrypt_key(const unsigned char *userKey, const int bits,
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
InputModeSwitcher.java | 453 public int switchModeForUserKey(int userKey) { 456 if (USERDEF_KEYCODE_LANG_2 == userKey) { 473 } else if (USERDEF_KEYCODE_SYM_3 == userKey) { 488 } else if (USERDEF_KEYCODE_SHIFT_1 == userKey) { 494 } else if (USERDEF_KEYCODE_MORE_SYM_5 == userKey) { 502 } else if (USERDEF_KEYCODE_SMILEY_6 == userKey) { 508 } else if (USERDEF_KEYCODE_PHONE_SYM_4 == userKey) {
|
/external/webkit/Source/WebCore/storage/ |
IDBLevelDBBackingStore.cpp | [all...] |
/external/openssl/crypto/aes/asm/ |
aes-x86_64.pl | 1280 # int AES_set_encrypt_key(const unsigned char *userKey, const int bits, 1313 mov %rdi,%rsi # %rsi=userKey 1550 # int AES_set_decrypt_key(const unsigned char *userKey, const int bits, [all...] |
aes-586.pl | [all...] |
/frameworks/base/services/java/com/android/server/ |
BackupManagerService.java | [all...] |