/external/skia/src/gpu/ |
GrBinHashKey.h | 26 template<typename ENTRY, size_t KEY_SIZE> 29 enum { kKeySize = KEY_SIZE }; 35 GrTBinHashKey(const GrTBinHashKey<ENTRY, KEY_SIZE>& other) { 39 GrTBinHashKey<ENTRY, KEY_SIZE>& operator=(const GrTBinHashKey<ENTRY, KEY_SIZE>& other) { 55 GrAssert(GrIsALIGN4(KEY_SIZE)); 56 memcpy(&fData, data, KEY_SIZE); 59 size_t len = KEY_SIZE; 75 int compare(const GrTBinHashKey<ENTRY, KEY_SIZE>& key) const { 77 return memcmp(fData, key.fData, KEY_SIZE); [all...] |
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/ |
FwdLockGlue.c | 32 #define KEY_SIZE 16 33 #define KEY_SIZE_IN_BITS (KEY_SIZE * 8) 78 unsigned char keyEncryptionKey[KEY_SIZE]; 81 if (read(fileDesc, keyEncryptionKey, KEY_SIZE) == KEY_SIZE) { 86 FwdLockGlue_GetRandomNumber(keyEncryptionKey, KEY_SIZE) && 90 if (write(fileDesc, keyEncryptionKey, KEY_SIZE) == KEY_SIZE) { 102 memset(keyEncryptionKey, 0, KEY_SIZE); // Zero out key data.
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/ |
FwdLockFile.c | 41 #define KEY_SIZE AES_BLOCK_SIZE 42 #define KEY_SIZE_IN_BITS (KEY_SIZE * 8) 175 unsigned char value[KEY_SIZE]; 176 unsigned char key[KEY_SIZE]; 185 pSession->encryptedSessionKeyLength, pData->key, KEY_SIZE); 191 memset(pData->value, 0, KEY_SIZE); 201 HMAC_Init_ex(&pSession->signingContext, pData->key, KEY_SIZE, EVP_sha1(), NULL); 272 pSession->encryptedSessionKeyLength = FwdLockGlue_GetEncryptedKeyLength(KEY_SIZE); 400 HMAC_Init_ex(&pSession->signingContext, NULL, KEY_SIZE, NULL, NULL); 428 HMAC_Init_ex(&pSession->signingContext, NULL, KEY_SIZE, NULL, NULL) [all...] |
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/ |
FwdLockConv.c | 46 #define KEY_SIZE AES_BLOCK_SIZE 47 #define KEY_SIZE_IN_BITS (KEY_SIZE * 8) 143 unsigned char sessionKey[KEY_SIZE]; 246 unsigned char value[KEY_SIZE]; 247 unsigned char key[KEY_SIZE]; 259 memset(pData->value, 0, KEY_SIZE); 269 HMAC_Init_ex(&pSession->signingContext, pData->key, KEY_SIZE, EVP_sha1(), NULL); [all...] |
/frameworks/opt/colorpicker/src/com/android/colorpicker/ |
ColorPickerDialog.java | 45 protected static final String KEY_SIZE = "size"; 78 bundle.putInt(KEY_SIZE, size); 93 mSize = getArguments().getInt(KEY_SIZE);
|
/external/grub/stage2/ |
fsys_reiserfs.c | 176 #define KEY_SIZE (sizeof (struct key)) 352 ((int) cache + BLKH_SIZE + KEY_SIZE * nr_item)) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
reiserfs_fs.h | 437 #define KEY_SIZE (sizeof(struct reiserfs_key)) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
reiserfs_fs.h | 437 #define KEY_SIZE (sizeof(struct reiserfs_key)) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
reiserfs_fs.h | 437 #define KEY_SIZE (sizeof(struct reiserfs_key)) [all...] |
/system/security/keystore/ |
keystore.cpp | 65 #define KEY_SIZE ((NAME_MAX - 15) / 2) [all...] |