Searched refs:n_binary (Results 1 – 1 of 1) sorted by relevance
323 uint8_t *n_binary = NULL; in rsa_pka_modexp() local352 n_binary = mbedtls_calloc( 1, nlen ); in rsa_pka_modexp()353 MBEDTLS_MPI_CHK( ( n_binary == NULL ) ? MBEDTLS_ERR_PLATFORM_HW_ACCEL_FAILED : 0 ); in rsa_pka_modexp()354 MBEDTLS_MPI_CHK( mbedtls_mpi_write_binary( &ctx->MBEDTLS_PRIVATE(N), n_binary, nlen ) ); in rsa_pka_modexp()376 in_protected.pMod = n_binary; /* modulus */ in rsa_pka_modexp()386 in.pMod = n_binary; /* modulus */ in rsa_pka_modexp()393 in.pMod = n_binary; /* modulus */ in rsa_pka_modexp()438 if (n_binary != NULL) in rsa_pka_modexp()440 mbedtls_platform_zeroize( n_binary, nlen ); in rsa_pka_modexp()441 mbedtls_free( n_binary ); in rsa_pka_modexp()