Lines Matching defs:read
62 * the read operations from NAND.
371 /* Check ability to read the public key */
658 fprintf(stderr, "Failed to read data from config file ");
823 /* Bring up RSA context and read private keys from their files */
862 "Cannot read RSA private key file %s\n", fname);
927 "Failed to read AES key byte %d ",
1478 int written, read;
1518 read = fread(&buf[main_hdr_size],
1520 if (read != 1) {
1587 int read;
1692 read = fread(image_buf, file_size, 1, in_fd);
1693 if (read != 1) {
1694 fprintf(stderr, "Error: failed to read input file\n");