Lines Matching defs:data
27 /***** Custom test data ******************************************************/
121 /***** Type specific test data ***********************************************/
124 * First, a few utility things that all type specific data can use, or in some
129 * For easy creation of arrays of expected data. These macros correspond to
151 /* An array of structures to compare decoded custom data with */
471 /* Template structure to map onto any test data structure */
524 unsigned char *data = NULL;
528 len = package->i2d(input, &data);
533 || memcmp(data, expected, expected_len) != 0) {
544 OPENSSL_free(data);
552 unsigned char *data = NULL;
557 len = package->i2d(p, &data);
561 ret = do_decode(data, len, bytes, nbytes, package);
562 OPENSSL_free(data);