Gilles Peskine | 27d806f | 2019-03-01 18:02:53 +0100 | [diff] [blame] | 1 | Empty length |
| 2 | parse_prefixes:"04":0:MBEDTLS_ERR_ASN1_INVALID_LENGTH |
| 3 | |
| 4 | Prefixes of OCTET STRING, length=0 |
| 5 | parse_prefixes:"04007e":2:0 |
| 6 | |
| 7 | Prefixes of OCTET STRING, length=0 (0 length bytes) |
| 8 | parse_prefixes:"04807e":2:MBEDTLS_ERR_ASN1_INVALID_LENGTH |
| 9 | |
| 10 | Prefixes of OCTET STRING, length=1 |
| 11 | parse_prefixes:"0401417e":3:0 |
| 12 | |
| 13 | Prefixes of OCTET STRING, length=2 |
| 14 | parse_prefixes:"040241427e":4:0 |
| 15 | |
| 16 | Prefixes of BOOLEAN, length=0 |
| 17 | parse_prefixes:"01007e":2:MBEDTLS_ERR_ASN1_INVALID_LENGTH |
| 18 | |
| 19 | Prefixes of BOOLEAN, length=1 |
| 20 | parse_prefixes:"0101007e":3:0 |
| 21 | |
| 22 | Prefixes of BOOLEAN, length=2 |
| 23 | parse_prefixes:"010200007e":4:MBEDTLS_ERR_ASN1_INVALID_LENGTH |
| 24 | |
| 25 | Prefixes of INTEGER, length=1 |
| 26 | parse_prefixes:"0201417e":3:0 |
| 27 | |
| 28 | Prefixes of INTEGER, length=2 |
| 29 | parse_prefixes:"020241427e":4:0 |
| 30 | |
| 31 | Prefixes of INTEGER, length=5 |
| 32 | parse_prefixes:"020541424344457e":7:0 |
| 33 | |
| 34 | Prefixes of empty BIT STRING |
| 35 | parse_prefixes:"03007e":2:MBEDTLS_ERR_ASN1_OUT_OF_DATA |
| 36 | |
| 37 | Prefixes of BIT STRING, unused_bits=0, payload_length=0 |
| 38 | parse_prefixes:"030100":3:0 |
| 39 | |
| 40 | Prefixes of BIT STRING, unused_bits=0, payload_length=1 |
| 41 | parse_prefixes:"0302002a":4:0 |
| 42 | |
| 43 | Prefixes of BIT STRING, unused_bits=1, payload_length=1 |
| 44 | parse_prefixes:"0302012a":4:0 |
| 45 | |
| 46 | Prefixes of empty SEQUENCE |
| 47 | parse_prefixes:"30007e":2:0 |
| 48 | |
| 49 | Prefixes of SEQUENCE of BOOLEAN, INTEGER, INTEGER |
| 50 | parse_prefixes:"300b01010102012a02031234567e":13:0 |
| 51 | |
| 52 | Prefixes of SEQUENCE of (SEQUENCE of INTEGER, INTEGER), INTEGER |
| 53 | parse_prefixes:"300b30060201410201420201617e":13:0 |
| 54 | |
| 55 | length=0 (short form) |
| 56 | get_len:"00":0 |
| 57 | |
| 58 | length=0 (1 length byte) |
| 59 | get_len:"8100":0 |
| 60 | |
| 61 | length=0 (2 length bytes) |
| 62 | get_len:"820000":0 |
| 63 | |
| 64 | length=1 (short form) |
| 65 | get_len:"01":1 |
| 66 | |
| 67 | length=1 (1 length byte) |
| 68 | get_len:"8101":1 |
| 69 | |
| 70 | length=1 (2 length bytes) |
| 71 | get_len:"820001":1 |
| 72 | |
| 73 | length=1 (3 length bytes) |
| 74 | get_len:"83000001":1 |
| 75 | |
| 76 | length=1 (4 length bytes) |
| 77 | get_len:"8400000001":1 |
| 78 | |
| 79 | length=2 (short form) |
| 80 | get_len:"02":2 |
| 81 | |
| 82 | length=2 (1 length byte) |
| 83 | get_len:"8102":2 |
| 84 | |
| 85 | length=2 (2 length bytes) |
| 86 | get_len:"820002":2 |
| 87 | |
| 88 | length=2 (3 length bytes) |
| 89 | get_len:"83000002":2 |
| 90 | |
| 91 | length=2 (4 length bytes) |
| 92 | get_len:"8400000002":2 |
| 93 | |
| 94 | length=127 (short form) |
| 95 | get_len:"7f":127 |
| 96 | |
| 97 | length=128 (1 length byte) |
| 98 | get_len:"8180":128 |
| 99 | |
| 100 | length=128 (2 length bytes) |
| 101 | get_len:"820080":128 |
| 102 | |
| 103 | length=255 (1 length byte) |
| 104 | get_len:"81ff":255 |
| 105 | |
| 106 | length=255 (2 length bytes) |
| 107 | get_len:"8200ff":255 |
| 108 | |
| 109 | length=256 (2 length bytes) |
| 110 | get_len:"820100":256 |
| 111 | |
| 112 | length=256 (3 length bytes) |
| 113 | get_len:"83000100":256 |
| 114 | |
| 115 | length=258 (2 length bytes) |
| 116 | get_len:"820102":258 |
| 117 | |
| 118 | length=258 (3 length bytes) |
| 119 | get_len:"83000102":258 |
| 120 | |
| 121 | length=65535 (2 length bytes) |
| 122 | get_len:"82ffff":65535 |
| 123 | |
| 124 | length=65535 (3 length bytes) |
| 125 | get_len:"8300ffff":65535 |
| 126 | |
| 127 | length=65535 (4 length bytes) |
| 128 | get_len:"840000ffff":65535 |
| 129 | |
| 130 | length=65536 (3 length bytes) |
| 131 | get_len:"83010000":65536 |
| 132 | |
| 133 | length=65536 (4 length bytes) |
| 134 | get_len:"8400010000":65536 |
| 135 | |
| 136 | length=16777215 (3 length bytes) |
| 137 | get_len:"83ffffff":16777215 |
| 138 | |
| 139 | length=16777215 (4 length bytes) |
| 140 | get_len:"8400ffffff":16777215 |
| 141 | |
| 142 | length=16777216 (4 length bytes) |
| 143 | get_len:"8401000000":16777216 |
| 144 | |
| 145 | length=16909060 (4 length bytes) |
| 146 | get_len:"8401020304":16909060 |
| 147 | |
| 148 | BOOLEAN FALSE |
| 149 | get_boolean:"010100":0:0 |
| 150 | |
| 151 | BOOLEAN TRUE (1) |
| 152 | get_boolean:"010101":1:0 |
| 153 | |
| 154 | BOOLEAN TRUE (2) |
| 155 | get_boolean:"010101":1:0 |
| 156 | |
| 157 | BOOLEAN TRUE (128) |
| 158 | get_boolean:"010180":1:0 |
| 159 | |
| 160 | BOOLEAN TRUE (255) |
| 161 | get_boolean:"0101ff":1:0 |
| 162 | |
| 163 | Not BOOLEAN |
| 164 | get_boolean:"020101":0:MBEDTLS_ERR_ASN1_UNEXPECTED_TAG |
| 165 | |
| 166 | Empty INTEGER |
| 167 | depends_on:SUPPORT_NEGATIVE_INTEGERS |
| 168 | get_integer:"0200":"":MBEDTLS_ERR_ASN1_INVALID_LENGTH |
| 169 | |
| 170 | INTEGER 0 |
| 171 | get_integer:"020100":"0":0 |
| 172 | |
| 173 | INTEGER 0, extra leading 0 |
| 174 | get_integer:"02020000":"0":0 |
| 175 | |
| 176 | INTEGER -0 |
| 177 | depends_on:SUPPORT_NEGATIVE_INTEGERS |
| 178 | get_integer:"020180":"0":0 |
| 179 | |
| 180 | INTEGER 1 |
| 181 | get_integer:"020101":"1":0: |
| 182 | |
| 183 | INTEGER 1, extra leading 0 |
| 184 | get_integer:"02020001":"1":0: |
| 185 | |
| 186 | INTEGER -1 |
| 187 | depends_on:SUPPORT_NEGATIVE_INTEGERS |
| 188 | get_integer:"020181":"-1":0 |
| 189 | |
| 190 | INTEGER 0x7f |
| 191 | get_integer:"02017f":"7f":0 |
| 192 | |
| 193 | INTEGER -0x7f |
| 194 | depends_on:SUPPORT_NEGATIVE_INTEGERS |
| 195 | get_integer:"0201ff":"-7f":0 |
| 196 | |
| 197 | INTEGER 0x80 |
| 198 | get_integer:"02020080":"80":0 |
| 199 | |
| 200 | INTEGER 0x80, extra leading 0 |
| 201 | get_integer:"0203000080":"80":0 |
| 202 | |
| 203 | INTEGER 0xff |
| 204 | get_integer:"020200ff":"ff":0 |
| 205 | |
| 206 | INTEGER 0x7fff |
| 207 | get_integer:"02027fff":"7fff":0 |
| 208 | |
| 209 | INTEGER 0x12345678 |
| 210 | get_integer:"020412345678":"12345678":0 |
| 211 | |
| 212 | INTEGER 0x12345678, extra leading 0 |
| 213 | get_integer:"02050012345678":"12345678":0 |
| 214 | |
| 215 | INTEGER 0x123456789abcdef0 |
| 216 | get_integer:"0208123456789abcdef0":"123456789abcdef0":0 |
| 217 | |
| 218 | INTEGER with 127 value octets |
| 219 | get_integer:"027f0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcd":"0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcd":0 |
| 220 | |
| 221 | INTEGER with 127 value octets (long length encoding) |
| 222 | get_integer:"02817f0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcd":"0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcd":0 |
| 223 | |
| 224 | INTEGER with 128 value octets |
| 225 | get_integer:"0281800123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef":"0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef":0 |
| 226 | |
| 227 | INTEGER with 128 value octets (leading 0 in length) |
| 228 | get_integer:"028200800123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef":"0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef":0 |
| 229 | |
| 230 | Not INTEGER |
| 231 | get_integer:"010101":"":MBEDTLS_ERR_ASN1_UNEXPECTED_TAG |
| 232 | |
| 233 | INTEGER too large for mpi |
| 234 | get_mpi_too_large: |
| 235 | |
| 236 | BIT STRING: empty |
| 237 | get_bitstring:"0300":0:0:MBEDTLS_ERR_ASN1_OUT_OF_DATA:MBEDTLS_ERR_ASN1_INVALID_DATA |
| 238 | |
| 239 | BIT STRING: octets=0, unused_bits=0 |
| 240 | get_bitstring:"030100":0:0:0:0 |
| 241 | |
| 242 | BIT STRING: octets=0, unused_bits=7 |
| 243 | get_bitstring:"030107":0:7:0:MBEDTLS_ERR_ASN1_INVALID_DATA |
| 244 | |
| 245 | BIT STRING: octets=0, unused_bits=8 |
| 246 | get_bitstring:"030108":0:0:MBEDTLS_ERR_ASN1_INVALID_LENGTH:MBEDTLS_ERR_ASN1_INVALID_DATA |
| 247 | |
| 248 | BIT STRING: octets=1, unused_bits=0 |
| 249 | get_bitstring:"03020041":1:0:0:0 |
| 250 | |
| 251 | BIT STRING: octets=1, unused_bits=7 |
| 252 | get_bitstring:"03020741":1:7:0:MBEDTLS_ERR_ASN1_INVALID_DATA |
| 253 | |
| 254 | BIT STRING: octets=1, unused_bits=8 |
| 255 | get_bitstring:"03020841":1:8:MBEDTLS_ERR_ASN1_INVALID_LENGTH:MBEDTLS_ERR_ASN1_INVALID_DATA |
| 256 | |
| 257 | BIT STRING: octets=2, unused_bits=0 |
| 258 | get_bitstring:"0303004142":2:0:0:0 |
| 259 | |
| 260 | BIT STRING: octets=2, unused_bits=7 |
| 261 | get_bitstring:"0303074142":2:7:0:MBEDTLS_ERR_ASN1_INVALID_DATA |
| 262 | |
| 263 | BIT STRING: octets=2, unused_bits=8 |
| 264 | get_bitstring:"0303084142":2:8:MBEDTLS_ERR_ASN1_INVALID_LENGTH:MBEDTLS_ERR_ASN1_INVALID_DATA |
| 265 | |
| 266 | BIT STRING with trailing garbage, unused_bits=0 |
| 267 | get_bitstring:"030200417e":1:0:MBEDTLS_ERR_ASN1_LENGTH_MISMATCH:0 |
| 268 | |
| 269 | BIT STRING with trailing garbage, unused_bits=7 |
| 270 | get_bitstring:"030207417e":1:7:MBEDTLS_ERR_ASN1_LENGTH_MISMATCH:MBEDTLS_ERR_ASN1_INVALID_DATA |
| 271 | |
| 272 | BIT STRING with trailing garbage, unused_bits=8 |
| 273 | get_bitstring:"030208417e":1:8:MBEDTLS_ERR_ASN1_INVALID_LENGTH:MBEDTLS_ERR_ASN1_INVALID_DATA |
| 274 | |
| 275 | Not BIT STRING |
| 276 | get_bitstring:"04020100":0:0:MBEDTLS_ERR_ASN1_UNEXPECTED_TAG:MBEDTLS_ERR_ASN1_UNEXPECTED_TAG |
| 277 | |
| 278 | SEQUENCE OF 0 OCTET STRING |
| 279 | get_sequence_of:"3000":0x04:"":0 |
| 280 | |
| 281 | SEQUENCE OF 0 OCTET STRING plus trailing garbage |
| 282 | get_sequence_of:"30007e":0x04:"":MBEDTLS_ERR_ASN1_LENGTH_MISMATCH |
| 283 | |
| 284 | SEQUENCE of 1 OCTET STRING truncated after tag |
| 285 | get_sequence_of:"300104":0x04:"":MBEDTLS_ERR_ASN1_OUT_OF_DATA |
| 286 | |
| 287 | SEQUENCE of 1 OCTET STRING truncated in length #1 |
| 288 | get_sequence_of:"30020481":0x04:"":MBEDTLS_ERR_ASN1_OUT_OF_DATA |
| 289 | |
| 290 | SEQUENCE of 1 OCTET STRING truncated in length #2 |
| 291 | get_sequence_of:"3003048201":0x04:"":MBEDTLS_ERR_ASN1_OUT_OF_DATA |
| 292 | |
| 293 | SEQUENCE of 1 OCTET STRING truncated in content #1 |
| 294 | get_sequence_of:"30020401":0x04:"":MBEDTLS_ERR_ASN1_OUT_OF_DATA |
| 295 | |
| 296 | SEQUENCE of 1 OCTET STRING truncated in content #2 |
| 297 | get_sequence_of:"3003040241":0x04:"":MBEDTLS_ERR_ASN1_OUT_OF_DATA |
| 298 | |
| 299 | SEQUENCE of 1 OCTET STRING truncated in content #3 |
| 300 | get_sequence_of:"300404034142":0x04:"":MBEDTLS_ERR_ASN1_OUT_OF_DATA |
| 301 | |
| 302 | SEQUENCE of 1 OCTET STRING (0) |
| 303 | get_sequence_of:"30020400":0x04:"4,0":0 |
| 304 | |
| 305 | SEQUENCE of 1 OCTET STRING (1) |
| 306 | get_sequence_of:"3003040141":0x04:"4,1":0 |
| 307 | |
| 308 | SEQUENCE of 1 OCTET STRING (126) |
| 309 | get_sequence_of:"308180047e414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141":0x04:"5,126":0 |
| 310 | |
| 311 | SEQUENCE of 2 OCTET STRINGs, second truncated after tag |
| 312 | get_sequence_of:"30050402414104":0x04:"":MBEDTLS_ERR_ASN1_OUT_OF_DATA |
| 313 | |
| 314 | SEQUENCE of 2 OCTET STRINGs, second truncated in length #1 |
| 315 | get_sequence_of:"3006040241410481":0x04:"":MBEDTLS_ERR_ASN1_OUT_OF_DATA |
| 316 | |
| 317 | SEQUENCE of 2 OCTET STRINGs, second truncated in length #2 |
| 318 | get_sequence_of:"300704024141048201":0x04:"":MBEDTLS_ERR_ASN1_OUT_OF_DATA |
| 319 | |
| 320 | SEQUENCE of 2 OCTET STRINGs, second truncated in content #1 |
| 321 | get_sequence_of:"3006040241410401":0x04:"":MBEDTLS_ERR_ASN1_OUT_OF_DATA |
| 322 | |
| 323 | SEQUENCE of 2 OCTET STRINGs, second truncated in content #2 |
| 324 | get_sequence_of:"300704024141040241":0x04:"":MBEDTLS_ERR_ASN1_OUT_OF_DATA |
| 325 | |
| 326 | SEQUENCE of 2 OCTET STRINGs, second truncated in content #3 |
| 327 | get_sequence_of:"30080402414104034142":0x04:"":MBEDTLS_ERR_ASN1_OUT_OF_DATA |
| 328 | |
| 329 | SEQUENCE of 2 OCTET STRINGs (2, 0) |
| 330 | get_sequence_of:"3006040241410400":0x04:"4,2,8,0":0 |
| 331 | |
| 332 | SEQUENCE of 2 OCTET STRINGs (2, 1) |
| 333 | get_sequence_of:"300704024141040142":0x04:"4,2,8,1":0 |
| 334 | |
| 335 | SEQUENCE of 2 OCTET STRINGs (0, 2) |
| 336 | get_sequence_of:"3006040004024141":0x04:"4,0,6,2":0 |
| 337 | |
| 338 | SEQUENCE of 2 OCTET STRINGs (1, 2) |
| 339 | get_sequence_of:"300704014104024242":0x04:"4,1,7,2":0 |
| 340 | |
| 341 | Not a SEQUENCE (not CONSTRUCTED) |
| 342 | get_sequence_of:"1000":0x04:"":MBEDTLS_ERR_ASN1_UNEXPECTED_TAG |
| 343 | |
| 344 | Not a SEQUENCE (not SEQUENCE) |
| 345 | get_sequence_of:"3100":0x04:"":MBEDTLS_ERR_ASN1_UNEXPECTED_TAG |
| 346 | |
| 347 | AlgorithmIdentifier, no params |
| 348 | get_alg:"300506034f4944":4:3:0:0:0:7:0 |
| 349 | |
| 350 | AlgorithmIdentifier, no params, trailing garbage |
| 351 | get_alg:"300506034f49447e":4:3:0:0:0:7:0 |
| 352 | |
| 353 | AlgorithmIdentifier, null params |
| 354 | get_alg:"300706034f49440500":4:3:0x05:9:0:9:0 |
| 355 | |
| 356 | AlgorithmIdentifier, null params, trailing garbage |
| 357 | get_alg:"300706034f494405007e":4:3:0x05:9:0:9:0 |
| 358 | |
| 359 | AlgorithmIdentifier, OCTET STRING params |
| 360 | get_alg:"300c06034f494404056162636465":4:3:0x04:9:5:14:0 |
| 361 | |
| 362 | AlgorithmIdentifier, truncated before OID |
| 363 | get_alg:"3000":4:3:0:0:0:2:MBEDTLS_ERR_ASN1_OUT_OF_DATA |
| 364 | |
| 365 | AlgorithmIdentifier, truncated in OID after tag |
| 366 | get_alg:"300106":0:0:0:0:0:3:MBEDTLS_ERR_ASN1_OUT_OF_DATA |
| 367 | |
| 368 | AlgorithmIdentifier, truncated in OID after length |
| 369 | get_alg:"30020603":4:3:0:0:0:4:MBEDTLS_ERR_ASN1_OUT_OF_DATA |
| 370 | |
| 371 | AlgorithmIdentifier, truncated inside OID content |
| 372 | get_alg:"300406034f49":4:3:0:0:0:6:MBEDTLS_ERR_ASN1_OUT_OF_DATA |
| 373 | |
| 374 | AlgorithmIdentifier, truncated in params after tag |
| 375 | get_alg:"300606034f494404":4:3:0x04:0:0:8:MBEDTLS_ERR_ASN1_OUT_OF_DATA |
| 376 | |
| 377 | AlgorithmIdentifier, truncated in params after length |
| 378 | get_alg:"300706034f49440405":4:3:0x04:9:0:9:MBEDTLS_ERR_ASN1_OUT_OF_DATA |
| 379 | |
| 380 | AlgorithmIdentifier, truncated inside params content |
| 381 | get_alg:"300806034f4944040561":4:3:0x04:9:5:10:MBEDTLS_ERR_ASN1_OUT_OF_DATA |
| 382 | |
| 383 | Not an AlgorithmIdentifier (not a SEQUENCE) |
| 384 | get_alg:"310506034f4944":0:0:0:0:0:0:MBEDTLS_ERR_ASN1_UNEXPECTED_TAG |
| 385 | |
| 386 | Not an AlgorithmIdentifier (empty SEQUENCE) |
| 387 | get_alg:"3000":0:0:0:0:0:0:MBEDTLS_ERR_ASN1_OUT_OF_DATA |
| 388 | |
| 389 | Not an AlgorithmIdentifier (not an OID) |
| 390 | get_alg:"3006050006034f4944":0:0:0:0:0:0:MBEDTLS_ERR_ASN1_UNEXPECTED_TAG |
| 391 | |
| 392 | Not an AlgorithmIdentifier (too many elements) |
| 393 | get_alg:"300f06034f494406034f494406034f4944":0:0:0:0:0:0:MBEDTLS_ERR_ASN1_LENGTH_MISMATCH |
| 394 | |
| 395 | Find named data: not found |
| 396 | find_named_data:"414141":"424242":"434343":"444444":"7f7f7f":0:4 |
| 397 | |
| 398 | Find named data: empty haystack |
| 399 | find_named_data:"414141":"424242":"434343":"444444":"7f7f7f":4:4 |
| 400 | |
| 401 | Find named data: first |
| 402 | find_named_data:"414141":"424242":"434343":"444444":"414141":0:0 |
| 403 | |
| 404 | Find named data: last |
| 405 | find_named_data:"414141":"424242":"434343":"444444":"444444":0:3 |
| 406 | |
| 407 | Find named data: skip suffix |
| 408 | find_named_data:"41414141":"414141":"434343":"444444":"414141":0:1 |
| 409 | |
| 410 | Find named data: skip prefix |
| 411 | find_named_data:"4141":"414141":"434343":"444444":"414141":0:1 |
| 412 | |
| 413 | Find named data: first match |
| 414 | find_named_data:"414141":"414141":"434343":"444444":"414141":0:0 |
| 415 | |
| 416 | Free named data: null pointer |
| 417 | free_named_data_null: |
| 418 | |
| 419 | Free named data: all null |
| 420 | free_named_data:0:0:0 |
| 421 | |
| 422 | Free named data: with oid |
| 423 | free_named_data:1:0:0 |
| 424 | |
| 425 | Free named data: with val |
| 426 | free_named_data:0:1:0 |
| 427 | |
| 428 | Free named data: with next |
| 429 | free_named_data:0:0:1 |
| 430 | |
| 431 | Free named data list (empty) |
| 432 | free_named_data_list:0 |
| 433 | |
| 434 | Free named data list (1) |
Gilles Peskine | 88f136f | 2019-09-20 21:06:27 +0200 | [diff] [blame] | 435 | free_named_data_list:1 |
Gilles Peskine | 27d806f | 2019-03-01 18:02:53 +0100 | [diff] [blame] | 436 | |
| 437 | Free named data list (2) |
Gilles Peskine | 88f136f | 2019-09-20 21:06:27 +0200 | [diff] [blame] | 438 | free_named_data_list:2 |