Home
last modified time | relevance | path

Searched refs:KEY_SIZE (Results 1 – 16 of 16) sorted by relevance

/external/jemalloc/test/unit/
Dhash.c62 #define KEY_SIZE 256 macro
73 memset(key, 0, KEY_SIZE); in hash_variant_verify_key()
147 uint8_t key[KEY_SIZE + (MAX_ALIGN - 1)]; in hash_variant_verify()
154 #undef KEY_SIZE
/external/jemalloc_new/test/unit/
Dhash.c59 #define KEY_SIZE 256 macro
69 memset(key, 0, KEY_SIZE); in hash_variant_verify_key()
142 uint8_t key[KEY_SIZE + (MAX_ALIGN - 1)]; in hash_variant_verify()
150 #undef KEY_SIZE
/external/nos/test/system-test-harness/src/
Dweaver_tests.cc49 static constexpr size_t KEY_SIZE = 16; member in __anon196060f10111::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); in testWrite()
102 request.set_key(key, KEY_SIZE); in testRead()
109 for (size_t x = 0; x < KEY_SIZE; ++x) { in testRead()
129 request.set_key(key, KEY_SIZE); in testReadWrongKey()
147 request.set_key(key, KEY_SIZE); in testReadThrottle()
Dkeymaster-import-key-tests.cc53 param->set_tag(Tag::KEY_SIZE); in initRSARequest()
117 param->set_tag(Tag::KEY_SIZE); in TEST_F()
405 param->set_tag(Tag::KEY_SIZE); in TEST_F()
495 param->set_tag(Tag::KEY_SIZE); in TEST_F()
Dkeymaster-import-wrapped-key-tests.cc229 param->set_tag(Tag::KEY_SIZE); in TEST_F()
/external/nos/host/android/hals/keymaster/
Dimport_key.cpp65 if (params.find(Tag::KEY_SIZE) != params.end()) { in import_key_rsa()
66 const vector<KeyParameter>& v = params.find(Tag::KEY_SIZE)->second; in import_key_rsa()
147 if (params.find(Tag::KEY_SIZE) != params.end()) { in import_key_ec()
148 const vector<KeyParameter>& v = params.find(Tag::KEY_SIZE)->second; in import_key_ec()
258 if (params.find(Tag::KEY_SIZE) != params.end()) { in import_key_raw()
259 const vector<KeyParameter>& v = params.find(Tag::KEY_SIZE)->second; in import_key_raw()
Dimport_wrapped_key.cpp182 case Tag::KEY_SIZE: in parse_asn1_integer()
420 {Tag::KEY_SIZE, parse_asn1_integer}, in import_wrapped_key_request()
Dproto_utils.cpp449 case Tag::KEY_SIZE: // (TagType:UINT | 3) in key_parameter_to_pb()
599 case nosapp::Tag::KEY_SIZE: // (TagType:UINT | 3) in pb_to_key_parameter()
/external/u-boot/include/
Dfsl_validate.h17 #define KEY_SIZE 4096 macro
18 #define KEY_SIZE_BYTES (KEY_SIZE/8)
/external/nos/host/android/hals/keymaster/test/
Dimport_wrapped_key_test.cpp322 kp2.tag = Tag::KEY_SIZE; in TEST()
356 noskp->set_tag(nosapp::Tag::KEY_SIZE); in TEST()
397 EXPECT_EQ(characteristics.hardwareEnforced[1].tag, Tag::KEY_SIZE); in TEST()
/external/ltp/testcases/kernel/syscalls/listxattr/
Dlistxattr01.c45 #define KEY_SIZE (sizeof(SECURITY_KEY1) - 1) macro
/external/ltp/testcases/kernel/syscalls/flistxattr/
Dflistxattr01.c45 #define KEY_SIZE (sizeof(SECURITY_KEY1) - 1) macro
/external/kernel-headers/original/uapi/linux/
Dbcache.h51 KEY_FIELD(KEY_SIZE, high, 20, KEY_SIZE_BITS)
83 #define KEY_START(k) (KEY_OFFSET(k) - KEY_SIZE(k))
/external/ltp/testcases/kernel/syscalls/llistxattr/
Dllistxattr01.c44 #define KEY_SIZE (sizeof(SECURITY_KEY1) - 1) macro
/external/u-boot/fs/reiserfs/
Dreiserfs_private.h203 #define KEY_SIZE (sizeof (struct key)) macro
464 ((int) cache + BLKH_SIZE + KEY_SIZE * nr_item))
/external/nos/host/generic/nugget/proto/nugget/app/keymaster/
Dkeymaster_defs.proto43 KEY_SIZE = 0x30003; // (TagType:UINT | 3) enumerator