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

/openbsd-current/include/
H A Dsha2.h47 #define SHA256_DIGEST_STRING_LENGTH (SHA256_DIGEST_LENGTH * 2 + 1) macro
95 __attribute__((__bounded__(__minbytes__,2,SHA256_DIGEST_STRING_LENGTH)));
97 __attribute__((__bounded__(__minbytes__,2,SHA256_DIGEST_STRING_LENGTH)));
99 __attribute__((__bounded__(__minbytes__,2,SHA256_DIGEST_STRING_LENGTH)));
102 __attribute__((__bounded__(__minbytes__,3,SHA256_DIGEST_STRING_LENGTH)));
/openbsd-current/sys/lib/libsa/
H A Dsha2.h47 #define SHA256_DIGEST_STRING_LENGTH (SHA256_DIGEST_LENGTH * 2 + 1) macro
95 __attribute__((__bounded__(__minbytes__,2,SHA256_DIGEST_STRING_LENGTH)));
97 __attribute__((__bounded__(__minbytes__,2,SHA256_DIGEST_STRING_LENGTH)));
99 __attribute__((__bounded__(__minbytes__,2,SHA256_DIGEST_STRING_LENGTH)));
102 __attribute__((__bounded__(__minbytes__,3,SHA256_DIGEST_STRING_LENGTH)));
/openbsd-current/sys/crypto/
H A Dsha2.h44 #define SHA256_DIGEST_STRING_LENGTH (SHA256_DIGEST_LENGTH * 2 + 1) macro
/openbsd-current/lib/libc/gen/
H A Dshm_open.c30 /* SHA256_DIGEST_STRING_LENGTH includes nul */
32 #define SHM_PATH_SIZE (5 + SHA256_DIGEST_STRING_LENGTH + 4)
40 char buf[SHA256_DIGEST_STRING_LENGTH];
/openbsd-current/lib/librthread/
H A Drthread_sem.c41 /* SHA256_DIGEST_STRING_LENGTH includes nul */
43 #define SEM_PATH_SIZE (5 + SHA256_DIGEST_STRING_LENGTH + 4)
307 char buf[SHA256_DIGEST_STRING_LENGTH];
H A Drthread_sem_compat.c40 /* SHA256_DIGEST_STRING_LENGTH includes nul */
42 #define SEM_PATH_SIZE (5 + SHA256_DIGEST_STRING_LENGTH + 4)
322 char buf[SHA256_DIGEST_STRING_LENGTH];
/openbsd-current/regress/usr.sbin/rpki-client/
H A Dtest-rrdp.c108 char buf[SHA256_DIGEST_STRING_LENGTH];
/openbsd-current/usr.sbin/mtree/
H A Dcompare.c292 char *new_digest, buf[SHA256_DIGEST_STRING_LENGTH];
H A Dcreate.c229 char *sha256digest, buf[SHA256_DIGEST_STRING_LENGTH];
/openbsd-current/usr.bin/signify/
H A Dsignify.c636 recodehash(c->hash, SHA256_DIGEST_STRING_LENGTH-1);

Completed in 199 milliseconds