Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/bcrypt/
A Dbcrypt.c11 #define BCRYPT_WORDS 8 macro
12 #define BCRYPT_HASHSIZE (BCRYPT_WORDS * 4)
21 ulong32 ct[BCRYPT_WORDS]; in s_bcrypt_hash()
35 for (n = 0; n < BCRYPT_WORDS; ++n) { in s_bcrypt_hash()
40 blowfish_enc(ct, BCRYPT_WORDS/2, &key); in s_bcrypt_hash()
43 for (n = 0; n < BCRYPT_WORDS; ++n) { in s_bcrypt_hash()

Completed in 2 milliseconds