Searched refs:p_binary (Results 1 – 1 of 1) sorted by relevance
497 uint8_t *p_binary = NULL; in rsa_crt_pka_modexp() local512 p_binary = mbedtls_calloc( 1, plen ); in rsa_crt_pka_modexp()513 MBEDTLS_MPI_CHK( ( p_binary == NULL ) ? MBEDTLS_ERR_PLATFORM_HW_ACCEL_FAILED : 0 ); in rsa_crt_pka_modexp()514 MBEDTLS_MPI_CHK( mbedtls_mpi_write_binary( p, p_binary, plen ) ); in rsa_crt_pka_modexp()530 in.pPrimeP = p_binary; in rsa_crt_pka_modexp()571 if (p_binary != NULL) in rsa_crt_pka_modexp()573 mbedtls_platform_zeroize( p_binary, plen ); in rsa_crt_pka_modexp()574 mbedtls_free( p_binary ); in rsa_crt_pka_modexp()