Searched refs:BCRYPT_WORDS (Results 1 – 1 of 1) sorted by relevance
66 #define BCRYPT_WORDS 8 macro67 #define BCRYPT_HASHSIZE (BCRYPT_WORDS * 4)75 uint32_t cdata[BCRYPT_WORDS]; in bcrypt_hash()90 for (i = 0; i < BCRYPT_WORDS; i++) in bcrypt_hash()97 for (i = 0; i < BCRYPT_WORDS; i++) { in bcrypt_hash()