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

/u-boot/lib/crypt/
H A Dcrypt-sha256.c37 /* Prefix for optional rounds specification. */
38 static const char sha256_rounds_prefix[] = "rounds=";
42 /* Default number of rounds if not explicitly specified. */
44 /* Minimum number of rounds. */
46 /* Maximum number of rounds. */
51 + rounds tag ("rounds=$" = "rounds=\0") + strlen(ROUNDS_MAX)
131 /* Default number of rounds. */
132 size_t rounds local
[all...]
H A Dcrypt-sha512.c37 /* Prefix for optional rounds specification. */
38 static const char sha512_rounds_prefix[] = "rounds=";
42 /* Default number of rounds if not explicitly specified. */
44 /* Minimum number of rounds. */
46 /* Maximum number of rounds. */
51 + rounds tag ("rounds=$" = "rounds=\0") + strlen(ROUNDS_MAX)
132 /* Default number of rounds. */
133 size_t rounds local
[all...]
/u-boot/lib/
H A Daes.c515 u32 rounds = AES128_ROUNDS; local
518 rounds = AES192_ROUNDS;
520 rounds = AES256_ROUNDS;
522 return rounds;

Completed in 38 milliseconds