Searched refs:q_binary (Results 1 – 1 of 1) sorted by relevance
498 uint8_t *q_binary = NULL; in rsa_crt_pka_modexp() local517 q_binary = mbedtls_calloc( 1, qlen ); in rsa_crt_pka_modexp()518 MBEDTLS_MPI_CHK( ( q_binary == NULL ) ? MBEDTLS_ERR_PLATFORM_HW_ACCEL_FAILED : 0 ); in rsa_crt_pka_modexp()519 MBEDTLS_MPI_CHK( mbedtls_mpi_write_binary( q, q_binary, qlen ) ); in rsa_crt_pka_modexp()531 in.pPrimeQ = q_binary; in rsa_crt_pka_modexp()577 if (q_binary != NULL) in rsa_crt_pka_modexp()579 mbedtls_platform_zeroize( q_binary, qlen ); in rsa_crt_pka_modexp()580 mbedtls_free( q_binary ); in rsa_crt_pka_modexp()