Searched refs:q_binary (Results 1 – 1 of 1) sorted by relevance
493 uint8_t *q_binary = NULL; in rsa_crt_pka_modexp() local512 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()