Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/hal/accelerator/
Drsa_alt.c493 uint8_t *q_binary = NULL; in rsa_crt_pka_modexp() local
512 q_binary = mbedtls_calloc( 1, qlen ); in rsa_crt_pka_modexp()
513 MBEDTLS_MPI_CHK( ( q_binary == NULL ) ? MBEDTLS_ERR_PLATFORM_HW_ACCEL_FAILED : 0 ); in rsa_crt_pka_modexp()
514 MBEDTLS_MPI_CHK( mbedtls_mpi_write_binary( q, q_binary, qlen ) ); in rsa_crt_pka_modexp()
526 in.pPrimeQ = q_binary; in rsa_crt_pka_modexp()
569 if (q_binary != NULL) in rsa_crt_pka_modexp()
571 mbedtls_platform_zeroize( q_binary, qlen ); in rsa_crt_pka_modexp()
572 mbedtls_free( q_binary ); in rsa_crt_pka_modexp()