/external/jemalloc_new/test/unit/ |
D | hash.c | 59 #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/jemalloc/test/unit/ |
D | hash.c | 62 #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/nos/test/system-test-harness/src/ |
D | weaver_tests.cc | 49 static constexpr size_t KEY_SIZE = 16; member in __anon8188f1880111::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()
|
D | keymaster-import-key-tests.cc | 53 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()
|
D | keymaster-import-wrapped-key-tests.cc | 229 param->set_tag(Tag::KEY_SIZE); in TEST_F()
|
/external/nos/host/android/hals/keymaster/ |
D | import_key.cpp | 65 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()
|
D | import_wrapped_key.cpp | 182 case Tag::KEY_SIZE: in parse_asn1_integer() 420 {Tag::KEY_SIZE, parse_asn1_integer}, in import_wrapped_key_request()
|
D | proto_utils.cpp | 449 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/ |
D | fsl_validate.h | 17 #define KEY_SIZE 4096 macro 18 #define KEY_SIZE_BYTES (KEY_SIZE/8)
|
/external/nos/host/android/hals/keymaster/test/ |
D | import_wrapped_key_test.cpp | 322 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/ |
D | listxattr01.c | 45 #define KEY_SIZE (sizeof(SECURITY_KEY1) - 1) macro
|
/external/ltp/testcases/kernel/syscalls/flistxattr/ |
D | flistxattr01.c | 45 #define KEY_SIZE (sizeof(SECURITY_KEY1) - 1) macro
|
/external/kernel-headers/original/uapi/linux/ |
D | bcache.h | 51 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/ |
D | llistxattr01.c | 44 #define KEY_SIZE (sizeof(SECURITY_KEY1) - 1) macro
|
/external/u-boot/fs/reiserfs/ |
D | reiserfs_private.h | 203 #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/ |
D | keymaster_defs.proto | 43 KEY_SIZE = 0x30003; // (TagType:UINT | 3) enumerator
|