Symbol: SHA256_DIGEST_STRING_LENGTH
include/sha2.h
102
__attribute__((__bounded__(__minbytes__,3,SHA256_DIGEST_STRING_LENGTH)));
include/sha2.h
95
__attribute__((__bounded__(__minbytes__,2,SHA256_DIGEST_STRING_LENGTH)));
include/sha2.h
97
__attribute__((__bounded__(__minbytes__,2,SHA256_DIGEST_STRING_LENGTH)));
include/sha2.h
99
__attribute__((__bounded__(__minbytes__,2,SHA256_DIGEST_STRING_LENGTH)));
lib/libc/gen/shm_open.c
32
#define SHM_PATH_SIZE (5 + SHA256_DIGEST_STRING_LENGTH + 4)
lib/libc/gen/shm_open.c
41
char buf[SHA256_DIGEST_STRING_LENGTH];
lib/librthread/rthread_sem.c
307
char buf[SHA256_DIGEST_STRING_LENGTH];
lib/librthread/rthread_sem.c
43
#define SEM_PATH_SIZE (5 + SHA256_DIGEST_STRING_LENGTH + 4)
lib/librthread/rthread_sem_compat.c
322
char buf[SHA256_DIGEST_STRING_LENGTH];
lib/librthread/rthread_sem_compat.c
42
#define SEM_PATH_SIZE (5 + SHA256_DIGEST_STRING_LENGTH + 4)
regress/usr.sbin/rpki-client/test-rrdp.c
108
char buf[SHA256_DIGEST_STRING_LENGTH];
sys/lib/libsa/sha2.h
102
__attribute__((__bounded__(__minbytes__,3,SHA256_DIGEST_STRING_LENGTH)));
sys/lib/libsa/sha2.h
95
__attribute__((__bounded__(__minbytes__,2,SHA256_DIGEST_STRING_LENGTH)));
sys/lib/libsa/sha2.h
97
__attribute__((__bounded__(__minbytes__,2,SHA256_DIGEST_STRING_LENGTH)));
sys/lib/libsa/sha2.h
99
__attribute__((__bounded__(__minbytes__,2,SHA256_DIGEST_STRING_LENGTH)));
usr.bin/signify/signify.c
636
recodehash(c->hash, SHA256_DIGEST_STRING_LENGTH-1);
usr.sbin/mtree/compare.c
292
char *new_digest, buf[SHA256_DIGEST_STRING_LENGTH];
usr.sbin/mtree/create.c
229
char *sha256digest, buf[SHA256_DIGEST_STRING_LENGTH];