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

/freebsd-12-stable/contrib/apr-util/include/
H A Dapr_siphash.h54 #define APR_SIPHASH_DSIZE 8 macro
61 * @brief Computes SipHash-c-d, producing a 64bit (APR_SIPHASH_DSIZE) hash
75 * @brief Computes SipHash-c-d, producing a 64bit (APR_SIPHASH_DSIZE) hash
87 APU_DECLARE(void) apr_siphash_auth(unsigned char out[APR_SIPHASH_DSIZE],
93 * @brief Computes SipHash-2-4, producing a 64bit (APR_SIPHASH_DSIZE) hash
104 * @brief Computes SipHash-2-4, producing a 64bit (APR_SIPHASH_DSIZE) hash
114 APU_DECLARE(void) apr_siphash24_auth(unsigned char out[APR_SIPHASH_DSIZE],
119 * @brief Computes SipHash-4-8, producing a 64bit (APR_SIPHASH_DSIZE) hash
130 * @brief Computes SipHash-4-8, producing a 64bit (APR_SIPHASH_DSIZE) hash
140 APU_DECLARE(void) apr_siphash48_auth(unsigned char out[APR_SIPHASH_DSIZE],
[all...]
/freebsd-12-stable/contrib/apr-util/crypto/
H A Dapr_siphash.c121 APU_DECLARE(void) apr_siphash_auth(unsigned char out[APR_SIPHASH_DSIZE],
152 APU_DECLARE(void) apr_siphash24_auth(unsigned char out[APR_SIPHASH_DSIZE],
188 APU_DECLARE(void) apr_siphash48_auth(unsigned char out[APR_SIPHASH_DSIZE],

Completed in 132 milliseconds