Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/misc/crypt/
H A Dcrypt.c442 " " NAME_VALUE(LTC_BCRYPT_DEFAULT_ROUNDS) " "
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_custom.h506 #ifndef LTC_BCRYPT_DEFAULT_ROUNDS
507 #define LTC_BCRYPT_DEFAULT_ROUNDS 10 macro
/optee_os/core/lib/libtomcrypt/src/misc/bcrypt/
H A Dbcrypt.c100 used_rounds = LTC_BCRYPT_DEFAULT_ROUNDS; in bcrypt_pbkdf_openbsd()