Home
last modified time | relevance | path

Searched refs:MAXFINGERPRINTLEN (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/security/mac_veriexec/
H A Dmac_veriexec.h57 #define MAXFINGERPRINTLEN 64 /* enough room for largest signature */ macro
80 unsigned char fingerprint[MAXFINGERPRINTLEN];
178 unsigned long gen, unsigned char fingerprint[MAXFINGERPRINTLEN],
H A Dveriexec_metadata.c508 unsigned char digest[MAXFINGERPRINTLEN]; in mac_veriexec_metadata_fetch_fingerprint_status()
556 char have[MAXFINGERPRINTLEN * 2 + 1]; in mac_veriexec_metadata_fetch_fingerprint_status()
557 char want[MAXFINGERPRINTLEN * 2 + 1]; in mac_veriexec_metadata_fetch_fingerprint_status()
636 unsigned long gen, unsigned char fingerprint[MAXFINGERPRINTLEN], in mac_veriexec_metadata_add_file() argument
H A Dmac_veriexec_internal.h56 unsigned char fingerprint[MAXFINGERPRINTLEN];
H A Dmac_veriexec.c811 unsigned char fingerprint[MAXFINGERPRINTLEN];
/freebsd/sys/dev/veriexec/
H A Dveriexec_ioctl.h50 unsigned char fingerprint[MAXFINGERPRINTLEN];
/freebsd/sys/security/mac_veriexec_parser/
H A Dmac_veriexec_parser.c59 #if MAXFINGERPRINTLEN >= SHA384_DIGEST_LENGTH
62 #if MAXFINGERPRINTLEN >= SHA512_DIGEST_LENGTH
/freebsd/lib/libveriexec/
H A Dveriexec_get.c251 static char buf[2*MAXFINGERPRINTLEN+1]; in hash2hex()