Searched refs:STATIC_ARRAY (Results 1 - 25 of 28) sorted by relevance

12

/dovecot/src/lib/
H A Dsha3.h60 unsigned char digest[STATIC_ARRAY SHA256_RESULTLEN]);
62 unsigned char digest[STATIC_ARRAY SHA256_RESULTLEN]);
66 unsigned char digest[STATIC_ARRAY SHA512_RESULTLEN]);
68 unsigned char digest[STATIC_ARRAY SHA512_RESULTLEN]);
H A Dmurmurhash3.h20 unsigned char out[STATIC_ARRAY MURMURHASH3_32_RESULTBYTES]);
22 unsigned char out[STATIC_ARRAY MURMURHASH3_128_RESULTBYTES]);
H A Dsha2.h57 unsigned char digest[STATIC_ARRAY SHA256_RESULTLEN]);
60 unsigned char digest[STATIC_ARRAY SHA256_RESULTLEN]);
65 unsigned char digest[STATIC_ARRAY SHA512_RESULTLEN]);
68 unsigned char digest[STATIC_ARRAY SHA512_RESULTLEN]);
H A Dmd4.h26 unsigned char result[STATIC_ARRAY MD4_RESULTLEN]);
29 unsigned char result[STATIC_ARRAY MD4_RESULTLEN]);
H A Dmd5.h26 unsigned char result[STATIC_ARRAY MD5_RESULTLEN]);
29 unsigned char result[STATIC_ARRAY MD5_RESULTLEN]);
H A Dguid.h50 unsigned char hash_r[STATIC_ARRAY GUID_128_HOST_HASH_SIZE]);
H A Dsha1.h80 unsigned char result[STATIC_ARRAY SHA1_RESULTLEN]);
H A Dsha3.c255 unsigned char digest[STATIC_ARRAY SHA256_RESULTLEN])
264 unsigned char digest[STATIC_ARRAY SHA512_RESULTLEN])
273 unsigned char digest[STATIC_ARRAY SHA256_RESULTLEN])
282 unsigned char digest[STATIC_ARRAY SHA512_RESULTLEN])
H A Dmurmurhash3.c46 unsigned char out[STATIC_ARRAY MURMURHASH3_32_RESULTBYTES])
121 unsigned char out[STATIC_ARRAY MURMURHASH3_128_RESULTBYTES])
216 unsigned char out[STATIC_ARRAY MURMURHASH3_128_RESULTBYTES])
H A Dmacros.h228 # undef STATIC_ARRAY macro
229 # define STATIC_ARRAY macro
H A Dbloomfilter.c35 bloomfilter_hash_fold(unsigned char result[STATIC_ARRAY BLOOMFILTER_HASH_BYTES],
H A Dguid.c40 unsigned char hash_r[STATIC_ARRAY GUID_128_HOST_HASH_SIZE])
H A Dsha2.c269 unsigned char digest[STATIC_ARRAY SHA256_RESULTLEN])
294 unsigned char digest[STATIC_ARRAY SHA256_RESULTLEN])
395 unsigned char digest[STATIC_ARRAY SHA512_RESULTLEN])
420 unsigned char digest[STATIC_ARRAY SHA512_RESULTLEN])
H A Dstrfuncs.h100 char *dec2str_buf(char buffer[STATIC_ARRAY MAX_INT_STRLEN], uintmax_t number);
H A Dmd4.c211 void md4_final(struct md4_context *ctx, unsigned char result[STATIC_ARRAY MD4_RESULTLEN])
264 unsigned char result[STATIC_ARRAY MD4_RESULTLEN])
H A Dmd5.c226 md5_final(struct md5_context *ctx, unsigned char result[STATIC_ARRAY MD5_RESULTLEN])
279 unsigned char result[STATIC_ARRAY MD5_RESULTLEN])
/dovecot/src/lib-storage/index/mbox/
H A Dmbox-md5.h11 unsigned char result[STATIC_ARRAY 16]);
H A Dmbox-md5-all.c29 unsigned char result[STATIC_ARRAY 16])
H A Dmbox-md5-apop3d.c109 unsigned char result[STATIC_ARRAY 16])
/dovecot/src/plugins/pop3-migration/
H A Dpop3-migration-plugin.h10 unsigned char sha1_r[STATIC_ARRAY SHA1_RESULTLEN],
/dovecot/src/auth/
H A Dpassdb.h110 void passdbs_generate_md5(unsigned char md5[STATIC_ARRAY MD5_RESULTLEN]);
H A Duserdb.h83 void userdbs_generate_md5(unsigned char md5[STATIC_ARRAY MD5_RESULTLEN]);
H A Duserdb.c197 void userdbs_generate_md5(unsigned char md5[STATIC_ARRAY MD5_RESULTLEN])
H A Dmech-rpa.c65 unsigned char digest[STATIC_ARRAY MD5_RESULTLEN])
89 unsigned char digest[STATIC_ARRAY MD5_RESULTLEN])
H A Dpassdb.c272 void passdbs_generate_md5(unsigned char md5[STATIC_ARRAY MD5_RESULTLEN])

Completed in 81 milliseconds

12