Lines Matching refs:keylength
1145 int32_t keylength = 0; in TestSortKey() local
1146 const uint8_t *key2primary_alias = key2.getByteArray(keylength); in TestSortKey()
1147 LocalArray<uint8_t> key2primary(new uint8_t[keylength]); in TestSortKey()
1148 memcpy(key2primary.getAlias(), key2primary_alias, keylength); in TestSortKey()
1154 const uint8_t *tempkey = key1.getByteArray(keylength); in TestSortKey()
1155 doAssert(memcmp(tempkey, sortkey1, keylength) == 0, in TestSortKey()
1157 tempkey = key2.getByteArray(keylength); in TestSortKey()
1158 doAssert(memcmp(tempkey, sortkey2, keylength) == 0, in TestSortKey()
1160 tempkey = key3.getByteArray(keylength); in TestSortKey()
1161 doAssert(memcmp(tempkey, sortkey3, keylength) == 0, in TestSortKey()
1168 tempkey = key1.getByteArray(keylength); in TestSortKey()
1169 doAssert(memcmp(tempkey, sortkey1, keylength) == 0, in TestSortKey()
1171 tempkey = key2.getByteArray(keylength); in TestSortKey()
1172 doAssert(memcmp(tempkey, sortkey2, keylength) == 0, in TestSortKey()
1174 tempkey = key3.getByteArray(keylength); in TestSortKey()
1175 doAssert(memcmp(tempkey, sortkey3, keylength) == 0, in TestSortKey()
1185 tempkey = key1.getByteArray(keylength); in TestSortKey()
1186 doAssert(memcmp(tempkey, sortkey1, keylength) == 0, in TestSortKey()
1188 tempkey = key2.getByteArray(keylength); in TestSortKey()
1189 doAssert(memcmp(tempkey, sortkey2, keylength) == 0, in TestSortKey()
1191 tempkey = key3.getByteArray(keylength); in TestSortKey()
1192 doAssert(memcmp(tempkey, sortkey3, keylength) == 0, in TestSortKey()
1207 tempkey = key2.getByteArray(keylength); in TestSortKey()
1208 doAssert(memcmp(tempkey, key2primary.getAlias(), keylength - 1) == 0, in TestSortKey()
1215 tempkey = key1.getByteArray(keylength); in TestSortKey()
1216 doAssert(memcmp(tempkey, sortkey1, keylength) == 0, in TestSortKey()
1218 tempkey = key2.getByteArray(keylength); in TestSortKey()
1219 doAssert(memcmp(tempkey, sortkey2, keylength) == 0, in TestSortKey()
1221 tempkey = key3.getByteArray(keylength); in TestSortKey()
1222 doAssert(memcmp(tempkey, sortkey3, keylength) == 0, in TestSortKey()
1229 tempkey = key1.getByteArray(keylength); in TestSortKey()
1230 doAssert(memcmp(tempkey, sortkey1, keylength) == 0, in TestSortKey()
1232 tempkey = key2.getByteArray(keylength); in TestSortKey()
1233 doAssert(memcmp(tempkey, sortkey2, keylength) == 0, in TestSortKey()
1235 tempkey = key3.getByteArray(keylength); in TestSortKey()
1236 doAssert(memcmp(tempkey, sortkey3, keylength) == 0, in TestSortKey()
1243 tempkey = key1.getByteArray(keylength); in TestSortKey()
1244 doAssert(memcmp(tempkey, sortkey1, keylength) == 0, in TestSortKey()
1246 tempkey = key2.getByteArray(keylength); in TestSortKey()
1247 doAssert(memcmp(tempkey, sortkey2, keylength) == 0, in TestSortKey()
1249 tempkey = key3.getByteArray(keylength); in TestSortKey()
1250 doAssert(memcmp(tempkey, sortkey3, keylength) == 0, in TestSortKey()