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

/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dbcrypt_pbkdf.c66 #define BCRYPT_WORDS 8 macro
67 #define BCRYPT_HASHSIZE (BCRYPT_WORDS * 4)
75 uint32_t cdata[BCRYPT_WORDS];
90 for (i = 0; i < BCRYPT_WORDS; i++)
97 for (i = 0; i < BCRYPT_WORDS; i++) {

Completed in 257 milliseconds