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

/PHP_TRUNK/ext/hash/
H A Dhash.c881 #define SALT_SIZE 8 macro
891 char padded_salt[SALT_SIZE];
903 salt_len = MIN(salt_len, SALT_SIZE);
906 if (salt_len < SALT_SIZE) {
907 memset(padded_salt + salt_len, 0, SALT_SIZE - salt_len);
909 salt_len = SALT_SIZE;

Completed in 3 milliseconds