mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 21:55:51 +01:00
18 lines
489 B
Plaintext
18 lines
489 B
Plaintext
|
Generate random twice with CTR_DRBG
|
||
|
random_twice_with_ctr_drbg:
|
||
|
|
||
|
Generate random twice with HMAC_DRBG(SHA-1)
|
||
|
depends_on:MBEDTLS_SHA1_C
|
||
|
random_twice_with_hmac_drbg:MBEDTLS_MD_SHA1
|
||
|
|
||
|
Generate random twice with HMAC_DRBG(SHA-256)
|
||
|
depends_on:MBEDTLS_SHA256_C
|
||
|
random_twice_with_hmac_drbg:MBEDTLS_MD_SHA256
|
||
|
|
||
|
Generate random twice with HMAC_DRBG(SHA-512)
|
||
|
depends_on:MBEDTLS_SHA512_C
|
||
|
random_twice_with_hmac_drbg:MBEDTLS_MD_SHA512
|
||
|
|
||
|
Generate random twice with PSA API
|
||
|
random_twice_with_psa_from_psa:
|