Searched refs:KEY_SIZE (Results 1 - 12 of 12) sorted by relevance

/external/jemalloc/test/unit/
H A Dhash.c62 #define KEY_SIZE 256 macro
73 memset(key, 0, KEY_SIZE);
147 uint8_t key[KEY_SIZE + (MAX_ALIGN - 1)];
154 #undef KEY_SIZE macro
/external/ltp/testcases/kernel/syscalls/flistxattr/
H A Dflistxattr01.c45 #define KEY_SIZE (sizeof(SECURITY_KEY1) - 1) macro
/external/ltp/testcases/kernel/syscalls/listxattr/
H A Dlistxattr01.c45 #define KEY_SIZE (sizeof(SECURITY_KEY1) - 1) macro
/external/nos/test/system-test-harness/src/
H A Dweaver_tests.cc49 static constexpr size_t KEY_SIZE = 16; member in class:__anon17431::WeaverTest
51 const uint8_t TEST_KEY[KEY_SIZE] = {1, 2, 3, 4, 5, 6, 7, 8,
53 const uint8_t WRONG_KEY[KEY_SIZE] = {100, 2, 3, 4, 5, 6, 7, 8,
90 request.set_key(key, KEY_SIZE);
102 request.set_key(key, KEY_SIZE);
109 for (size_t x = 0; x < KEY_SIZE; ++x) {
129 request.set_key(key, KEY_SIZE);
147 request.set_key(key, KEY_SIZE);
H A Dkeymaster-import-key-tests.cc54 param->set_tag(Tag::KEY_SIZE);
117 param->set_tag(Tag::KEY_SIZE);
157 // N does not match KEY_SIZE.
169 // D does not match KEY_SIZE.
328 param->set_tag(Tag::KEY_SIZE);
418 param->set_tag(Tag::KEY_SIZE);
/external/ltp/testcases/kernel/syscalls/llistxattr/
H A Dllistxattr01.c44 #define KEY_SIZE (sizeof(SECURITY_KEY1) - 1) macro
/external/nos/host/android/hals/keymaster/
H A Dimport_key.cpp65 if (params.find(Tag::KEY_SIZE) != params.end()) {
66 const vector<KeyParameter>& v = params.find(Tag::KEY_SIZE)->second;
147 if (params.find(Tag::KEY_SIZE) != params.end()) {
148 const vector<KeyParameter>& v = params.find(Tag::KEY_SIZE)->second;
258 if (params.find(Tag::KEY_SIZE) != params.end()) {
259 const vector<KeyParameter>& v = params.find(Tag::KEY_SIZE)->second;
265 LOG(ERROR) << "ImportKey request: mis-matched KEY_SIZE tag: "
274 LOG(ERROR) << "ImportKey request: mis-matched DES KEY_SIZE tag: "
H A Dimport_wrapped_key.cpp179 case Tag::KEY_SIZE:
414 {Tag::KEY_SIZE, parse_asn1_integer},
H A Dproto_utils.cpp510 case Tag::KEY_SIZE: // (TagType:UINT | 3)
652 case nosapp::Tag::KEY_SIZE: // (TagType:UINT | 3)
/external/kernel-headers/original/uapi/linux/
H A Dbcache.h51 KEY_FIELD(KEY_SIZE, high, 20, KEY_SIZE_BITS)
83 #define KEY_START(k) (KEY_OFFSET(k) - KEY_SIZE(k))
/external/nos/host/generic/nugget/proto/nugget/app/keymaster/
H A Dkeymaster_defs.proto43 KEY_SIZE = 0x30003; // (TagType:UINT | 3)
/external/nos/host/android/hals/keymaster/test/
H A Dimport_wrapped_key_test.cpp322 kp2.tag = Tag::KEY_SIZE;
356 noskp->set_tag(nosapp::Tag::KEY_SIZE);
397 EXPECT_EQ(characteristics.hardwareEnforced[1].tag, Tag::KEY_SIZE);

Completed in 367 milliseconds