Searched refs:cert_file (Results 1 - 1 of 1) sorted by relevance

/u-boot/tools/
H A Dmkeficapsule.c80 * @cert_file: Path to a certificate file
93 char *cert_file; member in struct:auth_context
212 ret = read_bin_file(ctx->cert_file, &cert.data, &file_size);
394 * @cert_file: Path to a certificate file
399 * If either @private_file ror @cert_file is NULL, the capsule file
409 uint64_t mcount, char *privkey_file, char *cert_file,
459 if (privkey_file && cert_file) {
461 auth_context.cert_file = cert_file;
880 char *privkey_file, *cert_file; local
406 create_fwbin(char *path, char *bin, efi_guid_t *guid, unsigned long index, unsigned long instance, struct fmp_payload_header_params *fmp_ph_params, uint64_t mcount, char *privkey_file, char *cert_file, uint16_t oemflags) argument
[all...]

Completed in 41 milliseconds