OpenCore
1.0.4
OpenCore Bootloader
|
#include <limits.h>
#include <stdint.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include "openssl_compat.h"
Go to the source code of this file.
Typedefs | |
typedef void(* | t_data_printer) (void *context, void *data, size_t size) |
Enumerations | |
enum | { INVALID_MODE , CERT_MODE , PEM_MODE , RAW_MODE , SIGN_MODE } |
Functions | |
uint8_t * | read_file (FILE *fp, unsigned int *size) |
int | sign_file (FILE *fp, const char *sigfile, const char *pubkfile) |
int | main (int argc, char *argv[]) |
anonymous enum |