Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/hal/accelerator/
Drsa_alt.c495 uint8_t *dp_binary = NULL; in rsa_crt_pka_modexp() local
502 dp_binary = mbedtls_calloc( 1, dplen ); in rsa_crt_pka_modexp()
503 MBEDTLS_MPI_CHK( ( dp_binary == NULL ) ? MBEDTLS_ERR_PLATFORM_HW_ACCEL_FAILED : 0 ); in rsa_crt_pka_modexp()
504 MBEDTLS_MPI_CHK( mbedtls_mpi_write_binary( dp, dp_binary, dplen ) ); in rsa_crt_pka_modexp()
527 in.pOpDp = dp_binary; in rsa_crt_pka_modexp()
559 if (dp_binary != NULL) in rsa_crt_pka_modexp()
561 mbedtls_platform_zeroize( dp_binary, dplen ); in rsa_crt_pka_modexp()
562 mbedtls_free( dp_binary ); in rsa_crt_pka_modexp()