HomeSort by relevance Sort by last modified time
    Searched defs:KEY_SIZE (Results 1 - 9 of 9) sorted by null

  /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/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);
  /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...]
  /external/grub/stage2/
fsys_reiserfs.c 176 #define KEY_SIZE (sizeof (struct key))
352 ((int) cache + BLKH_SIZE + KEY_SIZE * nr_item))
    [all...]
  /system/security/keystore/
keystore.cpp 65 #define KEY_SIZE ((NAME_MAX - 15) / 2)
    [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...]

Completed in 239 milliseconds