HomeSort by relevance Sort by last modified time
    Searched refs:KEY_SIZE (Results 1 - 25 of 54) sorted by null

1 2 3

  /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.
  /external/jemalloc/test/unit/
hash.c 62 #define KEY_SIZE 256
73 memset(key, 0, KEY_SIZE);
147 uint8_t key[KEY_SIZE + (MAX_ALIGN - 1)];
154 #undef KEY_SIZE
  /external/ltp/testcases/kernel/syscalls/listxattr/
listxattr01.c 45 #define KEY_SIZE (sizeof(SECURITY_KEY1) - 1)
  /system/hwservicemanager/
TokenManager.h 36 static constexpr uint64_t KEY_SIZE = 16;
45 std::array<uint8_t, KEY_SIZE> mKey;
  /development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/
BrokenKeyDerivationActivity.java 102 SecretKey insecureKey = deriveKeyInsecurely(password, KEY_SIZE);
104 SecretKey secureKey = deriveKeySecurely(password, KEY_SIZE);
109 SecretKey secureKey = deriveKeySecurely(password, KEY_SIZE);
190 deriveKeyInsecurely("unguessable", KEY_SIZE));
217 byte[] salt = new byte[KEY_SIZE];
284 private static final int KEY_SIZE = 32;
  /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 47 #define KEY_SIZE AES_BLOCK_SIZE
48 #define KEY_SIZE_IN_BITS (KEY_SIZE * 8)
144 unsigned char sessionKey[KEY_SIZE];
247 unsigned char value[KEY_SIZE];
248 unsigned char key[KEY_SIZE];
260 memset(pData->value, 0, KEY_SIZE);
270 HMAC_Init_ex(&pSession->signingContext, pData->key, KEY_SIZE, EVP_sha1(), NULL);
    [all...]
  /external/ltp/testcases/kernel/syscalls/flistxattr/
flistxattr01.c 45 #define KEY_SIZE (sizeof(SECURITY_KEY1) - 1)
  /external/ltp/testcases/kernel/syscalls/llistxattr/
llistxattr01.c 44 #define KEY_SIZE (sizeof(SECURITY_KEY1) - 1)
  /kernel/tests/net/test/
bpf_test.py 32 KEY_SIZE = 8
166 self.map_fd = CreateMap(BPF_MAP_TYPE_HASH, KEY_SIZE, VALUE_SIZE,
174 self.map_fd = CreateMap(BPF_MAP_TYPE_HASH, KEY_SIZE, VALUE_SIZE,
211 self.map_fd = CreateMap(BPF_MAP_TYPE_HASH, KEY_SIZE, VALUE_SIZE,
232 self.map_fd = CreateMap(BPF_MAP_TYPE_HASH, KEY_SIZE, VALUE_SIZE,
256 self.map_fd = CreateMap(BPF_MAP_TYPE_HASH, KEY_SIZE, VALUE_SIZE,
336 self.map_fd = CreateMap(BPF_MAP_TYPE_HASH, KEY_SIZE, VALUE_SIZE,
  /frameworks/base/core/java/com/android/internal/app/
DumpHeapActivity.java 39 public static final String KEY_SIZE = "size";
61 mSize = getIntent().getLongExtra(KEY_SIZE, 0);
  /frameworks/opt/colorpicker/src/com/android/colorpicker/
ColorPickerDialog.java 46 protected static final String KEY_SIZE = "size";
80 bundle.putInt(KEY_SIZE, size);
95 mSize = getArguments().getInt(KEY_SIZE);
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
TrampolineActivity.java 54 private static final String KEY_SIZE = "size";
137 args.putLong(KEY_SIZE, size);
151 final long size = getArguments().getLong(KEY_SIZE);
  /external/kernel-headers/original/uapi/linux/
bcache.h 50 KEY_FIELD(KEY_SIZE, high, 20, KEY_SIZE_BITS)
82 #define KEY_START(k) (KEY_OFFSET(k) - KEY_SIZE(k))
  /cts/hostsidetests/media/bitstreams/app/src/android/media/cts/bitstreams/app/
MediaBitstreamsDeviceSideTest.java 64 private static final String KEY_SIZE = "size";
121 formatStringBuilder.append(',').append(KEY_SIZE)
  /hardware/interfaces/keymaster/3.0/
types.hal 43 KEY_SIZE = TagType:UINT | 3, /** Key size in bits. */
  /bionic/libc/kernel/uapi/linux/
bcache.h 45 #define KEY_START(k) (KEY_OFFSET(k) - KEY_SIZE(k))
  /development/ndk/platforms/android-21/include/linux/
bcache.h 41 #define KEY_START(k) (KEY_OFFSET(k) - KEY_SIZE(k))
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
bcache.h 41 #define KEY_START(k) (KEY_OFFSET(k) - KEY_SIZE(k))
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
bcache.h 41 #define KEY_START(k) (KEY_OFFSET(k) - KEY_SIZE(k))
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
bcache.h 41 #define KEY_START(k) (KEY_OFFSET(k) - KEY_SIZE(k))
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/
bcache.h 41 #define KEY_START(k) (KEY_OFFSET(k) - KEY_SIZE(k))
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/
bcache.h 41 #define KEY_START(k) (KEY_OFFSET(k) - KEY_SIZE(k))
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/
bcache.h 41 #define KEY_START(k) (KEY_OFFSET(k) - KEY_SIZE(k))
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/linux/
bcache.h 41 #define KEY_START(k) (KEY_OFFSET(k) - KEY_SIZE(k))

Completed in 581 milliseconds

1 2 3