mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 10:53:39 +01:00
Move ve_check_hash prototype to libsecureboot-priv.h
Reviewed by: stevek
This commit is contained in:
parent
e363f832cf
commit
623ecf2332
@ -66,9 +66,6 @@ int ve_self_tests(void);
|
||||
void fingerprint_info_add(const char *, const char *, const char *,
|
||||
const char *, struct stat *);
|
||||
|
||||
int ve_check_hash(br_hash_compat_context *, const br_hash_class *,
|
||||
const char *, const char *, size_t);
|
||||
|
||||
char * hexdigest(char *, size_t, unsigned char *, size_t);
|
||||
int verify_fd(int, const char *, off_t, struct stat *);
|
||||
int verify_open(const char *, int);
|
||||
|
@ -38,6 +38,9 @@ typedef struct {
|
||||
size_t hash_size;
|
||||
} hash_data;
|
||||
|
||||
int ve_check_hash(br_hash_compat_context *, const br_hash_class *,
|
||||
const char *, const char *, size_t);
|
||||
|
||||
size_t ve_trust_anchors_add(br_x509_certificate *, size_t);
|
||||
size_t ve_forbidden_anchors_add(br_x509_certificate *, size_t);
|
||||
void ve_forbidden_digest_add(hash_data *digest, size_t);
|
||||
|
Loading…
Reference in New Issue
Block a user