Searched refs:p_binary (Results 1 – 1 of 1) sorted by relevance
492 uint8_t *p_binary = NULL; in rsa_crt_pka_modexp() local507 p_binary = mbedtls_calloc( 1, plen ); in rsa_crt_pka_modexp()508 MBEDTLS_MPI_CHK( ( p_binary == NULL ) ? MBEDTLS_ERR_PLATFORM_HW_ACCEL_FAILED : 0 ); in rsa_crt_pka_modexp()509 MBEDTLS_MPI_CHK( mbedtls_mpi_write_binary( p, p_binary, plen ) ); in rsa_crt_pka_modexp()525 in.pPrimeP = p_binary; in rsa_crt_pka_modexp()563 if (p_binary != NULL) in rsa_crt_pka_modexp()565 mbedtls_platform_zeroize( p_binary, plen ); in rsa_crt_pka_modexp()566 mbedtls_free( p_binary ); in rsa_crt_pka_modexp()