blob: 47f2ec7ebfe30da856066a42bcb1bdf86111b764 [file] [log] [blame]
Gilles Peskine077599a2021-02-03 18:55:39 +01001Generate random twice with CTR_DRBG
2random_twice_with_ctr_drbg:
3
4Generate random twice with HMAC_DRBG(SHA-1)
5depends_on:MBEDTLS_SHA1_C
6random_twice_with_hmac_drbg:MBEDTLS_MD_SHA1
7
8Generate random twice with HMAC_DRBG(SHA-256)
9depends_on:MBEDTLS_SHA256_C
10random_twice_with_hmac_drbg:MBEDTLS_MD_SHA256
11
12Generate random twice with HMAC_DRBG(SHA-512)
13depends_on:MBEDTLS_SHA512_C
14random_twice_with_hmac_drbg:MBEDTLS_MD_SHA512
15
16Generate random twice with PSA API
17random_twice_with_psa_from_psa: