Home
last modified time | relevance | path

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

/rk3399_ARM-atf/tools/marvell/doimage/
H A Ddoimage.c272 mbedtls_ctr_drbg_context ctr_drbg; in create_rsa_signature() local
283 mbedtls_ctr_drbg_init(&ctr_drbg); in create_rsa_signature()
287 rval = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, &entropy, in create_rsa_signature()
306 &ctr_drbg, in create_rsa_signature()
318 mbedtls_ctr_drbg_free(&ctr_drbg); in create_rsa_signature()
348 mbedtls_ctr_drbg_context ctr_drbg; in verify_rsa_signature() local
360 mbedtls_ctr_drbg_init(&ctr_drbg); in verify_rsa_signature()
364 rval = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, &entropy, in verify_rsa_signature()
389 &ctr_drbg, in verify_rsa_signature()
399 mbedtls_ctr_drbg_free(&ctr_drbg); in verify_rsa_signature()