Lines Matching defs:input
255 * input memory buffer
266 const unsigned char *input,
300 /* First compute the SHA256 hash for the input blob */
301 mbedtls_sha256_ret(input, ilen, hash, 0);
331 * input memory buffer
342 const unsigned char *input,
384 /* Compute the SHA256 hash for the input buffer */
385 mbedtls_sha256_ret(input, ilen, hash, 0);
463 * The input image buffer has to be already aligned to AES_BLOCK_SZ
987 * image_buf buffer containing the input binary image
1652 /* The remaining arguments are the input
1657 usage_err("missing input file name");
1674 /* open the input file */
1677 printf("Error: Failed to open input file %s\n", in_file);
1681 /* Read the input file to buffer
1688 fprintf(stderr, "Error: failed allocating input buffer\n");
1694 fprintf(stderr, "Error: failed to read input file\n");
1698 /* Parse the input image and leave */