Searched refs:ctr_drbg (Results 1 – 1 of 1) sorted by relevance
272 mbedtls_ctr_drbg_context ctr_drbg; in create_rsa_signature() local283 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() local360 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()